/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
.trix-content .attachment--preview, .attachment__caption{
  text-align: left !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
:root {
  --bg-color: #f6f8fc;
  --text-color: #000;
  --box-bg: #fff;
  --box-shoadow: 0 3px 3rem #edeef3ff;
  --sidebar-bg: #fff;
  --sidebar-img-bg: #f6f8fc;
  --sidebar-box-shadow: 0 3px 3rem #edeef3ff;
  --a-color: #1f60f5;
  --img_svg: #000;
  --light-color: #191919ad;
  --group-title: #3c3e40;
  --project-border: #edf2f7;
  --settings-color: #606d7a;
  --border-chip: #e6e9ed;
  --input-bg: #fff;
  --input-border: 1px solid #d4ddef;
  --box1-bg: #266fff;
  --box1-border: 1px solid #576aff;
  --box1-color: white;
  --box2-bg: #ffea80;
  --box2-color: black;
  --box3-bg:#b9ffc6;
  --box3-color:#004020;
  --msg-box-shadow: 0 7px 12px #dde7f380;
  --dropdown-content:  5px 12px 14px #e9ebf780;
  --black-white-color: black;
  --folder-background: #f2f5fb6b;
  --folder-border-top: 1px solid #eee;

}

@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #151617;
    --text-color: #fff;
    --box-bg: #212325;
    --box-shoadow: 0;
    --sidebar-bg: #121314;
    --sidebar-img-bg: #e9e9e9;
    --sidebar-box-shadow: -2px 1px 5px #303336;
    --a-color: #8ab4f8;
    --img_svg: #fff;
    --light-color: #fff;
    --group-title: #eaeaea;
    --project-border: #191919;
    --settings-color: #bcbcbc;
    --border-chip: #565656;
    --input-bg: #343434;
    --input-border: none;
    --box1-bg: #266fff;
    --box1-border: 1px solid #576aff;
    --box1-color: black;
    --box2-bg: #ffea80;
    --box2-color: #2e2929;
    --box3-bg:#b9ffc6;
    --box3-color:#004020;
    --msg-box-shadow: 0 7px 12px #2f2f2f80;
    --dropdown-content:  0;
    --black-white-color: white;
    --folder-background: #0000006b;
    --folder-border-top: 1px solid #eee;
  }
  .mode-image {
    content: url(/multidone-white.png);
  }


}

@font-face {
  font-family: 'Inter';
  src: url(/assets/Inter-r-d4c851321a8c3eca4d917823a96d67447721ec4a787459978c56d8b891397f57.woff2) format('woff2');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url(/assets/Inter-b-7a042ea7f2655b70f9ddf2dbee385fb4bc9fdf0a5dd2f0aee9fe5e8b350714d9.woff2) format('woff2');
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

body.kanban-page,
body.kanban-page #layout,
body.kanban-page #side2,
body.kanban-page .content {
  overflow-x: hidden;
  overflow-x: clip;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}



/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;

}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  width: 20px;
  height: 20px;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Roboto', sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: var(--a-color);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}


.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600.99px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
  .kanban-container{
    padding: 8px 8px 140px !important;
  }
  #note_page .trix-button-row{
    width: 100%;
    overflow: scroll;
  }
  .btnnav{
    margin-top: 10px!important;
  }
}

@media only screen and (max-width: 992.99px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }

}

@media only screen and (min-width: 601px) and (max-width: 992.99px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992.99px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600.99px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992.99px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600.99px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
:focus { outline: none; }
table, th, td {
  border: none;
}

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

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992.99px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

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

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

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

span.badge.new:after {
  content: " new";
}

span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}


.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

.collapsible span.badge {
  margin-left: auto;
}

.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 97%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 85%;
  }
}


@media only screen and (max-width: 603px) {
  .bigmenubox{
    left: 0 !important;
    width: 100% !important;
    border-radius: 7px;
    margin-top: -12px !important;
  }
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}


html {
  line-height: 1.5;
  /*font-family: 'inter', sans-serif;*/
   font-family:  -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-weight: normal;
  color: #000000;
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 993px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1201px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}


select:focus {
  outline: 1px solid #c9f3ef;
}


label {
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}

::-moz-placeholder {
  color: #d1d1d1;
}

::-ms-input-placeholder {
  color: #d1d1d1;
}

::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]):not(.browser-default),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
}

input:not([type]):not(.browser-default):disabled, input:not([type]):not(.browser-default)[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

input:not([type]):not(.browser-default):disabled + label,
input:not([type]):not(.browser-default)[readonly="readonly"] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}



input:not([type]):not(.browser-default):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}

input:not([type]):not(.browser-default):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}

input:not([type]):not(.browser-default).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
input.valid:not([type]):not(.browser-default), input.valid:not([type]):not(.browser-default):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  -webkit-box-shadow: 0 1px 0 0 #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

input.invalid:not([type]):not(.browser-default), input.invalid:not([type]):not(.browser-default):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]):not(.browser-default).valid ~ .helper-text[data-success],
input:not([type]):not(.browser-default):focus.valid ~ .helper-text[data-success],
input:not([type]):not(.browser-default).invalid ~ .helper-text[data-error],
input:not([type]):not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error], .select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

input:not([type]):not(.browser-default).valid ~ .helper-text:after,
input:not([type]):not(.browser-default):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after, .select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

input:not([type]):not(.browser-default).invalid ~ .helper-text:after,
input:not([type]):not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after, .select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

input:not([type]):not(.browser-default) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after, .select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label,
.input-field.col .suffix ~ label,
.input-field.col .suffix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field .prefix, .input-field .suffix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  top: 0.5rem;
}

.input-field .prefix.active, .input-field .suffix.active {
  color: #26a69a;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ .select-wrapper,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992.99px) {
  .input-field .prefix ~ input,
  .input-field .suffix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600.99px) {
  .input-field .prefix ~ input,
  .input-field .suffix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

.input-field .suffix {
  right: 0;
}

.input-field .suffix ~ input,
.input-field .suffix ~ textarea,
.input-field .suffix ~ .select-wrapper,
.input-field .suffix ~ label,
.input-field .suffix ~ .validate ~ label,
.input-field .suffix ~ .helper-text,
.input-field .suffix ~ .autocomplete-content {
  margin-right: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .suffix ~ label {
  margin-right: 3rem;
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + .label-icon {
  -webkit-transform: none;
  transform: none;
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: .3s color;
  transition: .3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}
.hidden{
  display: none;
}
/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid var(--text-color);
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: var(--black-white-color);
}

[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.suffix ~ .select-wrapper {
  margin-right: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.suffix ~ label {
  margin-right: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn, .file-field .btn-large, .file-field {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--black-white-color);
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  -webkit-appearance: none;
  background-color: var(--black-white-color);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}


.bg {
  /*  //   background: #f6fafc;*/
  /*  // background: #f6f8fc;*/
  /*  //background: #fcfbfb;*/
  /*//   background: #f5f5f5;*/
  /*//background: #f2f5fb;*/

  /*//background: #ffffff;*/
  /*//background: #F7F7F7;*/
  /*//background: #f0f1f5;*/
  /*//  background: #fbf9f7;*/
  /*//  background: #f4f6fa;*/
  /*//  background: #fbfcfd2e;*/
  /*  //  background: #fbfcfd;*/
  background-color: var(--bg-color);
  color: var(--text-color);

}


/*// .nav{*/
/*//   padding: 16px 0 16px 0;*/
/*// background: #ffffff;*/
/*//     box-shadow: -3px 0px 20px 0px #dae2efab;*/
/*// }*/
.nav {
  /*//padding: 0 0 30px 0;*/
  margin-bottom: 30px;
  /*// box-shadow: -3px 0px 20px 0px #fdfeffab;*/
}

.header {
  /*//height: 78px!important;*/
  padding-left: 15px;
  padding-right: 13px;
  background: var(--sidebar-bg);
}


body.ios-app .nav,
body.ios-app #mobile_menu,
body.ios-app .sidebar,
body.ios-app .bottom-sheet-modal,
body.ios-app .hide-on-web{
  display: none;
}

[data-platform~="native"] {
  --footer-height: 0;
  -webkit-tap-highlight-color: transparent;
}

[data-platform~="native"] .hide_on_native,
body.ios-app .hide_on_native{
  display: none !important;
}

[data-bridge-components~="form"]
[data-controller~="bridge--form"]
[type="submit"] {
  display: none;
}
.app-only {
  display: none;
}

/* Show the element in the iOS app */
body.ios-app .app-only {
  display: block;
}


/*//.title{*/
/*//  font-size: 2rem;*/
/*//}*/
.ptitle {
  font-size: 20px;
  color: var(--text-color);
}

.arrow {
  color: var(--light-color);
  font-size: 15px;
}

  .bold {
    font-weight: bold;
  }

  .box {
    position: relative;
    padding: 1rem;
    margin-bottom: 10px
  }

  .trix-content {
    line-break: auto;
    font-size: 16px;
  }

  .rtl {
    direction: rtl;
  }

  /*//.projectnav {*/
  /*//  margin-top: 2rem;*/
  /*//}*/
  /*//.mainbox{*/
  /*//    background: #f6f8fc;*/
  /*//    padding-top: 2rem;*/
  /*//border: 1px solid #e4ebf93d;}*/
  .tool {
    margin-bottom: 3rem;
  /*/ / box-shadow: 0 1 px 2 px #c0d3ef80;*/
    height: 419px;
    padding: 13px;
    overflow: hidden;
  }

  .tooltitle {
    font-size: 20px;
    color: #3f4fb5;
  }

  .task {
    /*//   padding-top: 15px;*/
    /*//   padding-bottom: 15px;*/
    /*//   background: #fff;*/
    /*//   border: 1px solid #e6eefd;*/
    /*//   margin-top: 5px;*/
    /*//   margin-bottom: 12px;*/
    /*//   padding-left: 9px;*/
    /*//   margin-left: 19px;*/
    /*//   border-radius: 4px;*/

    background: var(--box-bg);
    font-size: 14px;
    text-align: left;
    padding: 14px 5px 5px 5px;
    margin-left: 2px;
  }

  .taskline {
    border-bottom: 1px solid var(--project-border);
  }


  .right {
    float: right;
  }

  @keyframes slide-in {
    100% {
      transform: translateX(0%);
    }
  }

  @-webkit-keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
    }
  }

  @keyframes slide-out {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes slide-out {
    0% {
      -webkit-transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
    }
  }

  @keyframes openframe {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }


  .dropdownjs, .dropdownjs1 {
    position: relative;
    display: inline-block;
  }

  .dropdownjs-content, .dropdownjs1-content {
    /*display: none;*/
    position: absolute;
    background-color: var(--box-bg);
    box-shadow: var(--box-shoadow);
    z-index: 9999;
    width: auto;
    min-width: 90px;
    animation-name: openframe;
    animation-duration: 0.1s;
    border-radius: 14px;
    /* top: -44px; */
    left: 0;
    max-height: 74vh;
    overflow-x: hidden;
    overflow-y: auto;
  }


  .dropdownjs-content a, .dropdownjs1-content a {
    color: var(--text-color);
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
  }

  .dropdownjs a:hover, .hoverthis:hover {
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    background: #f5f8fc;
    color: black;
  }

  .show, .show1 {
    display: block;
  }

  .dropdown-margin {
    margin: 5px;
  }

  .dropdown-tools {
    font-size: 15px;
    margin: 5px;
    white-space: nowrap;
  }

  .note {
    padding: 0 !important;
  }
#note_body_page{
  padding: 10px
}
  /*.note div {*/
  /*  list-style: none;*/
  /*  height: auto;*/

  /*  line-break: auto;*/
  /*  margin-bottom: 15px;*/

  /*}*/

  .note .body {
    font-size: 20px;

  }

  .note ul {
    margin-bottom: 15px;
  }

  .note .date {
    position: relative;
    margin-left: 0 !important;
    background: #e5ecf5;
    width: 148px;
    padding-left: 5px;
    font-size: 13px;
    color: #6d86a1;
    margin-top: -1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .note_date {
    position: relative;
    margin-left: 1px !important;
    background: #e5ecf5;
    width: 148px;
    padding-left: 5px;
    font-size: 13px;
    color: #6d86a1;
    margin-top: -1px;
    border-radius: 4px;
  }

  /*.note_date::before, .note .date::before {*/
  /*  display: block;*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  width: 0;*/
  /*  height: 0;*/
  /*  border-style: solid;*/
  /*  border-color: #f6f8fc #eaf0f9 #ffffff00 #f6f8fc;*/
  /*  border-width: 22px;*/
  /*}*/
  .trix-dialogs{
    position: fixed;
    width: 100%;
  }
  .btnnav {
    line-height: 0;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .5px;
    font-family: inherit;
    font-weight: 700;
    transition: background-color .2s;
    color: var(--box2-color);
    background: var(--box2-bg);
    margin-top: -8px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid transparent;
  }

  .btnnav:hover {
    opacity: 0.9;
  }

  .newtool {
    min-height: 223px;
    background: var(--bg-color);
    margin-bottom: 10px;
    border-radius: 11px;
    animation-name: openframe;
    animation-duration: 0.1s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 20px;
    color: var(--text-color);

  }

  .newtool form {
    animation-name: openframe;
    animation-duration: 0.2s;

  }

  .newtool a {
    color: var(--text-color);
    font-weight: bold;
    font-size: 18px;
  }

  .newtooltitle {
    color: #000a29;
    font-weight: bold;
    font-size: 18px;
  }

  .submitaction {
    position: absolute;
  }


  .btn-spin + .spin {
    display: none;
  }

  .spin {
    display: none;
    margin: 2rem auto;
    width: 7rem;
    text-align: center;
  }

  .taskform .spin {
    margin: 2rem -18px;
    display: none;
    width: 7rem;
    text-align: center;
  }

  .btn-spin.btn--submitting {
    color: #ece9e6 !important;
    background: #ece9e6 !important;
    border-color: #ece9e6;

  }

  .btn-spin.btn--submitting + .spin {

    display: initial;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    height: 1.5rem;
    margin-bottom: 0;
    margin-top: -37px;
  }

  .act_lst {
    margin-bottom: 6px;
    border: 1px solid #eee;
    background: var(--box-bg);
    padding: 10px 5px;
    font-size: 15px;
  }

  .spin div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #CCCCCC;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

  .spin div:nth-child(1) {
    left: 29px;
    animation: spin1 0.6s infinite;
  }

  .spin div:nth-child(2) {
    left: 25px;
    animation: spin2 0.6s infinite;
  }

  .spin div:nth-child(3) {
    left: 43px;
    animation: spin2 0.6s infinite;
  }

  .spin div:nth-child(4) {
    left: 65px;
    animation: spin3 0.6s infinite;
  }

  @keyframes spin1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes spin3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }

  @keyframes spin2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

  .btn {
    text-decoration: none;
    color: var(--box3-color);
    background: var(--box3-bg);
    text-transform: none;
    text-align: center;
    letter-spacing: .5px;
    transition: background-color .2s ease-out;
    cursor: pointer;
    padding: 13px 35px;
    border-radius: 4px;
    font-size: 20px;
    border: 1px solid transparent;
    white-space: nowrap;


  }

  .btn:hover {
    opacity: 0.8;
  }

  .btn-small {
    padding: 10px;
    font-size: 15px;
  }

  .black-text {
    color: var(--text-color);
  }

  .white-text {
    color: white;
  }

  .add_block {
    cursor: pointer;
  }

  .caleft {
    position: absolute;
    margin-left: 1rem;
    margin-top: 15px;
  }

  .smalltext {
    font-size: 13px;
    color: #9caecb;
    font-weight: normal;
  }
.smallertext {
  font-size: 10px;
  color: #9caecb;
  font-weight: normal;
}
  .chk {
    margin-top: 1px;
    margin-right: 1px;
  }

  .side1 {
    width: 25%;
  }

  .side2 {
    width: 75%;
    float: right;
  }

  .sidebar {
    margin: 0;
    padding: 0;
    background-color: var(--sidebar-bg);
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    box-shadow: var(--sidebar-box-shadow);
  }

  .sidebar_groupmenu {
    top: 5rem;
    position: relative;
    margin-bottom: 5rem;
  }

  .sidebar_menu {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 1px solid transparent;
  }

  .sidebar_menu:hover .imgsidebar {
    background: #e7eef8;
  }

  .sidebar_menu_a {
    color: var(--text-color);
    font-weight: bold;
  }

  .imgsidebar {
    width: 48px;
    background: var(--sidebar-img-bg);
    padding-top: 6px;
    border-radius: 10px;
    margin: 0 auto 6px;
  }

  div.contentright {
    margin-left: 200px;
    padding: 1px 16px;
  }

  /*// .content {*/
  /*//   margin-top: 20px;*/
  /*// }*/
  @media screen and (max-width: 700px) {
    .sidebar {
      width: 100%;
      height: auto;
      position: relative;
    }

    .sidebar a {
      float: left;
    }

    div.content {
      margin-left: 0;
    }
  }

  @media screen and (max-width: 400px) {
    .sidebar a {
      text-align: center;
      float: none;
    }
  }

  /*//.menu li {*/
  /*//  display: inline-flex;*/
  /*//  background: #f5f8fc;*/
  /*//  !* margin-right: 6px; *!*/
  /*//  padding: 18px 29px;*/
  /*//  !* border-radius: 100px; *!*/
  /*//  !* border: 1px solid #e3e5e659; *!*/
  /*//  color: #000000;*/
  /*//  font-weight: bold;*/
  /*//  //box-shadow: 0 7px 12px #dde7f380;*/
  /*//  //box-shadow: 0 7px 12px #e6e6e980;*/
  /*//  //box-shadow: 0 7px 12px #ebf0f7d4;*/
  /*//  border: 1px solid #e4ebf93d;*/
  /*//}*/
  .menu li {
    display: inline-flex;
    color: var(--text-color);
    font-weight: bold;
    padding: 18px 29px 24px;
    /*//box-shadow: -6px -7px 12px #f3f2ef80;*/
  }

  .menu .chk {
    margin-top: -2px;
  }

  .menu a {
    display: inline-flex;
  }

  .menu li:hover {
    transition: background .5s;
    border-bottom: 1px solid #eef1f4;
  }

  .menu li a {
    color: var(--text-color);
    margin-left: 2px;
    font-size: 14px;
    margin-top: -1px;
  }

  /*// .menu li a:hover {*/
  /*//   color: #484848;*/
  /*// }*/
  .icon_1 {
    margin-top: -5px;
  }

  .icon_2 {
    margin-top: -4px;
  }

  .icon_5 {
    margin-top: -6px;
  }

  .icon_5_1 {
    margin-left: -19px;
    margin-top: -6px;
  }

  .icon_6 {
    margin-top: -2px;
  }

  .sitebody {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    -webkit-overflow-scrolling: auto;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #c1c1c1;
  }


  /*// .kanban-container::-webkit-scrollbar {*/
  /*//   height: 10px;*/
  /*//   position: fixed;*/
  /*// }*/
  /*// .kanban-container::-webkit-scrollbar-thumb {*/
  /*//   background-color: #eee;*/
  /*//   border: 10px solid #eee;*/
  /*//   border-top-width: 0;*/
  /*// }*/
  .boardmain {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .kanban-shell {
    overscroll-behavior-x: contain;
  }

  .kanban {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 4px 8px;
    scroll-behavior: smooth;
    scrollbar-gutter: stable both-edges;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .kanban-shell .kanban {
    background: linear-gradient(180deg, rgba(148, 163, 184, 0.06) 0%, rgba(148, 163, 184, 0.02) 100%);
    border-radius: 16px;
  }

  .kanban-container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(304px, 340px);
    gap: 16px;
    width: max-content;
    min-width: 100%;
    padding: 10px 10px 180px 8px;
    margin: 0;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
  }

  .kanban-container > .sorting {
    scroll-snap-align: start;
  }

  .kanban-column-card {
    background: var(--box-bg);
    border: 1px solid var(--project-border);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    width: auto;
    min-width: 0;
    margin-right: 0;
    padding: 12px;
  }

  .kanban-column-top {
    margin-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .kanban-column-content {
    padding-bottom: 10px;
  }

  .kanban-task-dropzone {
    min-height: 48px;
    padding-bottom: 10px;
  }

  .kanban-column-card .task {
    margin-left: 0;
    padding: 12px 8px 8px 8px;
    border-radius: 12px;
  }

  .kanban-column-card .task_title {
    font-size: 15px;
    line-height: 1.35;
  }

  .kanban-column-card .board_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 16px;
  }

  .kanban-column-card .showme {
    visibility: visible;
    opacity: 0.55;
  }

  .kanban-add-task .btntask {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px dashed var(--project-border);
    background: var(--box-bg);
    padding: 10px 12px;
    font-weight: 600;
  }

  @media (hover: hover) {
    .kanban-column-card .showme {
      visibility: hidden;
      opacity: 0;
      transition: opacity 120ms ease;
    }

    .kanban-column-card .showit:hover .showme {
      visibility: visible;
      opacity: 0.75;
    }
  }

  @media only screen and (max-width: 900px) {
    .kanban {
      padding: 0 8px 8px;
    }

    .kanban-container {
      grid-auto-columns: minmax(84vw, 84vw);
      gap: 12px;
      padding: 8px 8px 140px;
    }

    .kanban-column-card {
      border-radius: 14px;
      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    }
  }

  .blocknav {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid var(--project-border);
    border-top-left-radius: 2px;
    border-top-right-radius: 3px;
    position: relative;
    height: 56px;
  }

  .blocktitle {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    position: absolute;
  }

  .blocknav a {
    color: var(--text-color);
    font-size: 18px;
    font-weight: bold;
  }

  .viewall {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
  }

  a.viewall {
    font-size: 11px;
    color: #bbc5da;
    font-weight: normal;
  }

  .chat {
    height: calc(100vh - 137px);
    overflow: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 10px;
  }


  /*// .chat {*/
  /*//   width: 100%;*/
  /*//   max-width: 800px;*/
  /*//   height: calc(100vh - 203px);*/
  /*//   min-height: 100%;*/
  /*//   padding: 15px 30px;*/
  /*//   margin: 0 auto;*/
  /*//   overflow-y: auto;*/
  /*//   background-color: #f5f4f4;*/
  /*//   border-radius: 12px;*/
  /*// }*/
  /*// .chat__wrapper {*/
  /*//   display: -webkit-box;*/
  /*//   display: -ms-flexbox;*/
  /*//   display: flex;*/
  /*//   -webkit-box-orient: vertical;*/
  /*//   -webkit-box-direction: normal;*/
  /*//   -ms-flex-direction: column-reverse;*/
  /*//   flex-direction: column-reverse;*/
  /*//   -webkit-box-pack: end;*/
  /*//   -ms-flex-pack: end;*/
  /*//   justify-content: flex-end;*/
  /*// }*/
  .chatmessage {
    background: #f3f6fa;
    padding: 6px 20px;
    border-radius: 25px;
    color: #000;
    max-width: 600px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 15px 0;

  }

  .chatmessage:after {
    content: "";
    width: 20px;
    height: 12px;
    display: block;
    background-image: url(/assets/msg_after_2-816339bea9698ddda4d30eab5678fd9e8d25766fd5966b34493598def6db65dc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -2px;
    left: -5px;
  }

  .chatmessage-own {
    color: #fff;
    margin-left: auto;
    background-color: #303030;
  }

  .chatmessage-own:after {
    width: 19px;
    height: 13px;
    left: inherit;
    right: -5px;
    background-image: url(/assets/msg_after-3001f6a55d1a11d8d778ca393b952202164845926f21ae15a272fdabac78b274.png);
  }


trix-editor#message_body, input#privatemessage_body {
    min-height: 40px !important;
    font-size: 16px !important;
    background-color: transparent;
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .own-date {
    text-align: right;
  }

  .x {
    display: block;
    padding: 5px;
    margin-top: -42px;
    position: relative;
    background: white;
    width: 40px;
    float: right;
    border-radius: 99px;
    height: 40px;
    text-align: center;
    font-size: 29px;
    box-shadow: 0 0 0 2px #e0e0e0;
    line-height: 1;
    font-weight: bold;
  }

  .x a {
    color: #d6d2d2
  }

  .x a:hover {
    color: #616161;
    transition: color 500ms
  }

  .turbo-progress-bar {
    background: #0400ff !important;
    height: 2px !important;
  }

  trix-toolbar .trix-button {
    background: white;
    padding: 0 1.5em;
  }

  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0 !important;
  }

  .trix-content .attachment--file {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: white !important;
  }

  .trix-content action-text-attachment .attachment {
    padding: 3px !important;
  }

  trix-toolbar {
    justify-content: left !important;

  }
#note_page .trix-button-row {
  box-shadow: 1px 1px 12px #827b8980;
  background: white;
  z-index: 999999;
  margin-left: -9px;


}

  input:not([type]), textarea, trix-editor, input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    background-color: var(--input-bg) !important;
    border-radius: 3px;
    border: var(--input-border);
    margin-left: -3px;
    padding-left: 4px;
    color:var(--text-color);
  }

  trix-editor#editor li {
    list-style-type: disc;
  }

trix-toolbar .trix-button-group{
  margin-bottom: 0 !important;
  padding: 5px !important;
}

  trix-editor {
    height: auto !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 0.4em 0.6em !important;
    min-height: 5em !important;
    outline: none !important;
    color: var(--text-color) !important;

    background-color: var(--input-bg);
  }

  trix-toolbar .trix-button-group {
    border: none !important;
  }

  .trix-content ul li {
    list-style-type: disc !important;
  }

  .trix-content ol li {
    list-style-type: decimal !important;
    margin-bottom: 12px !important;
  }

  button.trix-button.trix-button--icon.trix-button--icon-decrease-nesting-level {
    display: none;
  }

  button.trix-button.trix-button--icon.trix-button--icon-increase-nesting-level {
    display: none;
  }

  button.trix-button.trix-button--icon.trix-button {
    border-top: none !important;
    border-bottom: none !important;
  }

  #dropzone1 {
    background: white;
    color: #64769b;
    font-size: 18px;
    height: 100px;
    margin-left: 7px;
    margin-top: 0;
    padding: 23px;
    position: relative;
    text-align: center;
    border: 1px solid #e5eaef;
    border-radius: 12px;
  }

  #dropzone1:hover {
    background: #eee;
  }

  #dropzone1.dropped {
    background: #f4f4f4;
    line-height: 2.4;
    color: #2E2F30;
  }

  #dropzone1 div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 5;
  }

  #dropzone1 [type="file"] {
    width: 100%;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .homeblockimg {
    margin-right: 10px;
    display: flex;
    position: relative;
    z-index: 1000;
  }

  .username {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
  }

  .chatmsgs .username {
    font-size: 11px;
    color: #b1b1b1;
  }

  .chatmsgs {
    padding-top: 19px;
    /*height: 55px;*/
  }

  .date {
    color: #a8b8d2;
    font-size: 11px;
  }

  .activityline {
    margin-top: 18px;
  }

  .activityline .eventbox {
    width: 54px;
    height: 50px;
    font-size: 12px;
  }

  .active_action {
    margin-left: 2px;
  }

  .flexgrow {
    flex-grow: 0.1;
  }

  .in_tool_title_task {
    margin-left: 23px;
    position: absolute;
  }

  .in_tool_title_chat {
    margin-left: 18px;
    position: absolute;
    margin-top: 3px;
  }

  .in_tool_msg_img {
    width: 16px;
    margin-top: 9px;
    position: absolute;
  }

  .checkboximg {
    position: absolute;
    margin-top: 4px;
    margin-left: 2px;
  }

  .assignbox {
    margin-left: 10px;
  }

  .assignname {
  /* / / display: flex;
  / / background: #fff7e5;
  / / color: black;
  / / margin-right: 2 px;
  / / padding: 1 px;
  / / border: 1 px solid papayawhip;
  / / border-radius: 3 px; */
    display: flex;
    background: #fefbf2;
    color: #000;
    margin-right: 2px;
    border: 1px solid #faebd0;
    border-radius: 3px;
    padding: 4px;
    margin-top: 4px;
  }

  .dueonshow {
    background: #fefbf2;
    color: black;
    margin-right: 2px;
    border: 1px solid #f9ead0;
    margin-bottom: 10px;
    max-width: 173px;
    text-align: center;
    padding: 3px;
    border-radius: 4px;
    margin-top: 2px;
  }

  .duename {
    background: #fefbf2;
    color: black;
    margin-right: 2px;
    border: 1px solid #f9ead0;
    border-radius: 3px;
    padding: 0 4px 0 4px;
    margin-bottom: 3px;
    margin-left: 11px;
  }

  #task_due_1i, #task_due_2i, #task_due_3i {
    width: auto;
  }

  select#task_due_1i, select#task_due_2i, select#task_due_3i {
    background-color: rgba(255, 255, 255, .9);
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    height: 3.3rem;
    margin-bottom: 10px;
  }

  .tablelike {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
  }

  .trlike {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 7px !important;
    padding-bottom: 17px !important;
  }

  .trlike input[data-bulk-select-target="checkbox"] {
    opacity: 0;
    transition: opacity 120ms ease-in-out;
  }

  .trlike:hover input[data-bulk-select-target="checkbox"],
  .trlike input[data-bulk-select-target="checkbox"]:checked {
    opacity: 1;
  }

  @media (hover: none) {
    .trlike input[data-bulk-select-target="checkbox"] {
      opacity: 1;
    }
  }

  .folder {
    background: var(--folder-background);
    border-top: 1px solid var(--folder-border-top);
    display: flex;
    align-items: center;
  }

  .folder a {
    color: var(--black-white-color);
    margin-left: 5px;
  }

  .folder a:hover {
    text-decoration: underline;
  }

  .folder-col {
    color: black;
    font-size: 18px;
    margin-top: 18px;
    display: flex;
  }

  .folder-col.count {
    font-size: 14px;
    color: #727d89;
  }

  .compltask {
    color: #9caecb;
    font-size: 14px;
  }

  .complchk {
    float: left;
    margin-right: 4px;
    margin-top: 5px;
  }

  .boxr {
    padding: 14px;
    color: black;
    /*// background-color: #ffffff;*/
    /*// border: 1px solid #efefef;*/
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    width: 300px;
    min-width: 300px;
    margin-right: 16px;
  }

  .kanban-container .boxr.kanban-column-card {
    width: auto;
    min-width: 0;
    margin-right: 0;
  }

  .board_title {
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    color: var(--text-color);
  }

  .task_title {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .taskslist {
    margin-bottom: 20px !important;
  }

  .spacebottom {
    margin-bottom: 20px;
  }

  .grab {
    float: left;
    margin-top: 8px;
  }

  .handle, .handle:hover {
    cursor: grab;
  }

  .handlelist, .handlelist:hover {
    cursor: grab;
    float: left;
  }

  .showme {
    visibility: hidden;
  }

  .showit {
    margin-bottom: 10px;
    padding-left: 4px;
  }

  .showit.showflex {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .task_circle {
    margin-left: -8px;
  }

  .showit:hover .showme {
    visibility: visible;
  }

  span.showme.grab img {
    margin-left: -16px;
    margin-top: 5px;
  }

@media (hover: none) {
  .showit:hover .showme {
    visibility: hidden;
  }
}
  .btn1 {
    background: var(--box-bg);
    border: none;
    padding: 10px;
    border-radius: 10px;
    margin-top: 11px;
  }

  .btn1:hover {
   border-bottom:1px solid;
  }

  .btn2 {
    background: var(--box3-bg);
    border: none;
    padding: 10px;
    border-radius: 10px;
    margin-top: 11px;
    color: var(--box3-color) !important;
    cursor: pointer;
  }

  .btn2:hover {
    border-bottom:1px solid;
  }

  .menu {
    margin: 0;
    display: flex;
    align-items: center;
  }

  .calbtn {
    background: #c7f9c7;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
    margin-top: -10px;
  }

  .calbtn:hover {
    background: #e1ffe1;
  }

  .eventshow {
    background: #ffffff;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    margin-bottom: 16px;
  }

  .event-row {
    /* margin-bottom: 4rem; */
    margin-left: 1rem;
    margin-top: 2rem;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 10px;
  }

  .event-title {
    font-size: 20px;
    margin-top: -7px;
    margin-left: 20px;
  }

  .modaluser {
    position: fixed;
    z-index: 10000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    animation-name: fadeIn;
    animation-duration: .4s
  }

  .modal {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    animation-name: fadeIn;
    animation-duration: .4s
  }

  .modal-content {
    position: fixed;
    padding-top: 5px;
    bottom: 0;
    background-color: var(--bg-color);
    color: var(--text-color);
    width: 100%;
    height: 50vh;
    animation-name: slideIn;
    animation-duration: .2s;
    overflow-y: auto;
  }


  .modaltask {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #a5afab66;
    animation-name: fadeIn;
    animation-duration: .4s
  }

  .modaltask-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 78vh;
    animation-name: slideIn;
    animation-duration: .2s;
    overflow-y: auto;
  }


  .x-task {
    display: block;
    padding: 5px;
    position: fixed;
    background: white;
    width: 40px;
    float: right;
    border-radius: 99px;
    height: 40px;
    text-align: center;
    font-size: 29px;
    box-shadow: 0 0 0 2px #e0e0e0;
    line-height: 1;
    font-weight: bold;
    right: 25px;
    margin-top: -25px;
    z-index: 10000;
  }

  .x-task a {
    color: #d6d2d2
  }

  .x-task a:hover {
    color: #616161;
    transition: color 500ms
  }

  .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: 700
  }

  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
  }


  .modal-body {
    padding: 2px 16px
  }

  @-webkit-keyframes slideIn {
    from {
      bottom: -300px;
      opacity: 0
    }

    to {
      bottom: 0;
      opacity: 1
    }
  }

  @keyframes slideIn {
    from {
      bottom: -300px;
      opacity: 0
    }

    to {
      bottom: 0;
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  .nobtn {
    background: no-repeat;
    border: none;
    cursor: pointer;
    color: var(--text-color);
  }
input.nobtn.hoverthis, input.nobtn{
  color: black !important;
}
  .box2 {
    position: relative;
    margin: .5rem 0 1rem;
    border-radius: 13px;
  }

  .opc {
    opacity: 0.5;
  }

.padding10 {
  padding: 10px;
}

  .padding20 {
    padding: 20px;
  }

  .paddingleft {
    padding-left: 10px;
  }

  .noticedes {
    margin-top: 12px;
    margin-left: 10px;
  }

  .boxproject {
    position: relative;
    margin-bottom: 3rem;
    height: 265px;
    overflow: hidden;
    padding: 6px;
  }

  .projectindex {
    margin-bottom: 10px;
    margin-top: 6px;
  }

  .projecttitle {
    text-align: center;
    margin-bottom: 7px;
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-weight: bold;
    border-bottom: 1px solid var(--project-border);
  }

  .projecttitle a {
    color: var(--text-color);
    font-size: 17px;
  }

  .activity {
    text-align: center;
    width: 63px;
    color: #a8b5cb;
    font-style: italic;
    font-size: 12px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: -16px auto 2px;
    border-bottom: 1px solid var(--project-border);
    background: var(--project-border);
  }

  .activitytype {
    margin-left: 13px;
    color: #122ccc;
    position: relative;
    margin-bottom: 9px;
  }

  .bigmenubox {
    background: var(--box-bg);
    z-index: 99999;
    animation-name: openframe;
    animation-duration: 0.2s;
    position: absolute;
    left: 37%;
    box-shadow: var(--box-shoadow);
    margin-top: 12px;
    width: 444px;
    border-radius: 7px;
  }

  .bigmenubox a {
    color: var(--black-white-color);
  }

  .sidebar_group_title {
    padding-left: 13px;
  }


  .undesk-footer {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 7px;
  }

  .bigmenutitle {
    text-align: left;
    color: #9caecb;
  }

  .dash {
    height: 260px;
    overflow: hidden;
  }

  .dash a {
    color: #000;
  }


  /*// .boxbrand{*/
  /*//     background-color: #ffffff;*/
  /*//     border-radius: 4px;*/
  /*//     box-shadow: 0 7px 12px #d4d8ec45;*/
  /*// }*/
  .boxbrand {
    background-color: var(--box-bg);

    border-radius: 4px;
    /*// box-shadow: 2px 4px 14px #f7efef7d;*/
    /*// border:1px solid #d5ddec59;*/

    /*//box-shadow: 0 7px 12px #dde7f380;*/
    /*//box-shadow: 0 7px 12px #ededed80;*/
    /*//border: 1px solid #e3e5e659;*/


    /*  //box-shadow: 0 7px 12px #d7d7d71f;*/
    /*//border: 1px solid #f5f8f9;*!*!*/
    /*//  box-shadow:1px 2px 12px #edededb8;*/
    /*  // border: 1px solid #dde6f759;*/
    /*  //border:1px solid #ededed;*/
    box-shadow: var(--box-shoadow) !important;
  }

  .folderprojects {
    /*// width: 71px;*/
    /*//     height: 80px;*/
    width: 58px;
    height: 71px;
    display: inline-block;
    text-align: center;
    margin-top: -13px;
    background: #e6eaf7;
    color: #808080;
    position: absolute;
    border-radius: 6px;
  }

  .filebox {
    /*// width: 71px;*/
    /*//     height: 80px;*/
    width: 58px;
    height: 71px;
    display: inline-block;
    text-align: center;
    margin-top: -13px;
    background: #f5f8fc;
    color: #262626;
    position: absolute;
    border-radius: 6px;
  }

  .filebox::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ffffff #ffffff rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35);
    border-bottom-left-radius: 0;
    border-width: 13px;
  }

  .infile {
    position: relative;
    background: #e0e6ef;
    margin-top: 43px;
  }

  .infile span {
    font-family: monospace;
    color: black;
  }

  .filebox-pro {
    border: 1px solid #e4ebf93d;
    background: #f6f8fc;
    height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 2px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: black;
    word-break: normal;
  }

  .imgmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  }

  .imgmodal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
  }

  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  .urgent {
    display: inline;
    font-size: 12px;
    margin-left: 4px;
    background: #f52920;
    color: #ffffff;
    padding: 1px 3px 2px 3px;
    border-radius: 2px;
    margin-top: 3px;
  }

  .due {
    background: var(--box2-bg);
    color: var(--box2-color);
    display: inline;
    font-size: 12px;
    margin-left: 4px;
    padding: 1px 3px 2px 3px;
    border-radius: 2px;
    margin-top: 3px;
  }

  .showflex {
    display: flex;
  }

  .flexcenter {
    align-items: center;
  }


  .width_pro_activiy {
    width: 37px;
  }

  .flexin {
    display: inline-flex;

  }

  .infile1 {
    position: relative;
    background: #dbdef7;
    margin-top: 43px;
    flex: 1;
    overflow: hidden;
    height: 20px;
  }

  .assign {
    transform-origin: 0px 0px;
    overflow-y: auto;
    background: var(--bg-color);
    border: 1px solid #d4ddef;
    padding-left: 10px;
    text-align: left;
    max-height: 189px;
    width: 240px;
    padding: 10px;
    border-radius: 10px;
  }

  .projectusers {
    border-radius: 50%;
    margin-left: -4px;
  }

  .chip {
    border-right: 1px solid var(--border-chip);
    height: 23px;
  }

  .post_time {
    font-size: 12px;
    margin-top: 10px;
  }

  .dropdownsettings {
    position: relative;
    display: inline-block
  }

  .dropdownsettings-content {
    position: absolute;
    background-color: #fff;
    box-shadow: var(--dropdown-content);
    z-index: 9999;
    animation-name: openframe;
    animation-duration: .1s;
    border-radius: 14px;
    right: 0;
  }

  .dropdown-content-sidebar {
    right: 0;
    background: #f6f8fc !important;
    box-shadow: none;
    padding: 12px 22px !important;
  }

  .dropdownsettings-content a,  .dropdownsettings-content button{
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }

  .hrmenu {
    border: 1px solid #f2f5fb
  }

  .sidebar_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 10px;
  }

  .menu_dots {
    position: absolute;
    right: 0;
  }

  .chip a, .chip {
    color: var(--settings-color);
    font-size: 14px;
  }

  .menu_settings{
    fill: var(--settings-color);

  }

  button.dropbtn.nobtn {
    padding: 0;
  }

  .tab a {
    color: var(--text-color);
    padding: 10px;
    font-weight: bold;
  }

  .tabactive a {
    background: var(--black-white-color);
    color: var(--box-bg);
    border-radius: 99px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab a:hover {
    text-decoration: underline;
  }

  .task_card_body {
    white-space: pre-line;
    position: relative;
  }

  .team {
    margin-bottom: 16px;
  }

  .filter--notFound {
    display: none;
  }

  .button_tag {
    text-align: center;
    background: #3e4fb4;
    border: 2px solid #003be0;
    color: white;
    margin-bottom: 10px;

  }

  .button_tag a {
    color: white;
  }

  .timeline {
    position: relative;
  }

  .timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: var(--project-border);
    top: 0;
    bottom: 0;
    /* left: 2%; */
    margin-left: 14px;
    margin-top: -8px;
  }

  .completetaskdiv {
    text-align: left
  }

  .completetaskdiv img {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 3px;
    margin-top: 4px;
  }

  .name_activity {
    position: relative;
    z-index: 10000;
    font-size: 13px;
    line-height: 1;
    width: 38px;
  }

  .font16 {
    font-size: 16px;
  }

  .font17 {
    font-size: 16px;
  }

  .list_title {
    font-size: 20px;
    font-weight: bold;
  }

  .tooltip {
    position: relative;
    display: inline-block;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  #snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: var(--black-white-color);
    color: var(--bg-color);
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 10000000;
    left: 50%;
    top: 30px;
    font-size: 17px;
  }

  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  .move-destination-option.is-selected {
    border-color: #2f80ed !important;
    background: #e8f1ff;
    color: #0f2f67;
  }

  .move-destination-option {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border);
    margin-bottom: 0.4rem;
    border-radius: 10px;
    padding: 12px 10px;
    background: var(--bg-color);
    color: var(--text-color);
  }

  .move-destination-option:hover {
    border-color: #c9d6f5;
  }

  .folder-row-link {
    text-decoration: none;
  }

  .move-dest-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .move-dest-folder {
    width: 40px;
    height: 30px;
    fill: #9bbcff;
  }

  .move-dest-name {
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .move-dest-right {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7a7a7a;
  }

  .move-destination-option.is-selected .move-dest-right {
    color: #1b4fa3;
  }

  .move-dest-count {
    font-size: 16px;
  }

  .move-dest-chevron svg {
    width: 18px;
    height: 18px;
    opacity: 0.7;
  }

  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 30px;
      opacity: 1;
    }
  }

  @keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 30px;
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeout {
    from {
      top: 30px;
      opacity: 1;
    }
    to {
      top: 0;
      opacity: 0;
    }
  }

  @keyframes fadeout {
    from {
      top: 30px;
      opacity: 1;
    }
    to {
      top: 0;
      opacity: 0;
    }
  }

  strong {
    font-weight: bold;
  }

  .new_blocks {
    padding: 15px;
    transform: rotate(359deg);
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 64px;
    box-shadow: 1px 1px 7px #dbd7e280;
    border-radius: 21px;
  }

  .redbtn {
    background: #ff5722;
    color: white;
    border: none;
    padding: 6px;
    border-radius: 28px;
    cursor: pointer;
    min-width: 95px;
  }

  .redbtn:hover {
    background: #e65a2e;
  }

  .greenbtn {
    background: #51dc95;
    color: white;
    border: none;
    padding: 6px;
    border-radius: 28px;
    cursor: pointer;
    min-width: 95px;
  }

  .greenbtn:hover {
    background: #43c382;
  }

  .disabledform {
    border: none !important;
    pointer-events: none;
    background: #e0e0e0 !important;
    cursor: not-allowed;
    color: #cccccc !important;
  }

  .btn-space {
    margin-bottom: 4rem;
  }

  .eventbtn {
    color: #2683ff;
    text-align: left;
  }

  li.event_show {
    padding-left: 20px;
    margin-bottom: 12px;
    color: black;
  }

  .blue-text {
    color: #2683ff;
  }

  #menuspace {
    margin-bottom: 4rem;
  }

  .eventbox {
    display: inline-block;
    width: 60px;
    height: 54px;
    text-align: center;
    margin-top: -13px;
    background: #fbf9f7;
    color: #808080;
    border-radius: 6px;
    margin-right: 7px;
    font-size: 15px;
  }

  .event-row .eventbox {
    background: white;
  }

  .box-month {
    background: #f52a21;
    color: white;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 13px;
  }

  .box-year {
    position: absolute;
    font-size: 9px;
    margin-left: -9px;
    margin-top: -2px;
    color: gray;
  }

  .number {
    background: #eceef7;
    margin-right: 11px;
    font-size: 21px;
    padding: 10px;
    border-radius: 101px;
    width: 48px;
    height: 48px;
    justify-content: center;
  }

  .number.active {
    background: black;
    color: white;
  }

  .battery {
    display: block;
    width: 127px;
    height: 25px;
    border-radius: 4px;
    position: relative;
    color: black;
    font-size: 14px;
    margin: -1px auto;
    background: #f6f8fc;
  }
.progress-task {
  display: block;
  width: 127px;
  height: 25px;
  position: relative;
  color: black;
  font-size: 14px;
  background: #f6f8fc;
  margin-right: 2px;
  border: 1px solid #f9ead0;
  padding: 0 4px 0 4px;
  margin-bottom: 3px;
  margin-left: 11px;
}
  .battery:after, .progress-task:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #57c8af;
    border-radius: 4px;
  }

  .battery-level {
    background: #60dbbf;
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    padding-left: 4px;
    padding-top: 2px;
  }



.progress-task-level {
  background: #60dbbf;
  color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  padding-left: 4px;
  padding-top: 2px;
}


  span.calendar-title {
    font-size: 20px;
  }

  .simple-calendar {
    padding: 10px;
  }

  .simple-calendar table {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    border-collapse: collapse;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }

  .simple-calendar tr {
    border-collapse: collapse;
  }

  .simple-calendar th {
    text-align: center;
  }

  .simple-calendar td {
    padding: 6px;
    vertical-align: top;
    width: 14%;
    border: 1px solid #ddd;
  }

  .simple-calendar .day {
    height: 130px;
  }

  .simple-calendar .day-number.start-day {
    background: #f52a21;
    border-radius: 12px;
    color: white;
  }

  .simple-calendar .day-number {
    width: 24px;
    height: 24px;
    text-align: center;
  }

  .simple-calendar .prev-month, .simple-calendar .next-month {
    background: var(--folder-background);
    color: #cdcdcd;
  }

  .simple-calendar .event-text {
    margin-bottom: 5px;
    color: black;
    font-size: 13px;
  }


  .flexspace {
    margin-right: 6px;
  }


  .searchc input[type=search] {

    width: 10px !important;
    padding-left: 15px !important;
    color: transparent !important;
    cursor: pointer !important;
    height: 25px;
    border: none !important;
  }

  .searchc input[type=search]:hover {
    background-color: #fff !important
  }

  .searchc input[type=search]:focus {
    width: 110px !important;
    padding-left: 16px !important;
    color: var(--text-color) !important;
    background-color: var(--input-bg) !important;
    cursor: auto !important;
    background-position: left;
    box-shadow: var(--box1-border) !important;
    border: 1px solid #e3e5e659 !important
  }

  .searchc input:-moz-placeholder {
    color: transparent !important
  }

  .searchc input::-webkit-input-placeholder {
    color: transparent !important
  }

  .searchc input[type=search] {
    background-image: url(/icons/search.svg);
    transition: all .5s !important;
    background-color: white !important;
    border-radius: 7px !important;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
  }

  .title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .post_height {
    min-height: 300px !important;
  }


  #dropzone2 {
    background: white;
    background: linear-gradient(31deg, #f6f8fc 0%, white 100%);
    color: #64769b;
    font-size: 18px;
    margin-left: 7px;
    margin-top: 0;
    padding: 23px;
    position: relative;
    text-align: center;
    border: 1px solid #e5eaef;
    border-radius: 12px;
    font-weight: bold;
    width: 40px;
  }

  #dropzone2:hover {
    background: #eee;
  }

  #dropzone2.dropped {
    background: #f4f4f4;
    line-height: 2.4;
    color: #2E2F30;
  }

  #dropzone2 div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 3;
  }

  #dropzone2 [type="file"] {
    width: 40px;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .rightoptions {
    margin-bottom: 5px;
  }

  .hhhh {
    background: black;
  }

  .dot {
    height: 7px;
    width: 7px;
    background-color: #f44336;
    border-radius: 50%;
    position: absolute;
    margin-left: 21px;
    z-index: 999;
    top: 39px;
  }

  .dotinside {
    height: 7px;
    width: 7px;
    background-color: #f44336;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    margin-left: 76px;
    margin-top: 2px;
  }

  .welcome_text {
    font-size: 20px;
    font-weight: bold;
  }

  @media (min-width: 1578px) {
    .text1 {
      font-size: 17px;
    }

    .menutext {
      font-size: 17px;
    }

    .btnnav {
      padding: 25px;
      font-size: 16px;
    }
  }

  @media (min-width: 1150px) and (max-width: 1577px) {
    .text1 {
      font-size: 28px;
    }

    .menutext {
      font-size: 15px;
    }

    .btnnav {
      padding: 25px;
      font-size: 16px;
    }
  }

  @media (max-width: 1149px) {
    .text1 {
      font-size: 45px;
    }

    .menutext {
      font-size: 14px;
    }

    .btnnav {
      padding: 25px;
      font-size: 16px;
    }

  }

  #slidenav {
    background: #eaeef7;
    padding-right: 20px;
    padding-left: 20px;
    animation-name: openframe;
    animation-duration: 0.1s;
    box-shadow: 2px 2px 10px 1px #6176a138;
  }

  .task_desc {
    width: 12px;
    margin-top: 5px;
    position: absolute;
    margin-left: 4px;
  }

  div#error_explanation h2 {
    font-size: 18px !important;
  }

  div#error_explanation, .redbox {
    padding: 20px;
    color: white;
    background: #ef5350;
    font-weight: bold;
    border-radius: 4px;
  }

  .clientbox {
    background: var(--box1-bg);
    border: 1px solid var(--box1-border);
    color: var(--box1-color);
    font-size: 12px;
    padding: 4px;
    display: inline;
  }
  .clientbox a{
    color: var(--box1-color);

  }

  .bubble {
    animation-name: openframe;
    animation-duration: 0.3s;
  }

  .empty {
    background: var(--box-bg);
    padding: 20px;
    color: #9caecb;
    min-height: calc(57vh - 241px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--box-shoadow);
  }

  .direct-upload {
    display: inline-block;
    position: relative;
    padding: 2px 4px;
    margin: 0 3px 3px 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-size: 11px;
    line-height: 13px;
  }

  .direct-upload--pending {
    opacity: 0.6;
  }

  .direct-upload__progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    background: #0076ff;
    transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
    transform: translate3d(0, 0, 0);
  }

  .direct-upload--complete .direct-upload__progress {
    opacity: 0.4;
  }

  .direct-upload--error {
    border-color: red;
  }

  input[type=file][data-direct-upload-url][disabled] {
    display: none;
  }

  input[type=file][data-direct-upload-url][disabled] {
    display: none;
  }

  .plantable li {
    list-style: none !important;
  }

  .plantable {
    background: #f1f8ff;
    padding: 17px;
    border-radius: 6px;
  }

  .group_title {
    font-size: 20px;
    color: var(--group-title);
    margin-top: 5px;
    display: inline-flex;
  }

  .flashit {
    -webkit-animation: flash linear 1s 2 forwards;
    animation: flash linear 1s 2 forwards;
  }

  @-webkit-keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: .1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: .1;
    }
    100% {
      opacity: 1;
    }
  }

  .shakeit {
    animation: shake 0.5s;
    animation-iteration-count: 1s;
  }

  @keyframes shake {
    0% {
      transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
      transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
      transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
      transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
      transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
      transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
      transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
      transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
      transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
      transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
      transform: translate(1px, -2px) rotate(-1deg);
    }
  }


  form#new_task {
    padding: 6px;
    position: relative;
  }

  #new_comment {
    margin: 0 auto;
    margin-bottom:3rem !important;
  }

  .projectgroup {
    font-size: 17px;
    color: #c0cad5;
    margin-bottom: 11px;
    display: inline-flex;
    font-style: italic;
  }

  select#project_projectgroup_id, select#project_priority {
    border: 1px solid #d4ddef;
  }

  .sidebar_btn {
    text-decoration: none;
    color: white;
    background-color: #000000;
    text-transform: none;
    text-align: center;
    letter-spacing: .5px;
    transition: background-color .2s ease-out;
    cursor: pointer;
    padding: 8px;
    font-size: 13px;
    border-radius: 4px;
    border: none;
  }

  .floor2 {
    margin-top: 2rem;
    margin-bottom: 17px;
    float: right;
    margin-right: 9px;
  }


.loading-ring {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
}

turbo-frame[busy] .loading-ring {
  display: inline-block;
}
turbo-frame[busy] .done-note-btn {
  display: none;
}


.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 8px;
  border: 1px solid;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}

.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

  #display-loading {
    display: none;
  }

  turbo-frame[busy] #display-loading {
    display: block;
  }

  .loading {
    transform: translate(0%, -50%);
    position: absolute;
    width: 100%;
    top: 0;
  }

  .loading_line_wrapper {
    height: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
  }

  .loading_line {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    transform-origin: 100% 0%;
    animation: kf_loading_line 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
  }

  .loading_line .loading_line_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background: #0400ff;
    transform-origin: 0% 0%;
  }

  .loading_line_inner--1 {
    opacity: 0;
    animation: kf_loading_line_inner--1 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
  }

  .loading_line_inner--2 {
    opacity: 1;
    animation: kf_loading_line_inner--2 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
  }


  @keyframes kf_loading_line {
    0% {
      transform: scaleX(1);
    }
    50% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }


  @keyframes kf_loading_line_inner--1 {
    0% {
      transform: scaleX(0);
    }
    25% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(1);
    }
  }


  @keyframes kf_loading_line_inner--2 {
    0% {
      transform: scaleX(0);
    }
    25% {
      transform: scaleX(0);
    }
    50% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(1);
    }
  }
  span.page {
    padding: 5px;
    background: var(--bg-color);
  }

  .sidebar_title {
    font-weight: bold;
  }

  .undesk_footer {
    margin-top: 12px;
    margin-right: 21px;
    margin-left: 5px;
    position: fixed;
    left: 0;
    bottom: 0
  }

  .close_sidebar {
    float: right;
    margin-top: 7px;
    margin-right: 13px;
  }

  .dot_index_pm {
    background: #f44336;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 99px;
    margin-left: -10px;
    margin-top: 6px;
  }

  .tool_url {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 301px;
  }

  .tool_url a {
    color: var(--black-white-color);
  }

  .pointer {
    cursor: pointer;
  }

  .btntask {
    color: #000;
    background: #e1e6f2;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
  }

  .task-btn-mg {
    margin-bottom: 10px;
  }

  .hideme {
    -moz-animation: hiding 0s ease-in 3s forwards;
    -webkit-animation: hiding 0s ease-in 3s forwards;
    -o-animation: hiding 0s ease-in 3s forwards;
    animation: hiding 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

  }

  @keyframes hiding {
    to {
      width: 0;
      height: 0;
      overflow: hidden;
    }
  }
  @-webkit-keyframes hiding {
    to {
      width: 0;
      height: 0;
      visibility: hidden;
    }
  }

  .notetitle a {
    font-size: 18px;
    font-weight: bold;
    color: var(--text-color);
}
.imgsvg{
  fill: var(--img_svg);
}

input[type="date"] {
  position: relative;
}

input[type="date"]:after {
  color: #555;
  padding: 0 5px;
}

input[type="date"]:hover:after {
  color: #bf1400;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

input[type="date"]::-webkit-inner-spin-button {
  z-index: 1;
}

input[type="date"]::-webkit-clear-button {
  z-index: 1;
}

.trix-content pre {
  position: relative;
  margin: 14px 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #253144;
  background: #0f172a;
  color: #e5e7eb;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.trix-content pre[data-language] {
  padding-top: 34px;
}

.trix-content pre[data-language]::before {
  content: attr(data-language);
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.bottom-sheet-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transition: transform 0.2s ease-in-out;
  height: 100%;
  background: #a5afab66;
}
.modal-overall1{
  position: fixed;
  bottom: 0;
  padding-top: 5px;
  width: 100%;
  height: 70vh;
  overflow-y: auto;
  background: var(--bg-color);
}
/* Show the modal when it's open */
.bottom-sheet-modal.open {
  transform: translateY(0);
}

/* The modal content */
.modal-content1 {
  padding-top: 5px;
  padding-bottom: 100px;
  overflow-y: auto;
  background: var(--bg-color);
}

.board-task-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: none;
  background: rgba(17, 24, 39, 0.45);
  padding: 4vh 16px;
}

.board-task-modal.open {
  display: block;
}

.board-task-modal__panel {
  max-width: 760px;
  margin: 0 auto;
  background: var(--bg-color);
  border-radius: 14px;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.board-task-form-wrapper {
  margin-top: 0;
}
.modal-footer1{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  border: 1px solid #eee;
}
.modal-footer-btn1{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 9px;
  box-shadow: 2px -1px 20px 6px #c7c7c7a8;
}


.vertical-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.vertical-loading-spinner .spinner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--settings-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  height: 40px;
  width: 40px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.note-small{
  font-size: 13px;
  color: var(--light-color);
}


.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
  }

  @keyframes skeleton-loading {
    0% {
      background-color: #edf2f7;
    }
    100% {
      background-color: #f0f3f5;
    }
  }

  .skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }

  .skeleton-text__body {
    width: 75%;
  }

  .skeleton-short {
    width: 70%;
    height: 18px;
    margin-bottom: 24px;
    border-radius: 0.25rem;

  }

/* Container for the custom checkbox */
.checkbox-container {

}

/* Hide the default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom checkmark */
.checkmark {
  top: 0;
  left: 0;
  width: 25px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  border: 2px solid var(--text-color);
  position: relative;
  padding-left: 19px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked */
.checkbox-container input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px; /* Adjusted for better centering */
  top: 1px; /* Adjusted for better centering */
  width: 8px; /* Increased width for a bigger checkmark */
  height: 15px; /* Increased height for a bigger checkmark */
  border: solid white;
  border-width: 0 4px 4px 0; /* Increased border width for a thicker checkmark */
  transform: rotate(45deg);
}
.completetaskdiv .checkmark{
  width: 15px;
  height: 15px;
  padding-left: 9px;

}
.completetaskdiv .checkbox-container .checkmark:after {
  left: 4px;
  top: -2px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 3px 0;
}
/* Trix attachment formatting */
.attachment--preview {
  margin: 0.6em 0;
  text-align: center;
  width: 100%;
}

.attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Tribute styles */
.tribute-container {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.05);
  z-index: 9999999;
}

.tribute-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tribute-container li {
  background: #fff;
  padding: 0.2em 1em;
  min-width: 15em;
  max-width: 100%;
}

.tribute-container .highlight {
  background: #1b6ac9;
  color: #fff;
  cursor: pointer;
}

.tribute-container .highlight span {
  font-weight: bold;
}

.mention.flexin{
  align-items: baseline;
}
.mention img.circle.homeblockimg {
  width: 18px !important;
  height: 18px !important;
  margin-right: 2px;
}
.new_event{
  width: 100%;
  height: 63%;
}

.margin_left{
  margin-left:10px ;
}

/* Lexxy fallback rules for environments where nested CSS support is weak
   or overridden by legacy app styles (table/code/highlight controls). */
lexxy-editor .lexxy-editor__toolbar-dropdown {
  position: relative !important;
}

lexxy-editor .lexxy-editor__toolbar-dropdown[open] .lexxy-editor__toolbar-dropdown-content {
  display: flex !important;
}

lexxy-editor .lexxy-editor__toolbar-dropdown-content {
  position: absolute !important;
  top: 2.1rem !important;
  left: 0 !important;
  z-index: 100 !important;
  padding: 8px !important;
  gap: 8px !important;
  border: 1px solid var(--project-border) !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
  min-width: 220px;
}

lexxy-editor lexxy-highlight-dropdown {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

lexxy-editor lexxy-highlight-dropdown [data-button-group] {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px !important;
}

lexxy-editor lexxy-highlight-dropdown button {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  border: 1px solid var(--project-border) !important;
  border-radius: 8px !important;
  position: relative !important;
}

lexxy-editor lexxy-link-dropdown .lexxy-editor__toolbar-dropdown-actions {
  display: flex !important;
  gap: 8px !important;
}

lexxy-editor lexxy-link-dropdown input[type="url"] {
  width: 100% !important;
  min-width: 220px !important;
  border: 1px solid var(--project-border) !important;
  border-radius: 8px !important;
  padding: 8px !important;
  background: var(--box-bg) !important;
  color: var(--text-color) !important;
}

lexxy-editor .lexxy-code-language-picker {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  border: 1px solid var(--project-border) !important;
  border-radius: 8px !important;
  padding: 4px 10px !important;
  background: var(--box-bg) !important;
  color: var(--text-color) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

lexxy-editor .lexxy-table-handle-buttons {
  display: flex !important;
  position: absolute !important;
  z-index: 120 !important;
  transform: translate(-50%, -120%) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  gap: 4px !important;
}

lexxy-editor .lexxy-table-handle-buttons .lexxy-table-control {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 3px !important;
  border-radius: 10px !important;
  background: #111 !important;
  color: #fff !important;
}

lexxy-editor .lexxy-table-handle-buttons .lexxy-table-control button,
lexxy-editor .lexxy-table-handle-buttons .lexxy-table-control summary {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border-radius: 7px !important;
  color: #fff !important;
}

lexxy-editor .lexxy-table-handle-buttons .lexxy-table-control button span {
  display: none !important;
}

lexxy-editor .lexxy-table-control__more-menu {
  position: relative !important;
}

lexxy-editor .lexxy-table-control__more-menu[open] .lexxy-table-control__more-menu-details {
  display: flex !important;
}

lexxy-editor .lexxy-table-control__more-menu-details {
  position: absolute !important;
  top: 105% !important;
  left: 0 !important;
  z-index: 130 !important;
  display: none;
  flex-direction: column !important;
  gap: 4px !important;
}

lexxy-editor .lexxy-table-control__more-menu-section {
  display: flex !important;
  flex-direction: column !important;
  padding: 3px !important;
  border-radius: 10px !important;
  background: #111 !important;
}

lexxy-editor .lexxy-table-control__more-menu-section button {
  width: auto !important;
  min-width: 180px !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding: 7px 10px !important;
}

lexxy-editor .lexxy-table-control__more-menu-section button span {
  display: inline !important;
}

body.project-whitepaper-open {
  overflow: hidden;
}

body.project-whitepaper-open #sidebar1 {
  display: none !important;
}

.project-whitepaper-trigger {
  color: var(--text-color);
  font-size: 14px;
}

.project-whitepaper-panel {
  position: fixed;
  inset: 0;
  z-index: 2200;
  background: rgba(7, 10, 21, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.project-whitepaper-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100dvh;
  background: var(--box-bg);
  border: 1px solid var(--project-border);
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(.2, .8, .2, 1);
  display: flex;
  flex-direction: column;
}

.project-whitepaper-panel.open {
  opacity: 1;
  pointer-events: auto;
}

.project-whitepaper-panel.open .project-whitepaper-sheet {
  transform: translateY(0);
}

.project-whitepaper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--project-border);
}

.project-whitepaper-header h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
}

.project-whitepaper-close {
  width: 52px;
  height: 52px;
  border-radius: 99px;
  border: 1px solid var(--project-border);
  background: var(--box2-bg);
  color: var(--text-color);
  font-size: 44px;
  line-height: 0.95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.project-whitepaper-body {
  padding: 22px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
