:focus,
:active {
	outline: none;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

img,
article,
main,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

img {
	max-width: 100%;
}

main {
	overflow: hidden;
}


ol,
ul {
	list-style: none
}

button {
	background: transparent;
}

li:empty,
p:empty {
	display: none;
}

textarea,
select,
input,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	cursor: pointer;
	background: transparent;
}


a {
	text-decoration: none;
	color: inherit;
}

/* wp */

html {
	margin-top: 0 !important;
}


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*!
 * Viogrid v1.0.0
 * Copyright 2019 The Viogrid Rafał Pysznik
 */

 :focus,
 :active {
   outline: none;
 }
 
 *,
 ::after,
 ::before {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
   box-sizing: border-box;
 }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 600;
}

a,
button,
input {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img
{
	max-width: 100%;
	height: auto;
	border-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none
}

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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


.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}


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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

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

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

/*
* Centers element by type
*/
/*
* Sets element media query
*/
/*
* Flexbox row system
*/
/*
* Column width system
*/
/*
* Styles input placeholder
* This is getting prefixed by gulp
*/
/*
* Fills relative parent width and height
*/
/*
* Includes pseudo element if param is true
* Wrapper for @cover
*/
/*
* Sets item width and height 
*/
/*
* Includes animation with params
*/
/*
* Keeps item aspect ratio
* Item height is based on padding-top
*/
/*
* Px to vw calculator
* Remember to define your laytout width in _app.scss
*/
/* ==== GRID === */
.grid {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1250px;
}
@media screen and (max-width: 1200px) {
  .grid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .grid {
    padding: 0 15px;
  }
}

.columns {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.columns .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .columns {
    display: block;
  }
}

.app {
  min-height: 100vh;
  background-color: #FBFBFC;
}
.app__header {
  left: 252px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid #EFEFEF;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
@media (max-width: 992px) {
  .app__header {
    left: 0px;
  }
}
.app__header.active {
  left: 80px;
}
.app__header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .app__header .navbar {
    padding: 0 15px;
  }
}
@media (max-width: 476px) {
  .app__header .navbar {
    padding: 0 10px;
  }
}
.app__header .hamburger-icon {
  width: 20px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 992px) {
  .app__header .hamburger-icon {
    transform: scaleX(-1);
  }
}
.app__header .hamburger-icon span {
  background-color: #878a99;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  display: block;
  left: 0;
}
.app__header .hamburger-icon span:nth-child(1) {
  top: 0;
  width: 80%;
}
.app__header .hamburger-icon span:nth-child(2) {
  top: 6px;
}
.app__header .hamburger-icon span:nth-child(3) {
  bottom: 0;
  width: 60%;
}
.app__header .hamburger-icon.open {
  transform: rotate(-90deg);
}
@media (max-width: 992px) {
  .app__header .hamburger-icon.open {
    transform: rotate(90deg);
  }
}
.app__header .hamburger-icon.open span:nth-child(1) {
  left: 1px;
  top: 5px;
  width: 20px;
  transform: rotate(90deg);
  transition-delay: 150ms;
}
.app__header .hamburger-icon.open span:nth-child(2) {
  left: 3px;
  top: 13px;
  width: 10px;
  transform: rotate(45deg);
  transition-delay: 50ms;
}
.app__header .hamburger-icon.open span:nth-child(3) {
  left: 9px;
  top: 13px;
  width: 10px;
  transform: rotate(-45deg);
  transition-delay: 0.1s;
}
.app__header .header-info {
  display: flex;
  align-items: center;
}
.app__header .header-notification {
  position: relative;
  cursor: pointer;
}
.app__header .header-notification .number {
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -12px;
  background-color: #4240D8;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  display: flex;
}
.app__header .header-user {
  text-align: right;
  margin-left: 7rem;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1200px) {
  .app__header .header-user {
    margin-left: 5rem;
  }
}
@media (max-width: 992px) {
  .app__header .header-user {
    margin-left: 3rem;
  }
}
@media (max-width: 476px) {
  .app__header .header-user {
    margin-left: 2rem;
  }
}
.app__header .header-user .name {
  font-size: 18px;
  color: #3A3A3C;
}
@media (max-width: 476px) {
  .app__header .header-user .name {
    font-size: 16px;
  }
}
.app__header .header-user .title-logout {
  font-size: 13px;
  color: #4240D8;
  transition: all 0.4s;
}
.app__header .header-user .title-logout:hover {
  color: #2b2bb8;
}
.app__header .dropdown-menu {
  position: absolute;
  right: 0;
  top: 120%;
  font-size: 13px;
  font-weight: 400;
  width: 54rem;
  max-height: 85vh;
  height: auto;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background-color: #fff;
  display: none;
  cursor: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 1200px) {
  .app__header .dropdown-menu {
    position: fixed;
    right: 3rem;
    top: 65px;
  }
}
@media (max-width: 576px) {
  .app__header .dropdown-menu {
    max-width: calc(100% - 30px);
    right: 15px;
    left: 15px;
  }
}
@media (max-width: 476px) {
  .app__header .dropdown-menu {
    max-width: calc(100% - 20px);
    right: 10px;
    left: 10px;
  }
}
.app__header .dropdown-menu ::-webkit-scrollbar {
  width: 4px;
}
.app__header .dropdown-menu ::-webkit-scrollbar-track {
  width: 1px;
  background-color: #E5E5E5;
}
.app__header .dropdown-menu ::-webkit-scrollbar-thumb {
  background-color: #504EF3;
  border-radius: 3.5px;
  opacity: 0.8;
}
.app__header .dropdown-menu ::-webkit-scrollbar-thumb:hover {
  background-color: #504EF3;
  opacity: 1;
}
.app__header .dropdown-menu .notification-content {
  padding: 1.6rem;
  padding-bottom: 0px;
  overflow-y: auto;
  max-height: 17rem;
}
.app__header .dropdown-menu .notification-item {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
}
.app__header .dropdown-menu .notification-item:last-child {
  border-bottom: none;
}
.app__header .dropdown-menu .notification-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app__header .dropdown-menu .notification-link .remove {
  margin-left: 1rem;
  cursor: pointer;
}
.app__header .dropdown-menu .notification-link .remove svg path {
  transition: all 0.4s;
}
.app__header .dropdown-menu .notification-link .remove:hover svg path {
  fill: #4240D8;
}
.app__header .dropdown-menu .notification-link .title {
  position: relative;
  padding-left: 16px;
}
.app__header .dropdown-menu .notification-link .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 8px;
  width: 8px;
  background-color: #504EF3;
  border-radius: 50%;
}
.app__header .dropdown-menu .notification-link .title.uncheck::before {
  background-color: #c0c0c0;
}
.app__header .dropdown-menu .notification-link .title.read::before {
  background-color: #43B88F;
}
.app__header .dropdown-menu.active {
  display: block;
}
.app__sidebar {
  width: 252px;
  z-index: 88;
  background: #010033;
  border-right: 1px solid #fff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  padding: 0 0 95px 0;
  transition: all 0.2s ease-out;
  /* width */
}
.app__sidebar ::-webkit-scrollbar {
  width: 6px;
}
.app__sidebar .navbar-brand {
  padding: 0 1.3rem;
  text-align: center;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app__sidebar .sidebar-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  height: calc(100% - 4rem);
  margin-top: 5rem;
}
.app__sidebar .navbar-items {
  margin: 0.8rem 1rem;
  margin-right: 1.1rem;
}
.app__sidebar .nav-item {
  margin-bottom: 0.6rem;
}
.app__sidebar .nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.55rem 1.6rem;
  border-radius: 4px;
  color: #DCDBF5;
  transition: all 0.4s;
}
.app__sidebar .nav-link svg path {
  fill: #DCDBF5;
  transition: all 0.4s;
}
.app__sidebar .nav-link span {
  margin-left: 1.6rem;
}
.app__sidebar .nav-link:hover {
  background-color: #504EF3;
  color: #FFFFFF;
}
.app__sidebar .nav-link:hover svg path {
  fill: #fff;
}
.app__sidebar .nav-link.active {
  background-color: #504EF3;
  color: #FFFFFF;
}
.app__sidebar .nav-link.active svg path {
  fill: #fff;
}
.app__sidebar .nav-home {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.app__sidebar .nav-home span {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .app__sidebar {
    width: 80px;
    left: -80px;
  }
  .app__sidebar .nav-link span {
    display: none;
  }
  .app__sidebar .nav-home span {
    display: none;
  }
}
.app__sidebar.active {
  width: 80px;
}
@media (max-width: 992px) {
  .app__sidebar.active {
    left: 0px;
  }
}
.app__sidebar.active .nav-link span {
  display: none;
}
@media (max-width: 1200px) {
  .app__sidebar.active .nav-link {
    justify-content: center;
  }
}
.app__sidebar.active .nav-home span {
  display: none;
}
.app__main {
  margin-left: 252px;
  padding: 12rem 3rem;
  padding-bottom: 1rem;
  transition: all 0.2s ease-out;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 992px) {
  .app__main {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .app__main {
    padding: 12rem 15px;
    padding-bottom: 3rem;
  }
}
@media (max-width: 476px) {
  .app__main {
    padding: 12rem 10px;
    padding-bottom: 3rem;
  }
}
.app__main.active {
  margin-left: 80px;
}
@media (max-width: 476px) {
  .app__main.active {
    margin-left: 0px;
  }
}
.app__main ::-webkit-scrollbar {
  width: 8px;
}
.app__main ::-webkit-scrollbar-track {
  width: 1px;
  background-color: #E5E5E5;
}
.app__main ::-webkit-scrollbar-thumb {
  background-color: #504EF3;
  border-radius: 3.5px;
  opacity: 0.8;
}
.app__main ::-webkit-scrollbar-thumb:hover {
  background-color: #504EF3;
  opacity: 1;
}
.app__wraper {
  padding: 2rem;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .app__wraper {
    padding: 15px;
  }
}
.app__wraper.gray {
  background-color: #FBFBFC;
}
.app__inputs {
  margin-top: 3rem;
  display: flex;
}
.app__inputs .input {
  margin-right: 1.8rem;
}
.app__items {
  margin-top: 3rem;
}
.app__item {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  transition: all 0.4s;
  background-color: transparent;
}
.app__item .circlecolor {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #EFEFEF;
  margin-left: 0.6rem;
  display: inline-block;
}
.app__item .actions {
  display: flex;
  align-items: center;
}
.app__item .actions button {
  margin-left: 1.4rem;
}
.app__item.hover {
  cursor: pointer;
}
.app__item.hover:hover {
  background-color: #F8F8FD;
  cursor: pointer;
}
.app__item.active {
  background-color: #F8F8FD;
}

.signin {
  background-color: #FBFBFC;
  font-family: "Rubik", sans-serif;
}
.signin .auth-boxed {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  align-items: center;
}
.signin .auth-content {
  width: 90%;
  display: block;
  padding: 25px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
}
.signin .auth-content h2 {
  font-size: 32px;
  color: #3b3f5c;
  text-align: center;
}
.signin .auth-content p {
  font-size: 13px;
  color: #888ea8;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}
.signin .auth-content .field-wrapper {
  padding: 11px 0 16px 0;
  border-bottom: none;
  position: relative;
}
.signin .auth-content .field-wrapper label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #3b3f5c;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.signin .auth-content .input {
  font-size: 14px;
  padding: 0.8rem 1rem;
}
.signin .auth-content .checkbox__wraper span {
  font-weight: 400 !important;
}
.signin .auth-content button {
  width: 100%;
  font-size: 14px;
  color: #837FF0;
  padding: 9px 16px;
  background-color: #DCDBF5;
  transition: all 0.4s;
  border-radius: 4px;
  text-align: center;
}
.signin .auth-content button:hover {
  background-color: #010033;
  color: #fff;
}
.signin .auth-content .remember_me {
  margin-top: 2rem;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.signin .auth-content .signup-link {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px;
}

html {
  font-size: 10px;
}
@media (max-width: 1200px) {
  html {
    font-size: 9.5px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h2 {
  font-size: 4.8rem;
}

h3 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #4240D8;
}

h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #4240D8;
}

h6 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.heading {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 3rem;
  width: 100%;
}
.heading h6 {
  margin-left: 1rem;
}
.heading .row {
  width: 100%;
}

.text a {
  color: #504EF3;
}
.text.md {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.text.lg {
  font-weight: 400;
  font-size: 16px;
}
.text ul {
  list-style: inside;
  margin-top: 0.6rem;
}
.text p {
  margin-bottom: 0.4rem;
}
.text ol {
  margin-top: 0.6rem;
  list-style: decimal;
  margin-left: 14px;
}
.text .fw400 {
  font-weight: 400 !important;
}
.text.right {
  margin-top: 4rem;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

/* SCROLL STYLE */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(106, 106, 106, 0.5);
  border-radius: 3.5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(106, 106, 106, 0.7);
}

@media (max-width: 576px) {
  .detail__item strong {
    display: block;
    margin-bottom: 4px;
  }
}

.span-status {
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.span-status span {
  position: relative;
  z-index: 2;
}
.span-status::before {
  content: "";
  position: absolute;
  border-radius: 4px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background: #fff;
}
.span-status.none::before {
  content: none;
}
.span-status.status-gren {
  background-color: #EBF9F4;
  color: #43B88F;
}
.span-status.status-red {
  background-color: #FFD6D6;
  color: #D84040;
}
.span-status.status-orange {
  background-color: #FFE0C3;
  color: #C17011;
}
.span-status.status-bold {
  background-color: #EFEFEF;
  color: #3A3A3C;
  font-weight: 400;
}
.span-status.status-gray {
  background-color: #EFEFEF;
  color: #3A3A3C;
}

.typkwclear {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  background-color: var(--ms-clear-color, #999);
  display: inline-block;
  transition: 0.3s;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.725rem;
  height: 1.125rem;
  position: absolute;
  right: 32px;
  top: 30%;
  transform: translateY(-50%);
}
.typkwclear:hover {
  background-color: #000;
}

.multiselect-dropdown {
  max-height: 30rem !important;
}

.h4title {
  margin-left: 4rem;
  margin-bottom: 2rem;
  background: #504EF3;
  border-radius: 4px;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  min-height: 32px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  position: relative;
  top: -2px;
  font-size: 2rem;
}

.h4titlefilter {
  margin-left: 1rem;
  width: 100%;
  background: #504EF3;
  border-radius: 4px;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  min-height: 32px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  position: relative;
  top: -2px;
  font-size: 2rem;
}

.textred {
  color: #D84040;
}

.textviolet {
  color: #504EF3;
}

.textgren {
  color: #43b88f;
}

.wraperproperty {
  position: relative;
}
.wraperproperty .white-overlay {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  height: 100% !important;
  width: 100% !important;
  bottom: 0 !important;
  top: 0 !important;
}
.wraperproperty .white-overlay .loader-wrapper {
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}

.ql-formats {
  display: none !important;
}

.ql-editor {
  min-height: 100px;
}

.megasmall {
  font-size: 10px;
  margin-top: -20px;
  margin-bottom: 2px;
  display: block;
  color: #504EF3;
  font-weight: 500;
  line-height: 12px;
}

.errorspan {
  color: #D84040;
}

.info {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #4240D8;
  padding: 1.4rem 1rem;
  margin-bottom: 2rem;
}
.info span {
  margin-left: 1.6rem;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.dataTables_wrapper .top .dataTables_filter input {
  visibility: hidden;
  pointer-events: none;
}

.clear {
  clear: both;
}

.file__items {
  margin-top: 3rem;
}

.file__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.file__item .name {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  transition: all 0.4s;
}
.file__item .name:hover {
  color: #4240D8;
}
.file__item .actions {
  display: flex;
  align-items: center;
}
.file__item .actions .btn--svg {
  margin-left: 1.4rem;
}

small {
  font-size: 75%;
}

.count__items {
  margin-top: 2rem;
}

.count__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1rem;
}
.count__item .content {
  display: flex;
}
.count__item .price {
  min-width: 9.2rem;
  text-align: right;
  margin-right: 2rem;
}
@media (max-width: 476px) {
  .count__item .price {
    min-width: 3.2rem;
  }
}
.count__item .actions {
  display: flex;
  align-items: center;
}
.count__item .actions .btn--svg {
  margin-left: 1.4rem;
}

@media (max-width: 768px) {
  .checkbox__wrap2 {
    margin-bottom: 2rem !important;
  }
}

.count__sum {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-top: 1.4rem;
  margin-bottom: 1rem;
}
.count__sum .price {
  min-width: 9.2rem;
  text-align: right;
  margin-right: 2rem;
}
@media (max-width: 476px) {
  .count__sum .price {
    min-width: 3.2rem;
  }
}

.flex {
  display: flex;
}
.flex.justify-end {
  justify-content: flex-end;
}

.table-btns {
  margin-top: 16px;
}
.table-btns .action--btns {
  display: flex;
  align-items: center;
}
.table-btns .action--btns .btn {
  margin-right: 1.6rem;
}
@media (max-width: 576px) {
  .table-btns .action--btns {
    justify-content: center;
  }
  .table-btns .action--btns .btn {
    margin-left: 0.8em;
    margin-right: 0.8em;
  }
}
.table-btns .export--btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-btns .export--btns .dt-button {
  margin-left: 0.4em;
}
@media (max-width: 576px) {
  .table-btns .export--btns {
    justify-content: center;
    margin-top: 2rem;
  }
  .table-btns .export--btns .dt-button {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}

.table-role {
  width: 100%;
  margin-top: 3rem;
}
.table-role thead td {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1rem;
}
.table-role tbody .title {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.table-role tbody td {
  vertical-align: middle;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.table-role .checkbox {
  margin: auto;
}

.validation-errors {
  color: #bd0303;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  .checkbox__wraper.mortgage1m {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .ck.ck-toolbar.ck-toolbar_grouping {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .dataTables_paginate.paging_simple_numbers {
    margin-bottom: 3rem;
    margin-top: -2rem;
  }
}

@media (max-width: 768px) {
  .property__events {
    margin-bottom: 3rem;
  }
}

.modal {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 992px) {
  .modal {
    margin: 15px;
  }
}
.modal-backdrop {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.modal .modal-header {
  padding: 2rem;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  font-weight: 500;
}
.modal .modal-content {
  padding: 2rem;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .modal-footer {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #FBFBFC;
}
.modal .modal-footer button {
  margin-left: 1.6rem;
}
.modal .btn-close {
  position: absolute;
  right: 1.4rem;
  top: 1.2rem;
  color: red;
  padding: 2px;
  cursor: pointer;
  font-weight: bold;
}
.modal.md {
  max-width: 72rem;
  width: 100%;
}
@media (max-width: 476px) {
  .modal.md {
    width: 95%;
  }
}
.modal.lg {
  max-width: 92rem;
  width: 98%;
}
@media (max-width: 476px) {
  .modal.lg {
    width: 95%;
  }
}

.table-role thead td {
  padding-right: 2px;
}
@media (max-width: 476px) {
  .table-role thead td {
    font-size: 14px;
  }
}

@media (max-width: 476px) {
  .table-role tbody .title {
    font-size: 14px;
  }
}

.mb6 {
  display: block;
  margin-bottom: 0.6rem;
}

.fw400 {
  font-weight: 400 !important;
}

.mb1 {
  margin-bottom: 1rem;
}

.ck-toolbar__separator {
  display: none !important;
}

.kw-line {
  position: relative;
}
.kw-line::after {
  content: "/";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.kw-line .multiselect-dropdown {
  width: 284px;
}

.overflowy {
  max-height: 58vh;
  overflow-y: auto;
}
.overflowy.x2 {
  margin-right: -2rem;
  padding-right: 2rem;
}

.c-toast {
  border-radius: 4px !important;
  font-weight: 500 !important;
}

.c-toast--success {
  background-color: #E9F5DB !important;
  color: #43B88F !important;
}

.c-toast--error {
  background-color: #F5DBDB !important;
  color: #D82929 !important;
}

.app {
  min-height: 100vh;
  background-color: #FBFBFC;
}
.app__header {
  left: 252px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid #EFEFEF;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
@media (max-width: 992px) {
  .app__header {
    left: 0px;
  }
}
.app__header.active {
  left: 80px;
}
.app__header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .app__header .navbar {
    padding: 0 15px;
  }
}
@media (max-width: 476px) {
  .app__header .navbar {
    padding: 0 10px;
  }
}
.app__header .hamburger-icon {
  width: 20px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 992px) {
  .app__header .hamburger-icon {
    transform: scaleX(-1);
  }
}
.app__header .hamburger-icon span {
  background-color: #878a99;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  display: block;
  left: 0;
}
.app__header .hamburger-icon span:nth-child(1) {
  top: 0;
  width: 80%;
}
.app__header .hamburger-icon span:nth-child(2) {
  top: 6px;
}
.app__header .hamburger-icon span:nth-child(3) {
  bottom: 0;
  width: 60%;
}
.app__header .hamburger-icon.open {
  transform: rotate(-90deg);
}
@media (max-width: 992px) {
  .app__header .hamburger-icon.open {
    transform: rotate(90deg);
  }
}
.app__header .hamburger-icon.open span:nth-child(1) {
  left: 1px;
  top: 5px;
  width: 20px;
  transform: rotate(90deg);
  transition-delay: 150ms;
}
.app__header .hamburger-icon.open span:nth-child(2) {
  left: 3px;
  top: 13px;
  width: 10px;
  transform: rotate(45deg);
  transition-delay: 50ms;
}
.app__header .hamburger-icon.open span:nth-child(3) {
  left: 9px;
  top: 13px;
  width: 10px;
  transform: rotate(-45deg);
  transition-delay: 0.1s;
}
.app__header .header-info {
  display: flex;
  align-items: center;
}
.app__header .header-notification {
  position: relative;
  cursor: pointer;
}
.app__header .header-notification .number {
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -12px;
  background-color: #4240D8;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  display: flex;
}
.app__header .header-user {
  text-align: right;
  margin-left: 7rem;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1200px) {
  .app__header .header-user {
    margin-left: 5rem;
  }
}
@media (max-width: 992px) {
  .app__header .header-user {
    margin-left: 3rem;
  }
}
@media (max-width: 476px) {
  .app__header .header-user {
    margin-left: 2rem;
  }
}
.app__header .header-user .name {
  font-size: 18px;
  color: #3A3A3C;
}
@media (max-width: 476px) {
  .app__header .header-user .name {
    font-size: 16px;
  }
}
.app__header .header-user .title-logout {
  font-size: 13px;
  color: #4240D8;
  transition: all 0.4s;
}
.app__header .header-user .title-logout:hover {
  color: #2b2bb8;
}
.app__header .dropdown-menu {
  position: absolute;
  right: 0;
  top: 120%;
  font-size: 13px;
  font-weight: 400;
  width: 54rem;
  max-height: 85vh;
  height: auto;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background-color: #fff;
  display: none;
  cursor: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 1200px) {
  .app__header .dropdown-menu {
    position: fixed;
    right: 3rem;
    top: 65px;
  }
}
@media (max-width: 576px) {
  .app__header .dropdown-menu {
    max-width: calc(100% - 30px);
    right: 15px;
    left: 15px;
  }
}
@media (max-width: 476px) {
  .app__header .dropdown-menu {
    max-width: calc(100% - 20px);
    right: 10px;
    left: 10px;
  }
}
.app__header .dropdown-menu ::-webkit-scrollbar {
  width: 4px;
}
.app__header .dropdown-menu ::-webkit-scrollbar-track {
  width: 1px;
  background-color: #E5E5E5;
}
.app__header .dropdown-menu ::-webkit-scrollbar-thumb {
  background-color: #504EF3;
  border-radius: 3.5px;
  opacity: 0.8;
}
.app__header .dropdown-menu ::-webkit-scrollbar-thumb:hover {
  background-color: #504EF3;
  opacity: 1;
}
.app__header .dropdown-menu .notification-content {
  padding: 1.6rem;
  padding-bottom: 0px;
  overflow-y: auto;
  max-height: 17rem;
}
.app__header .dropdown-menu .notification-item {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
}
.app__header .dropdown-menu .notification-item:last-child {
  border-bottom: none;
}
.app__header .dropdown-menu .notification-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app__header .dropdown-menu .notification-link .remove {
  margin-left: 1rem;
  cursor: pointer;
}
.app__header .dropdown-menu .notification-link .remove svg path {
  transition: all 0.4s;
}
.app__header .dropdown-menu .notification-link .remove:hover svg path {
  fill: #4240D8;
}
.app__header .dropdown-menu .notification-link .title {
  position: relative;
  padding-left: 16px;
}
.app__header .dropdown-menu .notification-link .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 8px;
  width: 8px;
  background-color: #504EF3;
  border-radius: 50%;
}
.app__header .dropdown-menu .notification-link .title.uncheck::before {
  background-color: #c0c0c0;
}
.app__header .dropdown-menu .notification-link .title.read::before {
  background-color: #43B88F;
}
.app__header .dropdown-menu.active {
  display: block;
}
.app__sidebar {
  width: 252px;
  z-index: 88;
  background: #010033;
  border-right: 1px solid #fff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  padding: 0 0 95px 0;
  transition: all 0.2s ease-out;
  /* width */
}
.app__sidebar ::-webkit-scrollbar {
  width: 6px;
}
.app__sidebar .navbar-brand {
  padding: 0 1.3rem;
  text-align: center;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app__sidebar .sidebar-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  height: calc(100% - 4rem);
  margin-top: 5rem;
}
.app__sidebar .navbar-items {
  margin: 0.8rem 1rem;
  margin-right: 1.1rem;
}
.app__sidebar .nav-item {
  margin-bottom: 0.6rem;
}
.app__sidebar .nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.55rem 1.6rem;
  border-radius: 4px;
  color: #DCDBF5;
  transition: all 0.4s;
}
.app__sidebar .nav-link svg path {
  fill: #DCDBF5;
  transition: all 0.4s;
}
.app__sidebar .nav-link span {
  margin-left: 1.6rem;
}
.app__sidebar .nav-link:hover {
  background-color: #504EF3;
  color: #FFFFFF;
}
.app__sidebar .nav-link:hover svg path {
  fill: #fff;
}
.app__sidebar .nav-link.active {
  background-color: #504EF3;
  color: #FFFFFF;
}
.app__sidebar .nav-link.active svg path {
  fill: #fff;
}
.app__sidebar .nav-home {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.app__sidebar .nav-home span {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .app__sidebar {
    width: 80px;
    left: -80px;
  }
  .app__sidebar .nav-link span {
    display: none;
  }
  .app__sidebar .nav-home span {
    display: none;
  }
}
.app__sidebar.active {
  width: 80px;
}
@media (max-width: 992px) {
  .app__sidebar.active {
    left: 0px;
  }
}
.app__sidebar.active .nav-link span {
  display: none;
}
@media (max-width: 1200px) {
  .app__sidebar.active .nav-link {
    justify-content: center;
  }
}
.app__sidebar.active .nav-home span {
  display: none;
}
.app__main {
  margin-left: 252px;
  padding: 12rem 3rem;
  padding-bottom: 1rem;
  transition: all 0.2s ease-out;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 992px) {
  .app__main {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .app__main {
    padding: 12rem 15px;
    padding-bottom: 3rem;
  }
}
@media (max-width: 476px) {
  .app__main {
    padding: 12rem 10px;
    padding-bottom: 3rem;
  }
}
.app__main.active {
  margin-left: 80px;
}
@media (max-width: 476px) {
  .app__main.active {
    margin-left: 0px;
  }
}
.app__main ::-webkit-scrollbar {
  width: 8px;
}
.app__main ::-webkit-scrollbar-track {
  width: 1px;
  background-color: #E5E5E5;
}
.app__main ::-webkit-scrollbar-thumb {
  background-color: #504EF3;
  border-radius: 3.5px;
  opacity: 0.8;
}
.app__main ::-webkit-scrollbar-thumb:hover {
  background-color: #504EF3;
  opacity: 1;
}
.app__wraper {
  padding: 2rem;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .app__wraper {
    padding: 15px;
  }
}
.app__wraper.gray {
  background-color: #FBFBFC;
}
.app__inputs {
  margin-top: 3rem;
  display: flex;
}
.app__inputs .input {
  margin-right: 1.8rem;
}
.app__items {
  margin-top: 3rem;
}
.app__item {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  transition: all 0.4s;
  background-color: transparent;
}
.app__item .circlecolor {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #EFEFEF;
  margin-left: 0.6rem;
  display: inline-block;
}
.app__item .actions {
  display: flex;
  align-items: center;
}
.app__item .actions button {
  margin-left: 1.4rem;
}
.app__item.hover {
  cursor: pointer;
}
.app__item.hover:hover {
  background-color: #F8F8FD;
  cursor: pointer;
}
.app__item.active {
  background-color: #F8F8FD;
}

.btn {
  font-size: 14px;
  color: #837FF0;
  padding: 8px 16px;
  background-color: #DCDBF5;
  transition: all 0.4s;
  border-radius: 4px;
}
.btn:hover {
  background-color: #010033;
  color: #fff;
}
.btn.active {
  background-color: #010033;
  color: #fff;
  transition: all 0.4s;
}
.btn.active:hover {
  background-color: #4240D8;
}
.btn--svg svg path {
  transition: all 0.4s;
}
.btn--svg:hover svg path {
  fill: #4240D8;
}
.btn--svg--rect svg rect {
  transition: all 0.4s;
}
.btn--svg--rect:hover svg rect {
  fill: #2b2bb8;
}
.btn--svg--setting {
  padding: 0.2rem;
  height: 3.2rem;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #4240D8;
  transition: all 0.4s;
  margin-bottom: -30px;
  bottom: 0px;
  position: relative;
  z-index: 2;
}
.btn--svg--setting:hover {
  background: #2b2bb8;
}
.btn--icon {
  width: 5rem;
  height: 3.2rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: #DCDBF5;
  transition: all 0.4s;
}
.btn--icon svg path {
  transition: all 0.4s;
}
.btn--icon:hover {
  background-color: #010033;
}
.btn--icon:hover svg path {
  fill: #fff;
}
.btn--sm {
  font-size: 14px;
  color: #837FF0;
  padding: 4px 8px;
  background-color: #DCDBF5;
  transition: all 0.4s;
  border-radius: 4px;
}
.btn--sm:hover {
  background-color: #010033;
  color: #fff;
}
.btn:disabled {
  background-color: #DCDBF5 !important;
  color: #837FF0 !important;
  cursor: auto;
}

.dt-button {
  font-size: 14px;
  color: #837FF0;
  padding: 8px 16px;
  background-color: #DCDBF5;
  transition: all 0.4s;
  border-radius: 4px;
  text-transform: uppercase;
}
.dt-button:hover {
  background-color: #010033;
  color: #fff;
}
.dt-button.active {
  background-color: #010033;
  color: #fff;
  transition: all 0.4s;
}
.dt-button.active:hover {
  background-color: #4240D8;
}

.multiselect {
  border: 1px solid #DCDBF5 !important;
  font-size: 14px !important;
  min-height: 3.2rem !important;
  margin-bottom: 2rem !important;
}
.multiselect .multiselect-placeholder {
  color: #6C6C6C;
}
.multiselect.is-active {
  box-shadow: none !important;
}
.multiselect .multiselect-caret {
  background-color: #4240d8 !important;
}
.multiselect .multiselect-option {
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 4px;
}
.multiselect .multiselect-option:hover {
  background-color: #F8F8FD !important;
}
.multiselect .multiselect-tags {
  margin-top: 2px;
}
.multiselect .multiselect-tag {
  font-size: 13px !important;
  border-radius: 4px !important;
  background-color: #EFEFEF !important;
  color: #3A3A3C !important;
  font-weight: 400 !important;
  padding: 3px 3px;
  padding-left: 8px;
}
.multiselect .multiselect-tag-remove-icon {
  opacity: 1;
  height: 1.2rem !important;
  width: 1.2rem !important;
}
.multiselect .multiselect-caret {
  width: 0.725rem;
  height: 1.225rem;
}
.multiselect .multiselect-options {
  max-height: 30rem;
  padding: 4px;
}

.multiselect-tags + .multiselect-clear {
  display: none;
}

.multiselect-option.is-selected.is-pointed {
  background-color: #F8F8FD !important;
}

.multiselect-option.is-selected {
  background-color: #F8F8FD !important;
}

.dt_select {
  border: 1px solid #DCDBF5 !important;
  font-size: 14px !important;
  min-height: 3.2rem !important;
  border-radius: 4px !important;
  padding-right: 8px !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #DCDBF5 !important;
  font-size: 14px !important;
  min-height: 3.2rem !important;
  border-radius: 4px !important;
}

.checkbox {
  height: 2.4rem;
  width: 2.4rem;
  flex: 0 0 2.4rem;
  border-radius: 4px;
  border: 1px solid #DCDBF5;
  background-color: #F8F8FD;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
}
.checkbox__wraper {
  display: flex;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.checkbox__wraper span {
  margin-left: 2rem;
  font-size: 14px;
  font-weight: 600;
}
.checkbox__wrap {
  display: flex;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 1.2rem;
}
.checkbox__wrap span {
  margin-left: 2rem;
  font-size: 14px;
  font-weight: 400;
}
.checkbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../assets/svg/check.svg");
  background-position: center;
  width: 1.6rem;
  height: 1.2rem;
  opacity: 0;
  transition: all 0.4s;
}
.checkbox:checked::before {
  opacity: 1;
}

.field_input {
  margin-bottom: 2rem;
}

.multiselect {
  transition: all 0.4s;
}

.input {
  border-radius: 4px;
  border: 1px solid #DCDBF5;
  font-size: 14px;
  padding: 0.7rem 1rem;
  width: 100%;
  display: block;
  height: 3.2rem;
  transition: all 0.4s;
}
.input:disabled {
  background-color: #f3f4f6;
}
.input--line {
  width: 100%;
  font-size: 14px;
  padding: 0.7rem 1rem;
  padding-left: 0px;
  border-bottom: 1px solid #E5E5E5;
}
.input--line::-moz-placeholder {
  color: #6C6C6C;
}
.input--line:-ms-input-placeholder {
  color: #6C6C6C;
}
.input--line::placeholder {
  color: #6C6C6C;
}
.input::-moz-placeholder {
  color: #6C6C6C;
}
.input:-ms-input-placeholder {
  color: #6C6C6C;
}
.input::placeholder {
  color: #6C6C6C;
}
.input.error {
  border: 1px solid #D84040;
  position: relative;
}
.input.success {
  border: 1px solid #43B88F;
  position: relative;
}

.FileInput--text-input-wrapper {
  width: calc(100% - 10rem) !important;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 5rem;
}

.FileInput--file-input-wrapper {
  width: 5rem !important;
}

.custom-file-upload {
  width: 5rem !important;
  height: 3.2rem;
  border-radius: 4px;
  background-color: #DCDBF5 !important;
  position: relative;
  transition: all 0.4s !important;
}
.custom-file-upload::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../assets/svg/download.svg");
  height: 2.4rem;
  width: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-file-upload:hover {
  background-color: #EDECF6 !important;
}

.form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #6C6C6C;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #6C6C6C;
}

.form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #6C6C6C;
}

.ck-content {
  min-height: 120px;
}

.ck-file-dialog-button {
  display: none;
}

.ck-dropdown {
  display: none !important;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 5rem;
  }
}
.dataTables_wrapper th {
  text-align: left !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #3A3A3C !important;
  border-bottom: 1px solid #E5E5E5 !important;
  vertical-align: middle;
  padding-left: 10px !important;
}
.dataTables_wrapper td {
  font-family: "Rubik", sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #6C6C6C !important;
  border-top: 1px solid #FBFBFC !important;
}
.dataTables_wrapper tbody tr.odd {
  background-color: #fff !important;
}
.dataTables_wrapper tbody tr.odd > .sorting_1 {
  background-color: #fff !important;
}
.dataTables_wrapper tbody tr.even > .sorting_1 {
  background-color: #fff !important;
}
.dataTables_wrapper tbody tr {
  transition: all 0.4s;
  border-radius: 4px;
  cursor: pointer;
}
.dataTables_wrapper tbody tr.distinction {
  background-color: #ffffec !important;
}
.dataTables_wrapper tbody tr.distinction td {
  background-color: #ffffec !important;
}
.dataTables_wrapper tbody tr.distinction .sorting_1 {
  background-color: #ffffec !important;
}
.dataTables_wrapper tbody tr:hover {
  background-color: #EAEAEB !important;
}
.dataTables_wrapper tbody tr:hover td {
  background-color: #EAEAEB !important;
  color: #3A3A3C !important;
}
.dataTables_wrapper tbody tr:hover .sorting_1 {
  background-color: #EAEAEB !important;
  color: #3A3A3C !important;
}
.dataTables_wrapper tbody tr.active {
  background-color: #EAEAEB !important;
}
.dataTables_wrapper tbody tr.active td {
  background-color: #EAEAEB !important;
  color: #3A3A3C !important;
}
.dataTables_wrapper tbody tr.active .sorting_1 {
  background-color: #EAEAEB !important;
  color: #3A3A3C !important;
}
.dataTables_wrapper tbody tr.active .btn--sm {
  background-color: #010033;
  color: #fff;
}
.dataTables_wrapper thead .sorting {
  background-image: url("../assets/svg/sort_both.svg") !important;
}

table.dataTable thead .sorting_asc {
  background-image: url("../assets/svg/sort_asc.svg") !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("../assets/svg/sort_desc.svg") !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.dataTables_info {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding: 18px 10px;
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
  height: 52px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .dataTables_info {
    display: flex;
    justify-content: center;
  }
}
.dataTables_info:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40vw;
  height: 100%;
  background-color: #FBFBFC;
  z-index: -1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 768px) {
  .dataTables_info:before {
    background-color: transparent;
  }
}

.dataTables_paginate {
  position: relative;
  z-index: 1;
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
  margin-top: 1rem;
  height: 52px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .dataTables_paginate {
    display: flex;
    justify-content: center;
  }
}
.dataTables_paginate:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40vw;
  height: 100%;
  background-color: #FBFBFC;
  z-index: -1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 768px) {
  .dataTables_paginate:before {
    background-color: transparent;
  }
}

.paginate_button.next, .paginate_button.previous {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.paginate_button.next:hover, .paginate_button.previous:hover {
  background: transparent !important;
  border: none !important;
}
.paginate_button.next svg path, .paginate_button.previous svg path {
  transition: all 0.4s;
}
.paginate_button.next:hover svg path, .paginate_button.previous:hover svg path {
  fill: #4240D8;
}

.paginate_button {
  color: #6C6C6C !important;
  font-size: 14px;
  font-weight: 400;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.paginate_button:hover {
  color: #6C6C6C !important;
}

.paginate_button.current {
  color: #4240D8 !important;
  font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #6C6C6C !important;
}

.top .dataTables_info {
  height: 28px;
  padding-top: 0px;
  margin-right: 15px;
  padding-left: 0px;
}
.top .dataTables_info:before {
  content: none;
}

.property__filter {
  padding-bottom: 0px;
}
.property__filter__top {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.property__btns {
  margin-top: 16px;
}
.property__btns .action--btns {
  display: flex;
  align-items: center;
}
.property__btns .action--btns .btn {
  margin-right: 1.6rem;
}
@media (max-width: 576px) {
  .property__btns .action--btns {
    justify-content: center;
  }
  .property__btns .action--btns .btn {
    margin-left: 0.8em;
    margin-right: 0.8em;
  }
}
.property__btns #export--btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.property__btns #export--btns .dt-button {
  margin-left: 0.4em;
}
@media (max-width: 576px) {
  .property__btns #export--btns {
    justify-content: center;
    margin-top: 2rem;
  }
  .property__btns #export--btns .dt-button {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
.property__count {
  margin-top: 3.4rem;
}
.property__count .title {
  margin-bottom: 1.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
}
.property__count .title.green {
  color: #43B88F;
}
.property__count .title.red {
  color: #D84040;
}
.property__count .title.balance {
  padding: 1.2rem 1rem;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  border-top: 1px solid;
  border-radius: 0px;
}
.property__details .detail__items {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .property__details .detail__items {
    margin-bottom: 5rem;
  }
}
.property__details .detail__item {
  margin-bottom: 1.8rem;
  font-size: 14px;
  font-weight: 400;
}
.property__events__inputs {
  margin-top: 3rem;
  display: flex;
}
.property__events__inputs .input {
  margin-right: 1.8rem;
}
.property__events .event__items {
  margin-top: 2.6rem;
}
.property__events .event__item {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.property__events .event__item .content {
  display: block;
}
.property__events .event__item .text {
  position: relative;
  top: 3px;
}
.property__events .event__item .time {
  display: flex;
  align-items: center;
  margin-right: 1.4rem;
}
.property__events .event__item .hour {
  color: #6C6C6C;
  margin-right: 1rem;
}
.property__events .event__item .author, .property__events .event__item .date {
  margin-right: 1rem;
  font-weight: 500;
}
.property__events .event__item .actions {
  display: flex;
  align-items: center;
}
.property__events .event__item .actions button {
  margin-left: 1.4rem;
}
.property__description {
  margin-top: 1rem;
}
.property__description .text {
  margin-top: 1.8rem;
}
.property__attachments {
  margin-top: 5rem;
}
.property__pictures {
  margin-top: 5rem;
}
