@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
.tablet {
  width: 768px;
}

.primary-color {
  color: #7477BF;
}

.primary-color-alpha {
  color: rgba(116, 119, 191, 0.25);
}

.primary-color-light {
  color: #a7abff;
}

.highlight-color {
  color: #31c278;
}

.custom-gray-bg {
  color: #f2f2f2;
}

.section, .placeholder-message, .main-h1 {
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .section, .placeholder-message, .main-h1 {
    padding-right: 36px;
    padding-left: 36px;
  }
}

.navlist_item-active, .navlist_item {
  margin-left: 12px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .navlist_item-active, .navlist_item {
    width: 100%;
    margin: auto;
  }
}

.navlist_item-active a, .navlist_item a {
  width: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 4px;
  border-style: solid;
  border-right-color: #4D4C72;
  border-bottom-color: #4D4C72;
  transition: opacity 0.3s;
}

.chartopt_item-active button, .chartopt_item button {
  display: block;
  font-weight: 700;
  padding: 0.4em 0.7em;
  border-radius: 1em;
  text-decoration: none;
  color: #797979;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.settings_button, .form_button {
  background-color: #7477BF;
  padding: 18px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  border-radius: 5.5px;
  width: 100%;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.settings_button:not(:first-child), .form_button:not(:first-child) {
  margin-top: 18px;
}
.settings_button:hover, .form_button:hover {
  background-color: #494c9e;
}

.selectlist, .form_textarea, .form_input, .search-bar input {
  display: block;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  width: 100%;
  font-size: 16px;
  color: #464646;
}
.selectlist:not(:first-child), .form_textarea:not(:first-child), .form_input:not(:first-child), .search-bar input:not(:first-child) {
  margin-top: 18px;
}
.selectlist::placeholder, .form_textarea::placeholder, .form_input::placeholder, .search-bar input::placeholder {
  color: #acacac;
}
label + .selectlist:nth-child(2), label + .form_textarea:nth-child(2), label + .form_input:nth-child(2), .search-bar label + input:nth-child(2) {
  margin-top: 0;
}

.item_image, .user img {
  border-radius: 50%;
  width: 35px;
  min-width: 35px;
  vertical-align: middle;
}

.feedback > span b, .message-alert > span b {
  padding-right: 14px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  outline-style: none;
}

a, label, button, select {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

html {
  font-size: 16px;
  line-height: 1.125;
}

li {
  display: inline;
}

button {
  display: inline-block;
  background-color: transparent;
  border: none;
  position: relative;
}
button::after {
  border-radius: inherit;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
button span {
  display: block;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.container {
  min-width: 300px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #797979;
  display: grid;
  grid-template-rows: 60px;
  grid-template-areas: "header" "nav" "main";
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .container {
    grid-template-areas: "header header" "nav main";
    grid-template-columns: 80px 1fr;
    grid-template-rows: 68px;
  }
}

.header {
  color: white;
  background-color: #7477BF;
  grid-area: header;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 12px;
  padding-left: 12px;
}

.main {
  grid-area: main;
}

.nav {
  background-color: #4D4C72;
  grid-area: nav;
}

.header {
  position: relative;
  overflow: visible;
}

.logo {
  padding: 12px;
  font-size: 1.4em;
  position: absolute;
  left: 12px;
}
.logo a {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .logo {
    font-size: 1.5em;
    position: static;
  }
}

@keyframes ringbell {
  10% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(10deg);
  }
  70% {
    transform: rotate(-10deg);
  }
}
.notify {
  margin-left: auto;
  position: static;
}
@media (min-width: 768px) {
  .notify {
    position: relative;
  }
}
.notify > button {
  padding: 12px;
}
.notify > button:hover img {
  animation-name: ringbell;
}
.notify > button img {
  transform-origin: top center;
  width: 24px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
}
.notify > button .drawcircle {
  position: absolute;
  top: 8px;
  right: 5px;
}
.notify > button .drawuparrow {
  display: none;
  position: absolute;
  background-color: white;
  border: none;
  transform-origin: top left;
  bottom: -17px;
}

.notifications {
  display: none;
  z-index: 1;
  font-size: 0.95em;
  border-radius: 2.5px;
  position: absolute;
  background-color: white;
  width: 400px;
  max-width: 100%;
  right: 0;
  box-shadow: 0 0 9px 0 #4D4C72;
}
@media (min-width: 768px) {
  .notifications {
    max-width: none;
  }
}
.notifications > div {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: 24px 40px 24px 12px;
  background-color: #7477BF;
  width: 100%;
  border: 1px solid white;
}
.notifications > div:not(:first-child) {
  margin-top: -1px;
}
.notifications > div .drawcircle {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.notifications > div button {
  padding: 12px;
  position: absolute;
  right: 0;
}

.vr {
  border-right: 1px solid #4D4C72;
  height: 40px;
  opacity: 0.6;
  margin-right: 12px;
  margin-left: 12px;
}

.user {
  padding: 12px;
  width: 59px;
  transition: width 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  text-align: right;
}
.user:hover {
  position: absolute;
  right: 12px;
  background-color: #7477BF;
  max-width: 55vw;
  width: 220px;
}
@media (min-width: 768px) {
  .user {
    width: auto;
  }
  .user:hover {
    position: relative;
    width: auto;
    right: 0;
  }
}
.user img {
  display: inline;
}
.user_name {
  display: inline;
  margin-left: 8px;
}

.navlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
@media (min-width: 768px) {
  .navlist {
    padding-top: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }
}
.navlist_item a {
  opacity: 0.5;
  border-left-color: #4D4C72;
  border-top-color: #4D4C72;
}
.navlist_item a:hover {
  opacity: 0.7;
}
.navlist_item-active a {
  opacity: 1;
  border-top-color: #31c278;
  border-left-color: #4D4C72;
}
@media (min-width: 768px) {
  .navlist_item-active a {
    border-left-color: #31c278;
    border-top-color: #4D4C72;
  }
}
.navlist img {
  display: block;
  margin: 0 auto;
  width: 25px;
}
@media (min-width: 768px) {
  .navlist img {
    width: 40%;
  }
}

.inner-header {
  display: grid;
  grid-template-areas: "search" "h1";
  grid-column: span 2;
  background-color: #f2f2f2;
  position: relative;
}
@media (min-width: 768px) {
  .inner-header {
    grid-template-columns: min-content 1fr;
    grid-template-areas: "h1 search";
  }
}

.main-h1 {
  font-weight: 400;
  margin: 0;
  font-size: 1.5em;
  background-color: white;
  color: grey;
  padding-top: 18px;
  padding-bottom: 18px;
  grid-area: h1;
}

.search-bar {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  grid-area: search;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  padding: 12px;
}
@media (min-width: 768px) {
  .search-bar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 36px;
    padding-left: 36px;
  }
}
.search-bar input {
  width: 100%;
}
@media (min-width: 768px) {
  .search-bar input {
    max-width: 450px;
  }
}
.search-bar button {
  position: absolute;
}

.inner-main {
  margin: 0 auto;
  display: grid;
  background-color: #bfbfbf;
  grid-gap: 1px;
  position: relative;
  grid-template-columns: 1fr;
}

.row {
  display: grid;
  grid-gap: 1px;
  background-color: #bfbfbf;
}
@media (min-width: 1024px) {
  .row {
    grid-auto-columns: minmax(min-content, 1fr);
    grid-auto-flow: column;
  }
}

.placeholder-message {
  overflow: hidden;
  background-color: white;
  margin-bottom: -1px;
  transition: height 0.6s;
}
.placeholder-message.shrink {
  height: 1px;
}

.message-alert {
  margin-top: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  color: white;
  background-color: #7477BF;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  padding: 14px 12px;
}
@media (min-width: 1024px) {
  .message-alert {
    padding-left: calc(6vw - 36px);
    padding-right: calc(6vw - 36px);
  }
}
.message-alert > span {
  flex-basis: 100%;
  padding-right: 56px;
}
.message-alert button {
  position: absolute;
  top: 1px;
  padding: 14px;
  border-radius: 5px;
}

.section {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: white;
}
@media (min-width: 1024px) {
  .section:first-child {
    padding-left: 6vw;
  }
  .section:last-child {
    padding-right: 6vw;
  }
}
.section > :not(:last-child) {
  margin-bottom: 24px;
}
.section_title {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 400;
}
.section_main {
  width: 100%;
  position: relative;
}

.chartopt {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.chartopt_item button:hover {
  color: #535353;
}
.chartopt_item-active button {
  color: white;
  background-color: #31c278;
}

.canvas {
  width: 100% !important;
  height: 100% !important;
  min-height: 250px !important;
  max-height: 330px !important;
}

.group {
  display: grid;
}
@media (min-width: 768px) {
  .group {
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3%;
  }
}
.group_item {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 15px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .group_item {
    flex-direction: row;
  }
}
.group_item:not(:first-child) {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .group_item:not(:first-child) {
    margin-top: 0;
  }
}
.group_item > :not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .group_item > :not(:first-child) {
    margin-top: 0;
    margin-left: 12px;
  }
}

.wrapper-social-icon {
  background-color: #7477BF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.social-icon {
  fill: white;
  width: 50%;
  height: 50%;
}
.social-name {
  display: block;
  color: #7477BF;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 1024px) {
  .social-name {
    text-align: left;
  }
}
.social-number {
  display: block;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .social-number {
    font-size: 2.2em;
  }
}
@media (min-width: 1024px) {
  .social-number {
    font-size: 2.8em;
    text-align: left;
  }
}

.feedlist_item {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: 6px 0;
}
.feedlist_item > * {
  padding: 6px 0;
}
.feedlist_item:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.item_info {
  margin-left: 8px;
}
.item_info_h2 {
  font-size: 13.6px;
  display: block;
  margin-top: 2px;
}
.item_info_h2 a {
  text-decoration: none;
  color: #7477BF;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 55vw;
  display: block;
}
.item_right {
  margin-left: auto;
  font-size: 0.9em;
}

.itembutton {
  padding: 6px;
}

.feedback {
  position: absolute;
  opacity: 0;
  font-size: 16px;
  line-height: 1.125;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  color: white;
  margin-bottom: 18px;
  padding: 12px 52px 12px 12px;
}
.feedback + * {
  transition-duration: 0.3s;
  transition-property: margin-top;
}
.feedback.success {
  opacity: 1;
  background-color: #31c278;
}
.feedback button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  border-radius: 5px;
}

.form {
  position: relative;
  background-color: white;
}
.form_label {
  display: none;
}
.form_input-autocomplete {
  position: relative;
  width: 100%;
  display: none;
}
.form_input-autocomplete ul {
  width: 100%;
  background-color: white;
  position: absolute;
  box-shadow: 0 1px 4px 0 #797979;
  max-height: 130px;
  overflow-y: auto;
  z-index: 1;
}
.form_input-autocomplete ul li {
  display: block;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  line-height: 1.125;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #464646;
  padding-right: 12px;
  padding-left: 12px;
}
.form_input-autocomplete ul li#selecteduser {
  background-color: #7477BF;
  color: white;
}
.form_textarea {
  resize: none;
  height: 120px;
}
.formtip {
  background-color: #e4757a;
  padding: 8px;
  position: absolute;
  right: 0;
  font-size: 13.6px;
  color: white;
  border-radius: 5px;
  transform: translateY(-136%);
}
.formtip::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #7477BF;
  border-right: 2px solid #7477BF;
  transform: rotate(135deg);
  right: 12px;
  border: none;
  background-color: #e4757a;
  bottom: -7px;
  border-bottom-left-radius: 100%;
}

.settings {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.settings_label {
  width: 100%;
  display: none;
}
.settings_list {
  width: 100%;
  padding-bottom: 18px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.settings_select {
  width: 100%;
  position: relative;
}
.settings_select:not(:first-child) {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .settings_button {
    max-width: 48%;
  }
}
.settings_button:disabled {
  opacity: 0.6;
}
.settings_button:disabled:hover {
  cursor: auto;
  background-color: #7477BF;
}

.checkbox {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .checkbox {
    max-width: 360px;
  }
}
.checkbox:not(:first-child) {
  margin-top: 18px;
}
.checkbox_label {
  padding: 12px 12px 12px 0;
  font-size: 16px;
  line-height: 1.125;
  width: calc(100% - 100px);
}
.checkbox_input {
  display: none;
}
.checkbox_button {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #bfbfbf;
  width: 100px;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  background-color: #bfbfbf;
}
.checkbox:hover .checkbox_button {
  background-color: #999999;
}
.checkbox_button.inputischecked {
  background-color: #7477BF;
}
.checkbox:hover .checkbox_button.inputischecked {
  background-color: #494c9e;
}
.checkbox_button_on {
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s;
}
.inputischecked .checkbox_button_on {
  opacity: 1;
}
.checkbox_button_off {
  text-align: right;
  transition: opacity 0.3s;
}
.inputischecked .checkbox_button_off {
  opacity: 0;
}
.checkbox_button_circle {
  position: absolute;
  border-radius: 50%;
  background-color: white;
  width: 27px;
  height: 27px;
  box-shadow: inset 0 0 0 2px white;
  left: 0;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.inputischecked .checkbox_button_circle {
  margin-left: -5px;
  left: 73px;
  box-shadow: inset 0 0 0 2px #bfbfbf;
}

.selectlist {
  padding-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
}
.selectlist::-ms-expand {
  display: none;
}

.selectbutton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
}

.drawsearch {
  width: 40px;
  height: 40px;
  padding: 8px;
  position: relative;
}
.drawsearch_handle {
  position: absolute;
  width: 16px;
  height: 1px;
  border-bottom: 2px solid #7477BF;
  transform: translateX(9px) translateY(17px) rotate(45deg);
}
.drawsearch_circle {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #7477BF;
  background-color: white;
}

.drawclose {
  width: 16px;
  height: 16px;
}
.drawclose_line1 {
  position: absolute;
  width: 16px;
  height: 1px;
  border-bottom: 3px solid white;
  transform: translateY(6.5px) rotate(45deg);
}
.drawclose_line2 {
  position: absolute;
  width: 16px;
  height: 1px;
  border-bottom: 3px solid white;
  transform: translateY(6.5px) rotate(-45deg);
}

.drawrightarrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #7477BF;
  border-right: 2px solid #7477BF;
  transform: rotate(45deg);
}

.drawdownarrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #7477BF;
  border-right: 2px solid #7477BF;
  transform: rotate(135deg);
}

.drawuparrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #7477BF;
  border-right: 2px solid #7477BF;
  transform: rotate(-45deg);
}

.drawcircle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #31c278;
}

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