@charset "UTF-8";

/**
 * ----------------------------------------------------------------------------
 * Themes
 * ----------------------------------------------------------------------------
 */

:root {
  --app-menu-width: 50px;
  --app-page-width: 100%;
}

body.light {
  --app-menu-background: #dfa400;
  --app-menu-color: #000000;
  --app-page-background: #e7e7e7;
  --app-page-color: #000000;
  --app-card-background: #ffffff;
  --app-card-color: #000000;
  --app-user-background: #dfa400;
  --app-user-color: #000000;
}

body.light .logo {
  filter: var(--app-logo-filter);
}

body.dark {
  --app-menu-background: #121212 !important;
  --app-menu-color: #ffffff !important;
  --app-page-background: #000000;
  --app-page-color: #ffffff;
  --app-card-background: #121212;
  --app-card-color: #ffffff;
  --app-user-background: #dfa400;
  --app-user-color: #000000;
}

body.dark .logo {
  filter: invert();
}

* {
  font-family: "Roboto", "-apple-system", "Helvetica Neue", "Segoe UI", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/**
 * ----------------------------------------------------------------------------
 * Reset
 * ----------------------------------------------------------------------------
 */

[nav-view-transition=ios][nav-view-direction=forward],
[nav-view-transition=ios][nav-view-direction=back] {
  background: unset;
  background-color: unset;
  background-image: unset;
  color: inherit;
  border: unset;
}

.pane,
.view,
.menu,
.list,
.item,
.item p,
.card,
.card p,
.bar,
.bar-header {
  background: unset;
  background-color: unset;
  background-image: unset;
  color: inherit;
  border: unset;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  background: unset;
  background-color: unset;
  background-image: unset;
  color: inherit;
  border: unset;
}

a,
b,
i,
p,
span,
small,
strong {
  background: unset;
  background-color: unset;
  background-image: unset;
  color: inherit;
  border: unset;
}

label,
input,
input[disabled],
input[readonly]:not(.cloned-text-input),
input[type=search],
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=color],
select,
select[disabled],
select[readonly],
textarea,
textarea[disabled],
textarea[readonly]:not(.cloned-text-input) {
  background: unset;
  background-color: unset;
  background-image: unset;
  color: inherit;
  border: unset;
  cursor: default;
}

input+i.button {
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-size: 24px;
  line-height: 24px;
  min-height: 24px;
}

input+img {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: 24px;
  max-height: 24px;
  min-height: 24px;
}

body {
  background-color: var(--app-page-background);
  color: var(--app-page-color);
}

.bar-header {
  background: var(--app-page-background);
  color: var(--app-page-color);
  border: 0;
}

.popup-container .popup {
  background-color: var(--app-page-background);
  color: var(--app-page-color);
}

.popup-container .popup .popup-head {
  display: none;
}

.button.button-royal {
  background-color: var(--app-user-background);
  color: var(--app-user-color);
}

.button.button-royal:hover,
.button.button-royal:focus,
.button.button-royal.active,
.button.button-royal.activated {
  background-color: var(--app-user-background);
  color: var(--app-user-color);
  outline: 2px;
}

/**
 * ----------------------------------------------------------------------------
 * Toast
 * ----------------------------------------------------------------------------
 */

.toast {
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 300px;
  right: 20px;
  bottom: 20px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #f7f7f7;
  z-index: 999 !important;
}

.toast>.inner {
  flex: 1;
  padding: 10px;
}

.toast>.close {
  padding: 10px;
}

.toast>.close>.icon::before {
  font-size: 24px;
}

/**
 * ----------------------------------------------------------------------------
 * Image
 * ----------------------------------------------------------------------------
 */

.image:before {
  font-family: Ionicons;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.image-d2:before {
  font-size: 12px;
}

.image-x1:before {
  font-size: 32px;
}

.image-x2:before {
  font-size: 48px;
}

.image-x3:before {
  font-size: 72px;
}

.image-x4:before {
  font-size: 96px;
}

.image-x5:before {
  font-size: 120px;
}

.image.undefined {
  color: #4c4cae;
  font-size: 12px;
}

.image.positive {
  color: #4cae4c;
}

.image.negative {
  color: #d43f3a;
}

.image-authorizations-administrators:before {
  content: "\f213";
}

.image-authorizations-guards:before {
  content: "\f213";
}

.image-authorizations-owners:before {
  content: "\f213";
}

.image-authorizations-occupants:before {
  content: "\f211";
}

.image-authorizations-contractors:before {
  content: "\f212";
}

.image-authorizations-visitors:before {
  content: "\f25d\f202";
}

.image-authorizations-invitations:before {
  content: "\f312";
}

.image-devices:before {
  content: "\f270";
}

.image-messages-reservations:before {
  content: "\f26e";
}

.image-messages-events:before {
  content: "\f117";
}

.image-messages-urgencies:before {
  content: "\f27c";
}

.image-messages-comunications:before {
  content: "\f11d";
}

.image-messages-files:before {
  content: "\f12e";
}

.image-messages-complaints:before {
  content: "\f100";
}

.image-messages-questions:before {
  content: "\f142";
}

.image-messages-suggestions:before {
  content: "\f299";
}

.image-messages-packages:before {
  content: "\f2e5";
}

.image-messages-expenses:before {
  content: "\f26d";
}

.image-messages-penalties:before {
  content: "\f2ac";
}

.image-movements-exports:before {
  content: "\f107\f10a";
}

.image-movements-incomes:before {
  content: "\f10a";
}

.image-movements-outcomes:before {
  content: "\f107";
}

.image-movements-registers:before {
  content: "\f10d";
}

.image-places-administrations:before {
  content: "\f1fd";
}

.image-places-guards:before {
  content: "\f200";
}

.image-places-houses:before {
  content: "\f321";
}

.image-places-offices:before {
  content: "\f320";
}

.image-places-publics:before {
  content: "\f1e0";
}

.image-users:before {
  content: "\f1c0";
}

.image-user:before {
  content: "\f213";
}

.image-exports:before {
  content: "\f107\f10a";
}

/**
 * ----------------------------------------------------------------------------
 * Card
 * ----------------------------------------------------------------------------
 */

.card {
  background: var(--app-card-background);
  color: var(--app-card-color);
  border: 0;
  margin: 10px 0;
  padding: 0;
  box-sizing: border-box;
}

.card .item,
.card .item:last-child {
  margin-bottom: -1px !important;
}

/**
 * ----------------------------------------------------------------------------
 * Item
 * ----------------------------------------------------------------------------
 */

.item {
  display: inline-block;
  position: relative;
  overflow: visible;
  width: 100%;
  min-width: unset;
  max-width: 100%;
  height: unset;
  min-height: unset;
  max-height: unset;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
}

.item,
.item h1,
.item h2,
.item h3,
.item h4,
.item h5,
.item h6,
.item p,
.item-content,
.item-content h1,
.item-content h2,
.item-content h3,
.item-content h4,
.item-content h5,
.item-content h6,
.item-content p {
  overflow: visible;
  white-space: normal;
}

.item.item-icon-left {
  padding-left: 50px;
}

.item.item-icon-right {
  padding-right: 50px;
}

.item>img.full {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, .15);
  border-radius: 5px;
}

.item>img.wide {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, .15);
  border-radius: 5px;
}

@media (min-width: 768px) {
  .item>img.wide {
    float: right;
    max-width: 160px;
    max-height: 250px;
  }
}

.item>img.none {
  width: unset;
  border: 1px solid rgba(128, 128, 128, .15);
  border-radius: 5px;
}

.item>p>span.title {
  display: block;
  font-weight: 700;
}

.item>p>span.label {
  display: block;
  font-weight: 500;
}

.item>p>span.value {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

.item>button.button-small {
  min-width: 110px;
  padding: 5px;
  font-weight: 700;
}

/**
 * ----------------------------------------------------------------------------
 * Item Input
 * ----------------------------------------------------------------------------
 */

.item.item-input {
  border-bottom: 1px solid rgba(128, 128, 128, .15);
}

.item.item-input span.input-label {
  height: 25px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-wrap: nowrap;
}

.item.item-input span.input-label.required:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 50%;
  margin: 4px;
  margin-top: 0;
  background-color: rgba(255, 0, 0, .5);
}

.item.item-input span.input-value {
  display: flex;
  align-items: center;
  gap: 8px;
}

.item.item-input input,
.item.item-input select,
.item.item-input textarea,
.item.item-input p {
  height: 35px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
}

.item.item-input select {
  appearance: none;
  border: 0;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

.item.item-input select.ng-empty,
.item.item-input input::placeholder,
.item.item-input select::placeholder,
.item.item-input textarea::placeholder,
.item.item-input p::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.item.item-input input+i,
.item.item-input select+i,
.item.item-input textarea+i,
.item.item-input p+i {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  margin: 0;
  font-size: 22px;
  text-align: center;
  line-height: 35px;
  opacity: .75;
}

/**
 * ----------------------------------------------------------------------------
 * Item Toggle
 * ----------------------------------------------------------------------------
 */

.item.item-toggle p {
  font-size: 14px;
  font-weight: 700;
}

.item.item-toggle .toggle {
  --xtop: 5px;
}

.item.item-toggle .toggle input:not(:checked)+.track {
  border: 0;
  border-color: red;
  background-color: red;
}

.item.item-toggle.app-icon-left>.title,
.item.item-toggle.app-icon-left>.label {
  max-width: calc(100% - 80px);
}

.item.item-toggle .toggle .track {
  width: 41px;
  height: 21px;
}

.item.item-toggle .toggle .handle {
  width: 17px;
  height: 17px;
}

/**
 * ----------------------------------------------------------------------------
 * Item Divider
 * ----------------------------------------------------------------------------
 */

.item.item-divider {
  border: 0;
  border-radius: 0;
  margin: 0;
  margin-top: 10px;
  padding: 0 10px;
  background-color: rgba(128, 128, 128, .1);
  line-height: 30px;
}

.item.item-divider p {
  font-size: 14px;
  font-weight: 700;
}

/**
 * ----------------------------------------------------------------------------
 * App Item Header
 * ----------------------------------------------------------------------------
 */

.item.app-item-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  border: 0;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.item.app-item-header>p {
  flex: 1;
  width: unset;
  max-width: unset;
  min-width: unset;
  height: 40px;
  border: 0;
  border-radius: 20px;
  margin: 0;
  padding: 0 15px;
  background-color: rgba(128, 128, 128, .15);
  color: var(--app-page-color);
  font-weight: 700;
  line-height: 40px;
}

.item.app-item-header>input {
  flex: 1;
  width: unset;
  max-width: unset;
  min-width: unset;
  height: 40px;
  border: 0;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: rgba(128, 128, 128, .15);
  color: var(--app-page-color);
  font-weight: 700;
  line-height: 40px;
  text-indent: 15px;
}

.item.app-item-header>input::placeholder {
  text-indent: 15px;
}

.item.app-item-header>button {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border: 0;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background-color: var(--app-user-background);
  color: var(--app-user-color);
  font-size: 25px !important;
  line-height: 40px;
}

/**
 * ----------------------------------------------------------------------------
 * App Item Search
 * ----------------------------------------------------------------------------
 */

.item.app-item-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  border: 0;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.item.app-item-search>button {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border: 0;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background-color: rgba(128, 128, 128, .15);
  color: var(--app-page-color);
  font-size: 25px;
  line-height: 40px;
}

/**
 * ----------------------------------------------------------------------------
 * App Item Search Empty
 * ----------------------------------------------------------------------------
 */

.item.app-item-search-empty {
  border: 0;
  margin: 0 auto;
  opacity: 0.5;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

/**
 * ----------------------------------------------------------------------------
 * App Item Action
 * ----------------------------------------------------------------------------
 */

.item.app-item-action {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 5px solid var(--app-user-background);
}

@media (min-width: 768px) {
  .item.app-item-action {
    flex-direction: row;
  }
}

/**
 * ----------------------------------------------------------------------------
 * App Item Left
 * ----------------------------------------------------------------------------
 */

.item.app-item-left {
  border: 0;
  border-bottom: 1px solid rgba(128, 128, 128, .15);
}

.item.app-item-left,
.item.app-item-left .item-content {
  padding-top: 15px;
  padding-left: 70px;
  min-height: 70px;
}

.item.app-item-left>.title {
  font-size: 14px;
  font-weight: 700;
}

.item.app-item-left>.label {
  font-size: 13px;
  font-weight: 500;
}

.item.app-item-left>.image {
  position: absolute;
  overflow: hidden;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: rgba(128, 128, 128, .75);
}

.item.app-item-left>.image img {
  position: absolute;
  min-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.item.app-item-left>.image:before {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
}

.item.app-item-left>.state {
  position: absolute;
  overflow: hidden;
  top: 41px;
  left: 56px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background: var(--app-page-background);
  opacity: .75;
}

/**
 * ----------------------------------------------------------------------------
 * App Icon Left
 * ----------------------------------------------------------------------------
 */

.item.app-icon-left {
  border: 0;
}

.item.app-icon-left,
.item.app-icon-left .item-content {
  padding-top: 12px;
  padding-left: 50px;
  min-height: 25px;
}

.item.app-icon-left>.title {
  font-size: 14px;
  font-weight: 700;
}

.item.app-icon-left>.label {
  font-size: 13px;
  font-weight: 500;
}

.item.app-icon-left>.image {
  position: absolute;
  overflow: hidden;
  top: 10px;
  left: 10px;
  width: 30px;
  bottom: 0;
  opacity: .8;
}

.item.app-icon-left>.image img {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 5px;
  object-fit: fill;
  background-color: var(--app-page-background);
}

.item.app-icon-left>.image:before {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  place-self: anchor-center;
}

/**
 * ----------------------------------------------------------------------------
 * Responsive View
 * ----------------------------------------------------------------------------
 */

@media (min-width: 768px) {

  .item.item-input.w-5,
  .item.item-input.w-10,
  .item.item-input.w-15,
  .item.item-input.w-20,
  .item.item-input.w-25,
  .item.item-input.w-30,
  .item.item-input.w-33,
  .item.item-input.w-35,
  .item.item-input.w-40,
  .item.item-input.w-45,
  .item.item-input.w-50,
  .item.item-input.w-55,
  .item.item-input.w-60,
  .item.item-input.w-65,
  .item.item-input.w-66,
  .item.item-input.w-70,
  .item.item-input.w-75,
  .item.item-input.w-80,
  .item.item-input.w-85,
  .item.item-input.w-90,
  .item.item-input.w-95,
  .item.item-input.w-100 {
    display: inline-block;
    width: 100%;
    margin-right: -5px;
    vertical-align: -webkit-baseline-middle;
  }

  .item.item-input.w-5 {
    width: 5%;
  }

  .item.item-input.w-10 {
    width: 10%;
  }

  .item.item-input.w-15 {
    width: 15%;
  }

  .item.item-input.w-20 {
    width: 20%;
  }

  .item.item-input.w-25 {
    width: 25%;
  }

  .item.item-input.w-30 {
    width: 30%;
  }

  .item.item-input.w-33 {
    width: calc(100% / 3);
  }

  .item.item-input.w-35 {
    width: 35%;
  }

  .item.item-input.w-40 {
    width: 40%;
  }

  .item.item-input.w-45 {
    width: 45%;
  }

  .item.item-input.w-50 {
    width: 50%;
  }

  .item.item-input.w-55 {
    width: 55%;
  }

  .item.item-input.w-60 {
    width: 60%;
  }

  .item.item-input.w-65 {
    width: 65%;
  }

  .item.item-input.w-66 {
    width: calc(100% / 3 * 2);
  }

  .item.item-input.w-70 {
    width: 70%;
  }

  .item.item-input.w-75 {
    width: 75%;
  }

  .item.item-input.w-80 {
    width: 80%;
  }

  .item.item-input.w-85 {
    width: 85%;
  }

  .item.item-input.w-90 {
    width: 90%;
  }

  .item.item-input.w-95 {
    width: 95%;
  }

  .hidden-xs,
  .button.button-icon.ion-navicon {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  :root {
    --app-page-width: calc(1024px - 300px);
  }
}

@media (min-width: 1280px) {
  :root {
    --app-page-width: calc(1024px - 300px);
  }
}

@media (min-width: 1536px) {
  :root {
    --app-page-width: calc(1280px - 300px);
  }
}

/**
 * ----------------------------------------------------------------------------
 * Init
 * ----------------------------------------------------------------------------
 */

ion-view.init {
  background-color: transparent;
}

ion-view.init>ion-content {
  background: var(--app-page-background);
  color: var(--app-page-color);
  width: 100vw;
  height: 100vh;
}

ion-view.init form {
  background: var(--app-card-background);
  color: var(--app-card-color);
}

ion-view.init form>img {
  overflow: hidden;
  margin: 16px;
  border: 0;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  ion-view.init form {
    width: 100vw;
    height: 100vh;
  }
}

@media (min-width: 768px) {
  ion-view.init form {
    width: 380px;
    border: 0;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 5%;
    padding: 20px 0;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Main
 * ----------------------------------------------------------------------------
 */

ion-view.main>ion-content {
  background: var(--app-page-background);
  color: var(--app-page-color);
}

ion-view.main>ion-content.scroll-content.ionic-scroll.scroll-content-false,
ion-view.main>ion-content.scroll-content.ionic-scroll>.scroll {
  width: var(--app-page-width);
  height: unset;
  border: 0;
  margin: 0 auto;
  padding: 10px;
}

@media (min-width: 768px) {

  ion-view.main>ion-content.scroll-content.ionic-scroll.scroll-content-false,
  ion-view.main>ion-content.scroll-content.ionic-scroll>.scroll {
    padding: 50px 10px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Menu
 * ----------------------------------------------------------------------------
 */

ion-side-menu>ion-content {
  background: var(--app-menu-background);
  color: var(--app-menu-color);
}

ion-side-menu>ion-content .item {
  background: unset;
  border: 0;
  margin: 0;
  color: inherit;
}

ion-side-menu>ion-content .item>img:first-child {
  position: relative;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  object-fit: fill;
}

ion-side-menu>ion-content .item>h1 {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

ion-side-menu>ion-content .item>a {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

ion-side-menu>ion-content .separator {
  width: 100%;
  height: 1px;
  border: none;
  margin: 8px 0;
  background: rgba(128, 128, 128, .15);
}

/**
 * ----------------------------------------------------------------------------
 * Modal
 * ----------------------------------------------------------------------------
 */

ion-modal-view {
  z-index: 11;
}

ion-modal-view>ion-content {
  background: var(--app-page-background);
  color: var(--app-page-color);
}

ion-modal-view>ion-content.scroll-content.ionic-scroll.scroll-content-false,
ion-modal-view>ion-content.scroll-content.ionic-scroll>.scroll {
  border: 0;
  margin: 0 auto;
  padding: 10px;
}

@media (min-width: 768px) {

  ion-modal-view.lg,
  ion-modal-view.lg.slide-in-up.ng-enter-active {
    top: 0 !important;
    left: 300px !important;
    right: 0 !important;
    bottom: 0 !important;
    width: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    height: unset !important;
    min-height: unset !important;
    max-height: unset !important;
  }

  ion-modal-view.sm,
  ion-modal-view.sm.slide-in-up.ng-enter-active {
    top: 0 !important;
    left: 70% !important;
    right: 0 !important;
    bottom: 0 !important;
    width: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    height: unset !important;
    min-height: unset !important;
    max-height: unset !important;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Calendar
 * ----------------------------------------------------------------------------
 */

.calendar-container {
  overflow: hidden;
  height: calc(100vh - 75px) !important;
}

.calendar-container .table-bordered,
.calendar-container .table-bordered>tbody>tr>td,
.calendar-container .table-bordered>tbody>tr>th,
.calendar-container .table-bordered>tfoot>tr>td,
.calendar-container .table-bordered>tfoot>tr>th,
.calendar-container .table-bordered>thead>tr>td,
.calendar-container .table-bordered>thead>tr>th {
  border: 1px solid rgba(128, 128, 128, .15);
  font-size: 11px;
}

.calendar-container .weekview-allday-table {
  display: none !important;
}

.calendar-container .weekview-normal-event-container {
  margin-top: 33px !important;
}

/**
 * ----------------------------------------------------------------------------
 * Custom Icons
 * ----------------------------------------------------------------------------
 */

.logo-whatsapp {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 0;
  margin: 0;
  margin-bottom: -3px;
  padding: 0;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E") no-repeat center center;
  filter: invert();
}
