@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/* RESET
------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font: normal 95% "Roboto", sans-serif;
  background: #f4f4f4;
  color: #424242;
  padding: 0; }

a {
  color: #424242;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  text-decoration: none;
  color: #4fb59c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

.flex {
  display: flex; }
  .flex--equal > * {
    flex: 1; }
  .flex--center {
    align-items: center; }
  .flex--middle {
    justify-content: center; }
  .flex--end {
    justify-content: flex-end; }
  .flex--space_between {
    justify-content: space-between; }
  .flex--column {
    flex-direction: column; }
  @media (max-width: 940px) {
    .flex--m-column {
      flex-direction: column; } }
  @media (max-width: 940px) {
    .flex--m-center {
      align-items: center; } }
  @media (max-width: 940px) {
    .flex--m-left {
      align-items: flex-start; } }
  @media (max-width: 940px) {
    .flex--m-bottom {
      align-items: flex-end; } }
  @media (max-width: 940px) {
    .flex--m-end {
      justify-content: flex-end; } }
  @media (max-width: 940px) {
    .flex--m-middle {
      justify-content: center; } }
  @media (max-width: 940px) {
    .flex--m-wrap {
      flex-wrap: wrap; } }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--row3 > * {
    width: 33.333%; }
  .flex--row3.flex--gap25 > * {
    width: calc(33.333% - 25px); }
  .flex--m-row2 > * {
    width: 50%; }
  .flex--m-row2.flex--gap40 > * {
    width: calc(50% - 25px); }
  @media (max-width: 940px) {
    .flex--m-full {
      width: 100%; }
      .flex--m-full > * {
        flex: 1;
        width: 100%; }
      .flex--m-full.flex--gap25 > * {
        width: 100%; } }
  .flex--gap5 {
    gap: 5px; }
  .flex--gap10 {
    gap: 10px; }
  .flex--gap15 {
    gap: 15px; }
  .flex--gap20 {
    gap: 20px; }
  .flex--gap25 {
    gap: 25px; }
  .flex--gap30 {
    gap: 30px; }
  .flex--gap35 {
    gap: 35px; }
  .flex--gap40 {
    gap: 40px; }
  .flex--gap45 {
    gap: 45px; }
  .flex--gap50 {
    gap: 50px; }
  .flex--gap55 {
    gap: 55px; }
  .flex--gap60 {
    gap: 60px; }
  .flex--gap65 {
    gap: 65px; }
  .flex--gap70 {
    gap: 70px; }
  .flex--gap75 {
    gap: 75px; }
  .flex--gap80 {
    gap: 80px; }
  .flex--gap85 {
    gap: 85px; }
  .flex--gap90 {
    gap: 90px; }
  .flex--gap95 {
    gap: 95px; }
  .flex--gap100 {
    gap: 100px; }
  @media (max-width: 940px) {
    .flex--mgap5 {
      gap: 5px; }
    .flex--mgap10 {
      gap: 10px; }
    .flex--mgap15 {
      gap: 15px; }
    .flex--mgap20 {
      gap: 20px; }
    .flex--mgap25 {
      gap: 25px; }
    .flex--mgap30 {
      gap: 30px; }
    .flex--mgap35 {
      gap: 35px; }
    .flex--mgap40 {
      gap: 40px; }
    .flex--mgap45 {
      gap: 45px; }
    .flex--mgap50 {
      gap: 50px; }
    .flex--mgap55 {
      gap: 55px; }
    .flex--mgap60 {
      gap: 60px; }
    .flex--mgap65 {
      gap: 65px; }
    .flex--mgap70 {
      gap: 70px; }
    .flex--mgap75 {
      gap: 75px; }
    .flex--mgap80 {
      gap: 80px; }
    .flex--mgap85 {
      gap: 85px; }
    .flex--mgap90 {
      gap: 90px; }
    .flex--mgap95 {
      gap: 95px; }
    .flex--mgap100 {
      gap: 100px; } }

.txt--center {
  text-align: center; }
.txt--left {
  text-align: left; }
.txt--right {
  text-align: right; }
.txt--small {
  font-size: 0.8em;
  color: #7289a2; }
.txt--wide {
  font-weight: 500; }

.widthWrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }
  .widthWrapper--small {
    max-width: 750px; }

.admin {
  display: flex;
  height: 100vh; }
  .admin .sidebar {
    background-color: #424242;
    flex: 0 0 200px; }
    .admin .sidebar .logo {
      padding: 20px 15px;
      height: 50px;
      width: auto;
      display: block; }
      .admin .sidebar .logo path {
        fill: white; }
    .admin .sidebar a {
      color: white;
      padding: 15px;
      text-decoration: none;
      display: block; }
      .admin .sidebar a:hover {
        background-color: #4f4f4f; }
  .admin .content {
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
    overflow: auto;
    background-color: #f9f9fc; }
    .zaposlen .admin .content, .view .admin .content {
      padding-bottom: 300px; }

.card {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: white;
  padding: 20px 30px; }
  .card--small {
    padding: 10px 15px;
    border-radius: 5px; }

h1 {
  margin-bottom: 1em;
  font-size: 2em;
  margin-top: 30px; }

a {
  text-decoration: none; }

.zaposleni_list a {
  display: block; }
.zaposleni_list .stanje__wrap {
  display: flex;
  align-items: center;
  gap: 10px; }

table.list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px; }
  table.list tr {
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05); }
    table.list tr .actions {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    table.list tr:hover .actions {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    table.list tr[data-teden] {
      box-shadow: none; }
      table.list tr[data-teden] td {
        background-color: transparent;
        height: auto; }
    table.list tr.sunday td, table.list tr.holiday td {
      background-color: #dbe3f1; }
    table.list tr.danes {
      box-shadow: 0px 0px 25px rgba(79, 181, 156, 0.5); }
      table.list tr.danes td {
        background-color: white; }
    table.list tr th {
      padding: 20px 8px 5px 8px;
      background-color: #f9f9fc; }
    table.list tr:first-child {
      box-shadow: none;
      position: sticky;
      top: 0;
      z-index: 100; }
      table.list tr:first-child th {
        text-transform: uppercase;
        font-size: 0.8em;
        text-align: left;
        font-weight: 500; }
        table.list tr:first-child th:first-child {
          padding-left: 20px; }
    table.list tr td {
      padding: 8px 8px;
      background: white;
      vertical-align: middle;
      height: 36px; }
      table.list tr td.arrival_id {
        padding-top: 0;
        padding-bottom: 0; }
      table.list tr td.leave_id {
        padding-top: 0;
        padding-bottom: 0; }
      table.list tr td:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding-left: 20px; }
      table.list tr td:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }

.hidden {
  display: none; }

.sestevek_mesec {
  width: 100%; }
  .sestevek_mesec tr th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500; }
  .sestevek_mesec tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle; }
  .sestevek_mesec__wrap {
    background-color: white;
    width: calc(100% - 200px);
    position: fixed;
    bottom: 0;
    height: auto;
    margin-left: -30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 40px;
    align-items: flex-start; }

input[type="time"] {
  height: 50px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  border: none;
  background: transparent; }
  input[type="time"]:disabled {
    opacity: 0.5;
    filter: alpha(opacity=50); }
    .view input[type="time"]:disabled {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.pill {
  border-radius: 3px;
  font-size: 0.7em;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-flex;
  padding: 3px 7px; }
  .pill--danger {
    background-color: #800000;
    color: white; }

.stanje_zaposlen__title {
  font-weight: bold; }

.stanje {
  display: block;
  padding: 5px;
  border-radius: 3px;
  background-color: #109842;
  color: #fff;
  text-align: center;
  font-weight: bold; }
  .stanje--red {
    background-color: #800000; }
  .stanje__wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    flex: 1; }
    .stanje__wrap .txt--small {
      flex: 1;
      display: block; }
    .stanje__wrap .stanje {
      min-width: 130px; }

.stanje_zaposlen--view .stanje__wrap {
  display: block; }
  .stanje_zaposlen--view .stanje__wrap .stanje {
    margin: 10px 0; }
  .stanje_zaposlen--view .stanje__wrap span {
    display: block; }

.edit_time {
  position: relative; }
  .edit_time .pill {
    position: absolute;
    bottom: -1px;
    left: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.actions {
  display: inline-flex;
  gap: 10px;
  margin-left: 10px; }
  .actions .add_entry {
    color: #4fb59c; }
  .actions .remove_entry {
    color: #800000; }

#pinpad,
.inside_pad {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

#displayPass {
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 26px;
  padding-bottom: 0;
  height: 70px; }

.inside_pad {
  overflow: hidden; }
  .inside_pad__cont {
    width: 500px;
    margin: 0;
    padding: 60px 60px 0 60px;
    box-shadow: none;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    background: white;
    position: relative;
    overflow: hidden; }
    .inside_pad__cont h2 {
      color: #7289a2;
      font-size: 20px;
      font-weight: normal; }
      .inside_pad__cont h2 strong {
        color: #424242;
        font-weight: 900;
        font-size: 45px;
        display: block;
        margin-top: 10px; }
  .inside_pad .logout {
    width: 100%; }
    .inside_pad .logout a {
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 25px 0;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      margin-top: 40px; }
  .inside_pad .success_msg {
    background-color: #109842;
    color: white;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px; }
    .inside_pad .success_msg .dt {
      margin-bottom: 0;
      box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.15); }
  .inside_pad .loader_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    overflow: hidden; }
  .inside_pad .loader {
    width: 100%;
    height: 10px;
    background-color: #4fb59c;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%) translateY(0%);
    -moz-transform: translateX(-100%) translateY(0%);
    -ms-transform: translateX(-100%) translateY(0%);
    -o-transform: translateX(-100%) translateY(0%);
    transform: translateX(-100%) translateY(0%);
    -webkit-animation: 3s linear 0s 1 loader;
    -moz-animation: 3s linear 0s 1 loader;
    -o-animation: 3s linear 0s 1 loader;
    animation: 3s linear 0s 1 loader; }

@-webkit-keyframes loader {
  from {
    -webkit-transform: translateX(-100%) translateY(0%);
    -moz-transform: translateX(-100%) translateY(0%);
    -ms-transform: translateX(-100%) translateY(0%);
    -o-transform: translateX(-100%) translateY(0%);
    transform: translateX(-100%) translateY(0%); }
  to {
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); } }
@-moz-keyframes loader {
  from {
    -webkit-transform: translateX(-100%) translateY(0%);
    -moz-transform: translateX(-100%) translateY(0%);
    -ms-transform: translateX(-100%) translateY(0%);
    -o-transform: translateX(-100%) translateY(0%);
    transform: translateX(-100%) translateY(0%); }
  to {
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); } }
@-ms-keyframes loader {
  from {
    -webkit-transform: translateX(-100%) translateY(0%);
    -moz-transform: translateX(-100%) translateY(0%);
    -ms-transform: translateX(-100%) translateY(0%);
    -o-transform: translateX(-100%) translateY(0%);
    transform: translateX(-100%) translateY(0%); }
  to {
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); } }
@keyframes loader {
  from {
    -webkit-transform: translateX(-100%) translateY(0%);
    -moz-transform: translateX(-100%) translateY(0%);
    -ms-transform: translateX(-100%) translateY(0%);
    -o-transform: translateX(-100%) translateY(0%);
    transform: translateX(-100%) translateY(0%); }
  to {
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); } }
#pinpad form {
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 30px 0;
  box-shadow: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  background: white; }
  #pinpad form .pinButton {
    width: 80px;
    height: 80px; }

.dt {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9fc;
  border-radius: 5px;
  border: 1px solid rgba(114, 137, 162, 0.1);
  margin: 2em 0;
  padding: 1em 0; }
  .dt__date {
    color: #7289a2; }
  .dt__time {
    font-weight: 900;
    font-size: 60px;
    letter-spacing: 1px;
    color: #424242; }

.arrival_time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9fc;
  border-radius: 5px;
  border: 1px solid rgba(114, 137, 162, 0.1);
  margin: -0.5em 0 0.5em 0;
  padding: 0.5em 0;
  font-weight: 900;
  font-size: 30px;
  color: #424242; }
  .arrival_time span {
    color: #7289a2;
    font-size: 16px;
    display: block;
    font-weight: normal;
    letter-spacing: 0; }

.set_time_wrap {
  width: 100%; }
  .set_time_wrap a {
    background-color: #4fb59c;
    color: white;
    display: block;
    border-radius: 20px;
    box-shadow: 0 5px 0 0 #3e937e;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0; }
    .set_time_wrap a.set_leave_time {
      background-color: #f18100;
      box-shadow: 0 5px 0 0 #be6600; }
      .set_time_wrap a.set_leave_time:active {
        box-shadow: 0 0 0 0 #be6600; }
    .set_time_wrap a:active {
      box-shadow: 0 0 0 0 #3e937e;
      -webkit-transform: translateX(0) translateY(5px);
      -moz-transform: translateX(0) translateY(5px);
      -ms-transform: translateX(0) translateY(5px);
      -o-transform: translateX(0) translateY(5px);
      transform: translateX(0) translateY(5px);
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }

.login_user {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn {
  display: inline-flex;
  gap: 10px;
  background-color: #4fb59c;
  border: 1px solid #4fb59c;
  padding: 15px 40px;
  box-sizing: border-box;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center; }
  .btn:hover {
    color: white;
    background-color: #45a58e;
    border-color: #45a58e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn--small {
    font-size: 0.9em;
    padding: 5px 10px;
    border-radius: 5px; }

.form {
  width: 100%;
  max-width: 500px; }
  .form .logo {
    height: 100px;
    width: auto;
    margin-bottom: 2em; }
  .form label {
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: left;
    font-weight: 500;
    display: block;
    margin-bottom: 5px; }
  .form input,
  .form select {
    border: 1px solid #e5ebf6;
    background-color: white;
    font-family: inherit;
    font-size: inherit;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px; }
  .form__row {
    margin: 1em 0; }
    .form__row:first-child {
      margin-top: 0; }
    .form__row:last-child {
      margin-bottom: 0; }

.center_notice {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0; }
  .center_notice .notice {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px; }

.notice {
  border-radius: 5px;
  font-weight: 400;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .notice:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 15px;
    font-size: 20px; }
  .notice__close {
    margin-left: auto;
    font-size: 20px;
    margin-right: 10px; }
  .notice--warning, .notice--cakalna_vrsta, .notice--caklna_vrsta {
    background: #ffdb9b;
    color: #956101;
    border-left: 5px solid #ce8501; }
    .notice--warning:before, .notice--cakalna_vrsta:before, .notice--caklna_vrsta:before {
      content: "\f06a"; }
    .notice--warning ul li, .notice--cakalna_vrsta ul li, .notice--caklna_vrsta ul li {
      color: #956101; }
  .notice--danger, .notice--zavrnjeno {
    background: #ffe0e3;
    color: #ff4858;
    border-left: 5px solid #ff4858; }
    .notice--danger:before, .notice--zavrnjeno:before {
      content: "\f06a"; }
  .notice--info, .notice--caka {
    background: #d7f0ff;
    color: #3fb6ff;
    border-left: 5px solid #3fb6ff; }
    .notice--info:before, .notice--caka:before {
      content: "\f058"; }
  .notice--success, .notice--podpisana_pogodba, .notice--odobreno {
    background: #c3f3d7;
    color: #24ad5d;
    border-left: 5px solid #24ad5d; }
    .notice--success:before, .notice--podpisana_pogodba:before, .notice--odobreno:before {
      content: "\f058"; }
  .notice.close_fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.note_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7); }
  .note_popup__body {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .note_popup__title {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(79, 181, 156, 0.5); }
  .note_popup textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px; }

/*# sourceMappingURL=default-min.css.map */
