@font-face {
	font-family: 'Gilroy-Bold';
	src: url(/static/media/Gilroy-Bold.ca49f7658c4eaac78b6d.ttf) format("truetype");

  }
body {
  margin: 0;
}


/* This start here dashboard styles */


.lightgray1
{
	background:#fdfdfd;
	
}
.Borderradius0
{
	 border-radius:7px!important;
}
.smallradius
{
	border-radius:5px!important;
}
.leftradius
{
	 border-radius:7px 0px 0px 7px!important;
}
.w27
{
	width:27px !important;
	height:27px;
}
.w26
{width:30px;
	height:30px;
	}

.borderlc
{
	border:solid 1px #a7a6a62e !important
}

.light_version .table.table-custom thead th {
    background: #EBEBEB!important;
    border: #fff 0.1px solid!important;
}
.bg-darkblue
{
	background:#102133;
}
.bg-lightgray2
{
	    background: #EBEBEB!important;
}

.b_radius20
{
	border-radius: 20px!important;
}

.w-10
{
	width:18px;
}

.shadow {
    box-shadow: 0 .2px 7px rgba(0,0,0,.15)!important;
}

.position-absolute
{
	bottom:1px;
}

.Borderradius
{
    border-radius:10px!important;
}

.fontsmall
{
    font-size: 11px!important;
    font-weight: 200;
}

.dd-list
{
	line-height: 14px;
	font-size: 14px;
}
.font10
{
	font-size: 10px;
}
.selftable td
{
	border: 0px solid #fff!important;
}

.selftable th
{
	border: 2px solid #fff!important;
}
.TeamTable label
{
	margin-bottom: 0px;
	font-weight: 600;
	color: #000;
}
.TeamTable tr td
{
	color: #000;
}
.ProvideText
{
	font-size: 18px;	
}
.WelcomeText
{
	font-size: 26px;
}

@media only screen and (min-width: 600px) and (max-width: 1366px) {
	.WorkspaceText {
	font-size: 16px;
	font-weight: 600;
	}
	.ProvideText
	{
		font-size: 16px!important;	
	}

  }
  @media only screen and (min-width: 200px) and (max-width: 990px) {
  .loginbg
  {
	  display: none;
  }
}



/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.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%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .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%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .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%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .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%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .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%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: flex;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled]~.custom-control-label, .custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before, .custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid, .navbar-expand>.container-sm, .navbar-expand>.container-md, .navbar-expand>.container-lg, .navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow, .bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before, .bs-popover-auto[x-placement^="top"]>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after, .bs-popover-auto[x-placement^="top"]>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right>.arrow, .bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before, .bs-popover-auto[x-placement^="right"]>.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after, .bs-popover-auto[x-placement^="right"]>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow, .bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before, .bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after, .bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left>.arrow, .bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before, .bs-popover-auto[x-placement^="left"]>.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after, .bs-popover-auto[x-placement^="left"]>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a, sans-serif;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}


.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/media/fa-brands-400.23f19bb08961f37aaf69.eot);
  src: url(/static/media/fa-brands-400.23f19bb08961f37aaf69.eot?#iefix) format("embedded-opentype"), url(/static/media/fa-brands-400.d878b0a6a1144760244f.woff2) format("woff2"), url(/static/media/fa-brands-400.2285773e6b4b172f07d9.woff) format("woff"), url(/static/media/fa-brands-400.527940b104eb2ea366c8.ttf) format("truetype"), url(/static/media/fa-brands-400.2f517e09eb2ca6650ff5.svg#fontawesome) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands', sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Brands', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/media/fa-regular-400.77206a6bb316fa0aded5.eot);
  src: url(/static/media/fa-regular-400.77206a6bb316fa0aded5.eot?#iefix) format("embedded-opentype"), url(/static/media/fa-regular-400.7a3337626410ca2f4071.woff2) format("woff2"), url(/static/media/fa-regular-400.bb58e57c48a3e911f15f.woff) format("woff"), url(/static/media/fa-regular-400.491974d108fe4002b2aa.ttf) format("truetype"), url(/static/media/fa-regular-400.4689f52cc96215721344.svg#fontawesome) format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/static/media/fa-solid-900.9bbb245e67a133f6e486.eot);
  src: url(/static/media/fa-solid-900.9bbb245e67a133f6e486.eot?#iefix) format("embedded-opentype"), url(/static/media/fa-solid-900.1551f4f60c37af51121f.woff2) format("woff2"), url(/static/media/fa-solid-900.eeccf4f66002c6f2ba24.woff) format("woff"), url(/static/media/fa-solid-900.be9ee23c0c6390141475.ttf) format("truetype"), url(/static/media/fa-solid-900.7a8b4f130182d19a2d7c.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 600;
}
.vivify{-webkit-animation-duration:.8s;-webkit-animation-fill-mode:both;animation-duration:.8s;animation-fill-mode:both}.infinite{animation-iteration-count:infinite}.pulsate{animation-name:pulsate;transform-origin:center}@keyframes pulsate{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1)}50%{transform:scale3d(0.8,0.8,0.8)}100%{animation-timing-function:cubic-bezier(0.895,0.03,0.685,0.22);transform:scale3d(1,1,1)}}.blink{animation-name:blink;animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-duration:1s}@keyframes blink{0%{opacity:1}25%{opacity:0}50%{opacity:1}75%{opacity:0}100%{opacity:1}}.hitLeft{animation-name:hitLeft;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes hitLeft{0%{animation-timing-function:cubic-bezier(0.23,1,0.32,1);transform:translateX(0)}40%{animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:translateX(20px) rotate(4deg)}}.hitRight{animation-name:hitRight;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes hitRight{0%{animation-timing-function:cubic-bezier(0.23,1,0.32,1);transform:translateX(0)}40%{animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:translateX(-20px) rotate(-4deg)}}.shake{animation-name:shake;animation-duration:1s;animation-timing-function:cubic-bezier(0.42,0,0.58,1)}@keyframes shake{10%{transform:translateX(-10px)}20%{transform:translateX(10px)}30%{transform:translateX(-10px)}40%{transform:translateX(10px)}50%{transform:translateX(-10px)}60%{transform:translateX(10px)}70%{transform:translateX(-10px)}80%{transform:translateX(10px)}90%{transform:translateX(-10px)}}.ball{animation-name:ball;animation-duration:2s}@keyframes ball{0%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1.275);transform:translate3d(0,0,0)}20%{animation-timing-function:cubic-bezier(0.42,0,1,1);transform:translate3d(0,-100px,0)}40%{animation-timing-function:cubic-bezier(0,0,0.58,1);transform:translate3d(0,0,0)}60%{animation-timing-function:cubic-bezier(0.42,0,1,1);transform:translate3d(0,-30px,0)}75%{animation-timing-function:cubic-bezier(0,0,0.58,1);transform:translate3d(0,0,0)}85%{animation-timing-function:cubic-bezier(0.42,0,1,1);transform:translate3d(0,-15px,0)}100%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:translate3d(0,0,0)}}.pullUp{animation-name:pullUp;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullUp{0%{transform:scale3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scale3d(1,0,1);transform-origin:center bottom}100%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:scale3d(1,1,1)}}.pullDown{animation-name:pullDown;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullDown{0%{transform:scale3d(0,0,0)}50%{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scale3d(1,0,1);transform-origin:center top}100%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:scale3d(1,1,1)}}.pullLeft{animation-name:pullLeft;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullLeft{0%{transform:scale3d(0,1,1)}50%{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scale3d(0,1,1);transform-origin:center left}100%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:scale3d(1,1,1)}}.pullRight{animation-name:pullRight;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullRight{0%{transform:scale3d(0,1,1)}50%{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scale3d(0,1,1);transform-origin:center right}100%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:scale3d(1,1,1)}}.jumpInLeft{animation-name:jumpInLeft;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpInLeft{0%{opacity:0;transform:scale3d(0.5,0.5,0.5) rotate(-90deg)}50%{opacity:1;transform:scale3d(1.2,1.2,1.2) rotate(10deg)}70%{transform:scale3d(0.9,0.9,0.9) rotate(-5deg)}90%{transform:scale3d(1,1,1) rotate(0deg)}}.jumpInRight{animation-name:jumpInRight;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpInRight{0%{opacity:0;transform:scale3d(0.5,0.5,0.5) rotate(90deg)}50%{opacity:1;transform:scale3d(1.2,1.2,1.2) rotate(-10deg)}70%{transform:scale3d(0.9,0.9,0.9) rotate(5deg)}90%{transform:scale3d(1,1,1) rotate(0deg)}}.jumpOutRight{animation-name:jumpOutRight;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpOutRight{0%{transform:scale3d(1,1,1) rotate(0deg)}30%{transform:scale3d(0.9,0.9,0.9) rotate(5deg)}70%{opacity:1;transform:scale3d(1.2,1.2,1.2) rotate(-10deg)}100%{opacity:0;transform:scale3d(0.5,0.5,0.5) rotate(90deg)}}.jumpOutLeft{animation-name:jumpOutLeft;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpOutLeft{0%{transform:scale3d(1,1,1) rotate(0deg)}30%{transform:scale3d(0.9,0.9,0.9) rotate(-5deg)}70%{opacity:1;transform:scale3d(1.2,1.2,1.2) rotate(10deg)}100%{opacity:0;transform:scale3d(0.5,0.5,0.5) rotate(-90deg)}}.rollInLeft{animation-name:rollInLeft;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInLeft{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateX(-400px) rotate(445deg);opacity:0}30%{opacity:1}50%{transform:translateX(20px) rotate(20deg)}100%{animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateX(0) rotate(0deg)}}.rollInRight{animation-name:rollInRight;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInRight{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateX(400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{transform:translateX(-20px) rotate(-20deg)}100%{animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateX(0) rotate(0deg)}}.rollInTop{animation-name:rollInTop;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInTop{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateY(-400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{transform:translateY(20px) rotate(-20deg)}100%{animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateY(0) rotate(0deg)}}.rollInBottom{animation-name:rollInBottom;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInBottom{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateY(400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{transform:translateY(-20px) rotate(-20deg)}100%{animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateY(0) rotate(0deg)}}.rollOutLeft{animation-name:rollOutLeft;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutLeft{0%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateX(0) rotate(0deg)}40%{opacity:1;transform:translateX(20px) rotate(-20deg)}100%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateX(-400px) rotate(-445deg)}}.rollOutRight{animation-name:rollOutRight;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutRight{0%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateX(0) rotate(0deg)}40%{opacity:1;transform:translateX(-20px) rotate(20deg)}100%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateX(400px) rotate(445deg)}}.rollOutTop{animation-name:rollOutTop;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutTop{0%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateY(0) rotate(0deg)}40%{opacity:1;transform:translateY(20px) rotate(20deg)}100%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateY(-400px) rotate(445deg)}}.rollOutBottom{animation-name:rollOutBottom;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutBottom{0%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateY(0) rotate(0deg)}40%{opacity:1;transform:translateY(-20px) rotate(-20deg)}100%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateY(400px) rotate(-445deg)}}.popIn{animation-name:popIn}@keyframes popIn{0%{transform:scale3d(0,0,0);opacity:0}20%{opacity:1}40%{animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(1.08,1.08,1.08)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1,1,1)}80%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.03,1.03,1.03)}100%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1)}}.popInLeft{animation-name:popInLeft}@keyframes popInLeft{0%{opacity:0;transform:translate3d(-200px,0,0) scale3d(0.1,0.1,0.1)}40%{opacity:1;transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1,1,1)}80%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.03,1.03,1.03)}100%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1)}}.popInRight{animation-name:popInRight}@keyframes popInRight{0%{transform:translate3d(200px,0,0) scale3d(0.1,0.1,0.1);opacity:0}40%{opacity:1;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1,1,1)}80%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.03,1.03,1.03)}100%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1)}}.popInTop{animation-name:popInTop}@keyframes popInTop{0%{transform:translate3d(0,-200px,0) scale3d(0.1,0.1,0.1);opacity:0}40%{opacity:1;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:translate3d(0,0,0) scale3d(1,1,1)}80%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03)}100%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translate3d(0,0,0) scale3d(1,1,1)}}.popInBottom{animation-name:popInBottom}@keyframes popInBottom{0%{transform:translate3d(0,200px,0) scale3d(0.1,0.1,0.1);opacity:0}40%{opacity:1;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:translate3d(0,0,0) scale3d(1,1,1)}80%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03)}100%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translate3d(0,0,0) scale3d(1,1,1)}}.popOut{animation-name:popOut;animation-duration:.5s}@keyframes popOut{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08)}80%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.3,0.3,0.3)}}.popOutLeft{animation-name:popOutLeft;animation-duration:.5s}@keyframes popOutLeft{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1) translate3d(0,0,0);transform-origin:left center}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.5,0.5,0.5) translate3d(-200px,0,0)}}.popOutRight{animation-name:popOutRight;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation-duration:.5s}@keyframes popOutRight{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1) translate3d(0,0,0);transform-origin:right center}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.5,0.5,0.5) translate3d(200px,0,0)}}.popOutTop{animation-name:popOutTop;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation-duration:.5s}@keyframes popOutTop{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1) translate3d(0,0,0);transform-origin:top center}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.5,0.5,0.5) translate3d(0,-400px,0)}}.popOutBottom{animation-name:popOutBottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation-duration:.5s}@keyframes popOutBottom{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1) translate3d(0,0,0);transform-origin:bottom center}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.5,0.5,0.5) translate3d(0,400px,0)}}.flip{animation-name:flip}@keyframes flip{from{transform:perspective(400px) rotateY(-360deg) scale3d(1,1,1);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}50%{transform:perspective(400px) rotateY(-180deg) scale3d(1.2,1.2,1.2);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}to{transform:perspective(400px) rotateY(0deg) scale3d(1,1,1);animation-timing-function:cubic-bezier(0.95,0.05,0.795,0.035)}}.flipInX{animation-name:flipInX;animation-duration:1s}@keyframes flipInX{from{opacity:0;transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2)}50%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:perspective(400px) rotateX(-20deg) scale3d(1,1,1)}to{transform:perspective(400px) rotateX(0deg) scale3d(1,1,1)}}.flipInY{animation-name:flipInY;animation-duration:1s}@keyframes flipInY{from{opacity:0;transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2)}50%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:perspective(400px) rotateY(-20deg) scale3d(1,1,1)}to{transform:perspective(400px) rotateY(0deg) scale3d(1,1,1)}}.flipOutX{animation-name:flipOutX}@keyframes flipOutX{from{transform:perspective(400px) rotateX(0deg) scale3d(1,1,1)}60%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:perspective(400px) rotateX(-30deg) scale3d(1,1,1)}to{opacity:0;transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2)}}.flipOutY{animation-name:flipOutY}@keyframes flipOutY{from{transform:perspective(400px) rotateY(0deg) scale3d(1,1,1)}60%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:perspective(400px) rotateY(-30deg) scale3d(1,1,1)}to{opacity:0;transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2)}}.fadeIn{animation-name:fadeIn;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeInRight{animation-name:fadeInRight;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeInRight{0%{transform:translate3d(400px,0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.fadeInLeft{animation-name:fadeInLeft;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeInLeft{0%{transform:translate3d(-400px,0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.fadeInTop{animation-name:fadeInTop;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeInTop{0%{transform:translate3d(0,-400px,0);opacity:0}50%{opacity:.2}100%{transform:translate3d(0,0,0);opacity:1}}.fadeInBottom{animation-name:fadeInBottom;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeInBottom{0%{transform:translate3d(0,400px,0);opacity:0}50%{opacity:.2}100%{transform:translate3d(0,0,0);opacity:1}}.fadeOut{animation-name:fadeOut;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOutLeft{animation-name:fadeOutLeft;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutLeft{0%{transform:translate3d(0,0,0);opacity:1}100%{transform:translate3d(-400px,0,0);opacity:0}}.fadeOutRight{animation-name:fadeOutRight;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutRight{0%{transform:translate3d(0,0,0);opacity:1}100%{transform:translate3d(400px,0,0);opacity:0}}.fadeOutTop{animation-name:fadeOutTop;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutTop{0%{transform:translate3d(0,0,0);opacity:1}40%{opacity:.2}100%{transform:translate3d(0,-300px,0);opacity:0}}.fadeOutBottom{animation-name:fadeOutBottom;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutBottom{0%{transform:translate3d(0,0,0);opacity:1}40%{opacity:.2}100%{transform:translate3d(0,300px,0);opacity:0}}.driveInLeft{animation-name:driveInLeft;animation-duration:1s}@keyframes driveInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(-400px,0,0)}30%{opacity:1}60%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(30px,0,0)}100%{animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);transform:translate3d(0,0,0)}}.driveInRight{animation-name:driveInRight;animation-duration:1s}@keyframes driveInRight{0%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(400px,0,0)}30%{opacity:1}60%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(-30px,0,0)}100%{animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);transform:translate3d(0,0,0)}}.driveInTop{animation-name:driveInTop;animation-duration:1s}@keyframes driveInTop{0%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,-400px,0)}30%{opacity:1}60%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(0,30px,0)}100%{animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);transform:translate3d(0,0,0)}}.driveInBottom{animation-name:driveInBottom;animation-duration:1s}@keyframes driveInBottom{0%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,300px,0)}30%{opacity:1}60%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(0,-30px,0)}100%{animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);transform:translate3d(0,0,0)}}.driveOutLeft{animation-name:driveOutLeft;animation-duration:1s}@keyframes driveOutLeft{0%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(30px,0,0)}60%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(-400px,0,0)}}.driveOutRight{animation-name:driveOutRight;animation-duration:1s}@keyframes driveOutRight{0%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(-30px,0,0)}60%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(400px,0,0)}}.driveOutTop{animation-name:driveOutTop;animation-duration:1s}@keyframes driveOutTop{0%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(0,30px,0)}60%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,-400px,0)}}.driveOutBottom{animation-name:driveOutBottom;animation-duration:1s}@keyframes driveOutBottom{0%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(0,-30px,0)}60%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,300px,0)}}.spin{animation-name:spin;animation-duration:1.2s}@keyframes spin{0%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:rotateZ(0deg);transform-origin:center center}20%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:rotateZ(-20deg);transform-origin:center center}70%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:rotateZ(380deg);transform-origin:center center}100%{animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:rotateZ(360deg);transform-origin:center center}}.spinIn{animation-name:spinIn;animation-duration:1s}@keyframes spinIn{0%{opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1);transform:rotateZ(0deg) scale3d(0,0,0);transform-origin:center center}50%{opacity:1}70%{transform:rotateZ(380deg) scale3d(1,1,1);transform-origin:center center}100%{transform:rotateZ(360deg) scale3d(1,1,1);transform-origin:center center}}.spinOut{animation-name:spinOut;animation-duration:1s}@keyframes spinOut{0%{animation-timing-function:cubic-bezier(0.23,1,0.32,1);transform:rotateZ(0deg) scale3d(1,1,1);transform-origin:center center}20%{opacity:1;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:rotateZ(-20deg) scale3d(1,1,1);transform-origin:center center}30%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:rotateZ(360deg) scale3d(0,0,0);transform-origin:center center}}.swoopInLeft{animation-name:swoopInLeft;animation-duration:.5s}@keyframes swoopInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleX(1.5) translate3d(-400px,0,0)}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1.2) translate3d(0,0,0)}65%{transform:scaleX(1) translate3d(20px,0,0)}100%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1) translate3d(0,0,0)}}.swoopInRight{animation-name:swoopInRight;animation-duration:.5s}@keyframes swoopInRight{0%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleX(1.5) translate3d(400px,0,0)}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1.2) translate3d(0,0,0)}65%{transform:scaleX(1) translate3d(-20px,0,0)}100%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1) translate3d(0,0,0)}}.swoopInTop{animation-name:swoopInTop;animation-duration:.5s}@keyframes swoopInTop{0%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleY(1.5) translate3d(0,-400px,0)}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1.2) translate3d(0,0,0)}65%{transform:scaleY(1) translate3d(0,20px,0)}100%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1) translate3d(0,0,0)}}.swoopInBottom{animation-name:swoopInBottom;animation-duration:.5s}@keyframes swoopInBottom{0%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleY(1.5) translate3d(0,250px,0)}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1.2) translate3d(0,0,0)}65%{transform:scaleY(1) translate3d(0,-20px,0)}100%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1) translate3d(0,0,0)}}.swoopOutLeft{animation-name:swoopOutLeft;animation-duration:.5s}@keyframes swoopOutLeft{0%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1) translate3d(0,0,0)}40%{opacity:1;transform:scaleX(1) translate3d(20px,0,0)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1.2) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleX(1.5) translate3d(-400px,0,0)}}.swoopOutRight{animation-name:swoopOutRight;animation-duration:.5s}@keyframes swoopOutRight{0%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1) translate3d(0,0,0)}40%{opacity:1;transform:scaleX(1) translate3d(-20px,0,0)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1.2) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleX(1.5) translate3d(400px,0,0)}}.swoopOutTop{animation-name:swoopOutTop;animation-duration:.5s}@keyframes swoopOutTop{0%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1) translate3d(0,0,0)}40%{opacity:1;transform:scaleY(1) translate3d(0,20px,0)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1.2) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleY(1.5) translate3d(0,-400px,0)}}.swoopOutBottom{animation-name:swoopOutBottom;animation-duration:.5s}@keyframes swoopOutBottom{0%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1) translate3d(0,0,0)}40%{opacity:1;transform:scaleY(1) translate3d(0,-20px,0)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1.2) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleY(1.5) translate3d(0,200px,0)}}.fold{animation-name:fold}@keyframes fold{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1)}30%{animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:scale3d(1,0.4,1)}60%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:scale3d(0.4,0.4,1)}100%{opacity:0;animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);transform:scale3d(0.2,0.2,0.2)}}.unfold{animation-name:unfold}@keyframes unfold{0%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(0,0,0)}30%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:scale3d(0.4,0.4,1)}60%{animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:scale3d(0.4,1,1)}100%{animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);transform:scale3d(1,1,1)}}.delay-100{animation-delay:.1s}.delay-150{animation-delay:150ms}.duration-100{animation-duration:.1s}.duration-150{animation-duration:150ms}.delay-200{animation-delay:.2s}.delay-250{animation-delay:250ms}.duration-200{animation-duration:.2s}.duration-250{animation-duration:250ms}.delay-300{animation-delay:.3s}.delay-350{animation-delay:350ms}.duration-300{animation-duration:.3s}.duration-350{animation-duration:350ms}.delay-400{animation-delay:.4s}.delay-450{animation-delay:450ms}.duration-400{animation-duration:.4s}.duration-450{animation-duration:450ms}.delay-500{animation-delay:.5s}.delay-550{animation-delay:550ms}.duration-500{animation-duration:.5s}.duration-550{animation-duration:550ms}.delay-600{animation-delay:.6s}.delay-650{animation-delay:650ms}.duration-600{animation-duration:.6s}.duration-650{animation-duration:650ms}.delay-700{animation-delay:.7s}.delay-750{animation-delay:750ms}.duration-700{animation-duration:.7s}.duration-750{animation-duration:750ms}.delay-800{animation-delay:.8s}.delay-850{animation-delay:850ms}.duration-800{animation-duration:.8s}.duration-850{animation-duration:850ms}.delay-900{animation-delay:.9s}.delay-950{animation-delay:950ms}.duration-900{animation-duration:.9s}.duration-950{animation-duration:950ms}.delay-1000{animation-delay:1s}.delay-1250{animation-delay:1250ms}.delay-1500{animation-delay:1.5s}.delay-1750{animation-delay:1750ms}.duration-1000{animation-duration:1s}.duration-1250{animation-duration:1250ms}.duration-1500{animation-duration:1.5s}.duration-1750{animation-duration:1750ms}.delay-2000{animation-delay:2s}.delay-2250{animation-delay:2250ms}.delay-2500{animation-delay:2.5s}.delay-2750{animation-delay:2750ms}.duration-2000{animation-duration:2s}.duration-2250{animation-duration:2250ms}.duration-2500{animation-duration:2.5s}.duration-2750{animation-duration:2750ms}.delay-3000{animation-delay:3s}.delay-3250{animation-delay:3250ms}.delay-3500{animation-delay:3.5s}.delay-3750{animation-delay:3750ms}.duration-3000{animation-duration:3s}.duration-3250{animation-duration:3250ms}.duration-3500{animation-duration:3.5s}.duration-3750{animation-duration:3750ms}.delay-4000{animation-delay:4s}.delay-4250{animation-delay:4250ms}.delay-4500{animation-delay:4.5s}.delay-4750{animation-delay:4750ms}.duration-4000{animation-duration:4s}.duration-4250{animation-duration:4250ms}.duration-4500{animation-duration:4.5s}.duration-4750{animation-duration:4750ms}.delay-5000{animation-delay:5s}.delay-5250{animation-delay:5250ms}.delay-5500{animation-delay:5.5s}.delay-5750{animation-delay:5750ms}.duration-5000{animation-duration:5s}.duration-5250{animation-duration:5250ms}.duration-5500{animation-duration:5.5s}.duration-5750{animation-duration:5750ms}.duration-6000{animation-duration:6s}.duration-6250{animation-duration:6250ms}.duration-6500{animation-duration:6.5s}.duration-6750{animation-duration:6750ms}.duration-7000{animation-duration:7s}.duration-7250{animation-duration:7250ms}.duration-7500{animation-duration:7.5s}.duration-7750{animation-duration:7750ms}.duration-8000{animation-duration:8s}.duration-8250{animation-duration:8250ms}.duration-8500{animation-duration:8.5s}.duration-8750{animation-duration:8750ms}.duration-9000{animation-duration:9s}.duration-9250{animation-duration:9250ms}.duration-9500{animation-duration:9.5s}.duration-9750{animation-duration:9750ms}.duration-10000{animation-duration:10s}.duration-10250{animation-duration:10250ms}.duration-10500{animation-duration:10.5s}.duration-10750{animation-duration:10750ms}
/* @import url("https://fonts.googleapis.com/css?family=Krub:300,400,500,600,700");

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"); */

/* Montserrat - Thin (100) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(/static/media/Montserrat-Thin.2492e16fb1c64e203c3c.ttf) format('truetype');
}

/* Montserrat - ExtraLight (200) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(/static/media/Montserrat-ExtraLight.a3f246d90dd5fd1e5584.ttf) format('truetype');
}

/* Montserrat - Light (300) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(/static/media/Montserrat-Light.afe0a608093579a47b06.ttf) format('truetype');
}

/* Montserrat - Regular (400) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/Montserrat-Regular.cfbf0da06d33097e6d0a.ttf) format('truetype');
}

/* Montserrat - Medium (500) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(/static/media/Montserrat-Medium.d3f3d769c2fc1af5c0b4.ttf) format('truetype');
}

/* Montserrat - SemiBold (600) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(/static/media/Montserrat-SemiBold.38e62f01be69b2e02e29.ttf) format('truetype');
}

/* Montserrat - Bold (700) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(/static/media/Montserrat-Bold.3530bfc1b50b41bdc29d.ttf) format('truetype');
}

/* Montserrat - ExtraBold (800) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(/static/media/Montserrat-ExtraBold.757982f4c71159f6bdc2.ttf) format('truetype');
}

/* Montserrat - Black (900) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(/static/media/Montserrat-Black.1984e065d55352d2a119.ttf) format('truetype');
}

@font-face {
  font-family: "simple-Line-Icons";
  src: url(/static/media/simple-Line-Icons.37c20767490388888f44.eot);
  src: url(/static/media/simple-Line-Icons.37c20767490388888f44.eot) format("embedded-opentype"),
    url(/static/media/simple-Line-Icons.d25156c933f09bb78bba.woff) format("woff"),
    url(/static/media/simple-Line-Icons.549254fc1514a6148dbf.ttf) format("truetype"),
    url(/static/media/simple-Line-Icons.32be9ff205347340800e.svg#Simple-Line-Icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "simple-Line-Icons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
}

.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
  font-family: "Simple-Line-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-moustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-emoticon-smile:before {
  content: "\e021";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-credit-card:before {
  content: "\e025";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-user:before {
  content: "\e005";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

.icon-social-dribbble:before {
  content: "\e00d";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglasses:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-map:before {
  content: "\e033";
}

.icon-layers:before {
  content: "\e034";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-frame:before {
  content: "\e038";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawer:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-directions:before {
  content: "\e041";
}

.icon-direction:before {
  content: "\e042";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-compass:before {
  content: "\e045";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-loop:before {
  content: "\e064";
}

.icon-logout:before {
  content: "\e065";
}

.icon-login:before {
  content: "\e066";
}

.icon-list:before {
  content: "\e067";
}

.icon-like:before {
  content: "\e068";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-calendar:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-bar-chart:before {
  content: "\e077";
}

.icon-arrow-up:before {
  content: "\e078";
}

.icon-arrow-right:before {
  content: "\e079";
}

.icon-arrow-left:before {
  content: "\e07a";
}

.icon-arrow-down:before {
  content: "\e07b";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camcorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-close:before {
  content: "\e082";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-doc:before {
  content: "\e085";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-folder:before {
  content: "\e089";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-plus:before {
  content: "\e095";
}

.icon-pointer:before {
  content: "\e096";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

.icon-symbol-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-users:before {
  content: "\e001";
}

@font-face {
  font-family: "weathericons";
  src: url(/static/media/weathericons-regular-webfont.db8e6bec2adb2a3e2779.eot);
  src: url(/static/media/weathericons-regular-webfont.db8e6bec2adb2a3e2779.eot?#iefix)
      format("embedded-opentype"),
    url(/static/media/weathericons-regular-webfont.e4d2c00ed56824803ce0.woff) format("woff"),
    url(/static/media/weathericons-regular-webfont.520c26b13fefaeef5c94.ttf) format("truetype"),
    url(/static/media/weathericons-regular-webfont.c3aa7bd3a5200ff8e721.svg#weathericons-regular-webfontRg)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-day-cloudy-gusts:before {
  content: "\f000";
}

.wi-day-cloudy-windy:before {
  content: "\f001";
}

.wi-day-cloudy:before {
  content: "\f002";
}

.wi-day-fog:before {
  content: "\f003";
}

.wi-day-hail:before {
  content: "\f004";
}

.wi-day-lightning:before {
  content: "\f005";
}

.wi-day-rain-mix:before {
  content: "\f006";
}

.wi-day-rain-wind:before {
  content: "\f007";
}

.wi-day-rain:before {
  content: "\f008";
}

.wi-day-showers:before {
  content: "\f009";
}

.wi-day-snow:before {
  content: "\f00a";
}

.wi-day-sprinkle:before {
  content: "\f00b";
}

.wi-day-sunny-overcast:before {
  content: "\f00c";
}

.wi-day-sunny:before {
  content: "\f00d";
}

.wi-day-storm-showers:before {
  content: "\f00e";
}

.wi-day-thunderstorm:before {
  content: "\f010";
}

.wi-cloudy-gusts:before {
  content: "\f011";
}

.wi-cloudy-windy:before {
  content: "\f012";
}

.wi-cloudy:before {
  content: "\f013";
}

.wi-fog:before {
  content: "\f014";
}

.wi-hail:before {
  content: "\f015";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-rain-mix:before {
  content: "\f017";
}

.wi-rain-wind:before {
  content: "\f018";
}

.wi-rain:before {
  content: "\f019";
}

.wi-showers:before {
  content: "\f01a";
}

.wi-snow:before {
  content: "\f01b";
}

.wi-sprinkle:before {
  content: "\f01c";
}

.wi-storm-showers:before {
  content: "\f01d";
}

.wi-thunderstorm:before {
  content: "\f01e";
}

.wi-windy:before {
  content: "\f021";
}

.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}

.wi-night-alt-hail:before {
  content: "\f024";
}

.wi-night-alt-lightning:before {
  content: "\f025";
}

.wi-night-alt-rain-mix:before {
  content: "\f026";
}

.wi-night-alt-rain-wind:before {
  content: "\f027";
}

.wi-night-alt-rain:before {
  content: "\f028";
}

.wi-night-alt-showers:before {
  content: "\f029";
}

.wi-night-alt-snow:before {
  content: "\f02a";
}

.wi-night-alt-sprinkle:before {
  content: "\f02b";
}

.wi-night-alt-storm-showers:before {
  content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}

.wi-night-clear:before {
  content: "\f02e";
}

.wi-night-cloudy-gusts:before {
  content: "\f02f";
}

.wi-night-cloudy-windy:before {
  content: "\f030";
}

.wi-night-cloudy:before {
  content: "\f031";
}

.wi-night-hail:before {
  content: "\f032";
}

.wi-night-lightning:before {
  content: "\f033";
}

.wi-night-rain-mix:before {
  content: "\f034";
}

.wi-night-rain-wind:before {
  content: "\f035";
}

.wi-night-rain:before {
  content: "\f036";
}

.wi-night-showers:before {
  content: "\f037";
}

.wi-night-snow:before {
  content: "\f038";
}

.wi-night-sprinkle:before {
  content: "\f039";
}

.wi-night-storm-showers:before {
  content: "\f03a";
}

.wi-night-thunderstorm:before {
  content: "\f03b";
}

.wi-celsius:before {
  content: "\f03c";
}

.wi-cloud-down:before {
  content: "\f03d";
}

.wi-cloud-refresh:before {
  content: "\f03e";
}

.wi-cloud-up:before {
  content: "\f040";
}

.wi-cloud:before {
  content: "\f041";
}

.wi-degrees:before {
  content: "\f042";
}

.wi-down-left:before {
  content: "\f043";
}

.wi-down:before {
  content: "\f044";
}

.wi-fahrenheit:before {
  content: "\f045";
}

.wi-horizon-alt:before {
  content: "\f046";
}

.wi-horizon:before {
  content: "\f047";
}

.wi-left:before {
  content: "\f048";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-night-fog:before {
  content: "\f04a";
}

.wi-refresh-alt:before {
  content: "\f04b";
}

.wi-refresh:before {
  content: "\f04c";
}

.wi-right:before {
  content: "\f04d";
}

.wi-sprinkles:before {
  content: "\f04e";
}

.wi-strong-wind:before {
  content: "\f050";
}

.wi-sunrise:before {
  content: "\f051";
}

.wi-sunset:before {
  content: "\f052";
}

.wi-thermometer-exterior:before {
  content: "\f053";
}

.wi-thermometer-internal:before {
  content: "\f054";
}

.wi-thermometer:before {
  content: "\f055";
}

.wi-tornado:before {
  content: "\f056";
}

.wi-up-right:before {
  content: "\f057";
}

.wi-up:before {
  content: "\f058";
}

.wi-wind-west:before {
  content: "\f059";
}

.wi-wind-south-west:before {
  content: "\f05a";
}

.wi-wind-south-east:before {
  content: "\f05b";
}

.wi-wind-south:before {
  content: "\f05c";
}

.wi-wind-north-west:before {
  content: "\f05d";
}

.wi-wind-north-east:before {
  content: "\f05e";
}

.wi-wind-north:before {
  content: "\f060";
}

.wi-wind-east:before {
  content: "\f061";
}

.wi-smoke:before {
  content: "\f062";
}

.wi-dust:before {
  content: "\f063";
}

.wi-snow-wind:before {
  content: "\f064";
}

.wi-day-snow-wind:before {
  content: "\f065";
}

.wi-night-snow-wind:before {
  content: "\f066";
}

.wi-night-alt-snow-wind:before {
  content: "\f067";
}

.wi-day-sleet-storm:before {
  content: "\f068";
}

.wi-night-sleet-storm:before {
  content: "\f069";
}

.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}

.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}

.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}

.wi-solar-eclipse:before {
  content: "\f06e";
}

.wi-lunar-eclipse:before {
  content: "\f070";
}

.wi-meteor:before {
  content: "\f071";
}

.wi-hot:before {
  content: "\f072";
}

.wi-hurricane:before {
  content: "\f073";
}

.wi-smog:before {
  content: "\f074";
}

.wi-alien:before {
  content: "\f075";
}

.wi-snowflake-cold:before {
  content: "\f076";
}

.wi-stars:before {
  content: "\f077";
}

.wi-night-partly-cloudy:before {
  content: "\f083";
}

.wi-umbrella:before {
  content: "\f084";
}

.wi-day-windy:before {
  content: "\f085";
}

.wi-night-alt-cloudy:before {
  content: "\f086";
}

.wi-up-left:before {
  content: "\f087";
}

.wi-down-right:before {
  content: "\f088";
}

.wi-time-12:before {
  content: "\f089";
}

.wi-time-1:before {
  content: "\f08a";
}

.wi-time-2:before {
  content: "\f08b";
}

.wi-time-3:before {
  content: "\f08c";
}

.wi-time-4:before {
  content: "\f08d";
}

.wi-time-5:before {
  content: "\f08e";
}

.wi-time-6:before {
  content: "\f08f";
}

.wi-time-7:before {
  content: "\f090";
}

.wi-time-8:before {
  content: "\f091";
}

.wi-time-9:before {
  content: "\f092";
}

.wi-time-10:before {
  content: "\f093";
}

.wi-time-11:before {
  content: "\f094";
}

.wi-day-sleet:before {
  content: "\f0b2";
}

.wi-night-sleet:before {
  content: "\f0b3";
}

.wi-night-alt-sleet:before {
  content: "\f0b4";
}

.wi-sleet:before {
  content: "\f0b5";
}

.wi-day-haze:before {
  content: "\f0b6";
}

.wi-beafort-0:before {
  content: "\f0b7";
}

.wi-beafort-1:before {
  content: "\f0b8";
}

.wi-beafort-2:before {
  content: "\f0b9";
}

.wi-beafort-3:before {
  content: "\f0ba";
}

.wi-beafort-4:before {
  content: "\f0bb";
}

.wi-beafort-5:before {
  content: "\f0bc";
}

.wi-beafort-6:before {
  content: "\f0bd";
}

.wi-beafort-7:before {
  content: "\f0be";
}

.wi-beafort-8:before {
  content: "\f0bf";
}

.wi-beafort-9:before {
  content: "\f0c0";
}

.wi-beafort-10:before {
  content: "\f0c1";
}

.wi-beafort-11:before {
  content: "\f0c2";
}

.wi-beafort-12:before {
  content: "\f0c3";
}

.wi-wind-default:before {
  content: "\f0b1";
}

.wi-wind-default._0-deg {
  transform: rotate(0deg);
}

.wi-wind-default._15-deg {
  transform: rotate(15deg);
}

.wi-wind-default._30-deg {
  transform: rotate(30deg);
}

.wi-wind-default._45-deg {
  transform: rotate(45deg);
}

.wi-wind-default._60-deg {
  transform: rotate(60deg);
}

.wi-wind-default._75-deg {
  transform: rotate(75deg);
}

.wi-wind-default._90-deg {
  transform: rotate(90deg);
}

.wi-wind-default._105-deg {
  transform: rotate(105deg);
}

.wi-wind-default._120-deg {
  transform: rotate(120deg);
}

.wi-wind-default._135-deg {
  transform: rotate(135deg);
}

.wi-wind-default._150-deg {
  transform: rotate(150deg);
}

.wi-wind-default._165-deg {
  transform: rotate(165deg);
}

.wi-wind-default._180-deg {
  transform: rotate(180deg);
}

.wi-wind-default._195-deg {
  transform: rotate(195deg);
}

.wi-wind-default._210-deg {
  transform: rotate(210deg);
}

.wi-wind-default._225-deg {
  transform: rotate(225deg);
}

.wi-wind-default._240-deg {
  transform: rotate(240deg);
}

.wi-wind-default._255-deg {
  transform: rotate(255deg);
}

.wi-wind-default._270-deg {
  transform: rotate(270deg);
}

.wi-wind-default._285-deg {
  transform: rotate(295deg);
}

.wi-wind-default._300-deg {
  transform: rotate(300deg);
}

.wi-wind-default._315-deg {
  transform: rotate(315deg);
}

.wi-wind-default._330-deg {
  transform: rotate(330deg);
}

.wi-wind-default._345-deg {
  transform: rotate(345deg);
}

.wi-moon-new:before {
  content: "\f095";
}

.wi-moon-waxing-cresent-1:before {
  content: "\f096";
}

.wi-moon-waxing-cresent-2:before {
  content: "\f097";
}

.wi-moon-waxing-cresent-3:before {
  content: "\f098";
}

.wi-moon-waxing-cresent-4:before {
  content: "\f099";
}

.wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}

.wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}

.wi-moon-first-quarter:before {
  content: "\f09c";
}

.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}

.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}

.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}

.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}

.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}

.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}

.wi-moon-full:before {
  content: "\f0a3";
}

.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}

.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}

.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}

.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}

.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}

.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}

.wi-moon-3rd-quarter:before {
  content: "\f0aa";
}

.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}

.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}

.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}

.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}

.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}

.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}

body {
  transition: all 0.3s ease-in-out;
  background-color: #22252a;
  font-weight: 400;
  color: #a5a8ad;
}

body.font-krub {
  font-family: "Krub", sans-serif;
  font-size: 15px;
  letter-spacing: 0.2px;
}

body.font-montserrat {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

body.font-roboto {
  font-family: "Robot", sans-serif;
  font-size: 14px;
}

/* a:hover,a:focus {
	color: #437ac7;
	text-decoration: none;
} */

.overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 25, 28, 0.5);
  display: none;
  z-index: 10;
}

.overlay.open {
  display: block;
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hidden-md {
    display: none;
  }
}

*[dir="rtl"] .metismenu .arrow {
  float: left;
}

*[dir="rtl"] .metismenu .plus-times {
  float: left;
}

*[dir="rtl"] .metismenu .plus-minus {
  float: left;
}

.metismenu {
  display: flex;
  flex-direction: column;
}

.metismenu > li {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.metismenu > li:last-child {
  margin-bottom: 20px;
}

.metismenu > li .active a {
  font-weight: 700;
}

.metismenu > li i {
  border-radius: 3px;
  position: relative;
  top: 1px;
  width: 28px;
  line-height: 28px;
  text-align: center;
}

.metismenu li.header {
  font-size: 12px;
  margin: 20px 5px 5px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0;
}

.metismenu a {
  transition: all 0.3s ease-out;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  font-size: 15px;
  color: #bbbec2;
  border-radius: 0.1875rem;
  position: relative;
  padding: 7px 0;
  outline-width: 0;
}

.metismenu ul a {
  color: #96989c;
  font-size: 14px;
  padding: 6px 15px 6px 38px;
  position: relative;
}

.metismenu ul a::before {
  transition: all 0.4s ease-out;
  border-radius: 5px;
  background: #57595d;
  content: "";
  position: absolute;
  left: 5px;
  height: 1px;
  width: 15px;
  top: 17px;
}

.metismenu ul a:hover:before {
  width: 190px;
}

@media screen and (max-width: 767px) {
  .metismenu ul a:hover:before {
    width: calc(100% - 15px);
  }
}

.metismenu ul ul a {
  padding: 10px 15px 10px 70px;
}

.metismenu ul.collapse a:hover,
.metismenu ul.collapse a:focus {
  text-decoration: none;
}
.metismenu ul.collapse a:hover,
.metismenu ul.collapse a:focus li {
  border-right: 2px solid red;
}

.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

.metismenu .collapse {
  display: none;
}

.metismenu .collapse.in {
  display: block;
}

.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow:after {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  content: "+";
  right: 0;
  line-height: 28px;
}

.metismenu .active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  content: "-";
}

.h-menu #main-content {
  margin-top: 100px;
  width: 100%;
}

.h-menu .top-navbar {
  width: calc(100% - 40px) !important;
  margin: 0 20px !important;
}

.h-menu .sidebar {
  top: 63px;
  border-top: 1px solid #22252a;
  background: #2f3338;
}

.h-menu .sidebar .slimScrollDiv {
  height: auto !important;
  overflow: visible !important;
}

.h-menu .sidebar .slimScrollDiv .sidebar-scroll {
  height: auto !important;
  overflow: visible !important;
}

.h-menu .sidebar .slimScrollDiv .slimScrollRail,
.h-menu .sidebar .slimScrollDiv .slimScrollBar {
  display: none !important;
  opacity: 0 !important;
}

.h-menu .user-account {
  display: none !important;
}

.h-menu #left-sidebar {
  width: calc(100% - 40px);
  height: auto;
  height: auto;
  margin: 0 20px;
  z-index: 7;
}

.h-menu #left-sidebar .navbar-brand {
  float: left;
  margin: 0;
  border: 0;
  padding: 5px 15px 0;
}

.h-menu .metismenu {
  flex-direction: row;
}

.h-menu .metismenu li.header {
  display: none;
}

.h-menu .metismenu .collapse.in {
  display: none;
}

.h-menu .metismenu > li {
  flex: initial;
}

.h-menu .metismenu > li > a span {
  display: none;
}

.h-menu .metismenu > li:last-child {
  margin-bottom: 0 !important;
}

.h-menu .metismenu > li:hover ul.collapse {
  display: block;
}

.h-menu .metismenu .collapse {
  position: absolute;
  background: #2f3338;
  width: 240px;
  top: 42px;
  padding: 15px !important;
}

.h-menu .metismenu .has-arrow::after {
  display: none;
}

.nav.nav-tabs {
  border-color: #2f3338;
}

.nav.nav-tabs .nav-item .nav-link {
  color: #a5a8ad;
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-tabs .nav-item .nav-link:focus {
  background-color: #2f3338;
  border-color: #2f3338;
}

.nav.nav-tabs2 > li > a {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #96989c;
  background-color: transparent;
  padding: 0.5rem;
}

.nav.nav-tabs2 > li > a:hover,
.nav.nav-tabs2 > li > a.active {
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: #00bcd2;
}

.nav.nav-tabs3 {
  border-bottom: 1px solid #2f3338;
}

.nav.nav-tabs3 > li {
  margin-bottom: -1px;
}

.nav.nav-tabs3 > li > a {
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  color: #96989c;
  padding: 7px 20px;
  background-color: transparent;
  border-bottom: transparent;
  font-weight: 400;
}

.nav.nav-tabs3 > li > a:focus,
.nav.nav-tabs3 > li > a:hover,
.nav.nav-tabs3 > li > a.active {
  transition: all 0.3s ease-in-out;
  color: #6290d0;
  border-bottom: 2px solid #6290d0 !important;
  position: relative;
}

.nav.nav-tabs3 > li > a:focus::after,
.nav.nav-tabs3 > li > a:hover::after,
.nav.nav-tabs3 > li > a.active::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.nav.nav-tabs3.table-nav {
  background: #282b2f;
}

.tab-content p {
  font-size: 12px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #f4f7f6;
  color: #a5a8ad;
}

.nav-pills > li > a {
  color: inherit;
}

.nav-tabs-colored > li.active > a,
.nav-tabs-colored > li.active > a:hover,
.nav-tabs-colored > li.active > a:focus {
  background-color: #f4f7f6;
  color: #a5a8ad;
}

.badge {
  padding: 3px 8px;
  text-transform: uppercase;
  line-height: 12px;
  border: 1px solid;
  font-weight: 400;
}

.badge-icon {
  padding: 0.4em 0.55em;
}

.badge-icon i {
  font-size: 0.8em;
}

.badge-default {
  background: transparent;
  border-color: #9a9a9a;
  color: #9a9a9a;
}

.badge-primary {
  background: transparent;
  border-color: #17c2d7;
  color: #17c2d7;
}

.badge-info {
  background: transparent;
  border-color: #3c89da;
  color: #3c89da;
}

.badge-success {
  background: transparent;
  border-color: #5cb65f;
  color: #5cb65f;
}

.badge-warning {
  background: transparent;
  border-color: #ffa117;
  color: #ffa117;
}

.badge-danger {
  background: transparent;
  border-color: #e15858;
  color: #e15858;
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
  height: 100%;
}

#main-content {
  transition: all 0.3s ease-in-out;
  width: calc(100% - 240px);
  float: right;
  position: relative;
  margin-top: 62px;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  #main-content {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #main-content {
    margin-top: 52px;
  }
}

.mini_sidebar {
  transition: all 0.3s ease-in-out;
}

.mini_sidebar.mini_hover #left-sidebar {
  width: 240px;
  background: #22252a;
}

.mini_sidebar.mini_hover .overlay {
  display: block;
}

.mini_sidebar #left-sidebar {
  z-index: 12;
  width: 60px;
}

.mini_sidebar #main-content {
  width: calc(100% - 60px);
  padding: 0 5px;
}

.mini_sidebar .top-navbar {
  width: calc(100% - 60px) !important;
}

.mini_sidebar .mini_sidebar_on.sidebar {
  text-align: center;
}

.mini_sidebar .mini_sidebar_on.sidebar .navbar-brand span {
  display: none !important;
}

.mini_sidebar .mini_sidebar_on .user-account {
  display: none;
}

.mini_sidebar .mini_sidebar_on .metismenu li.header {
  display: none;
}

.mini_sidebar .mini_sidebar_on .metismenu > li {
  padding: 0;
}

.mini_sidebar .mini_sidebar_on .metismenu > li span,
.mini_sidebar .mini_sidebar_on .metismenu > li a:after {
  display: none;
}

.mini_sidebar .mini_sidebar_on .metismenu > li i {
  margin: 0;
}

.mini_sidebar .mini_sidebar_on .metismenu ul a {
  display: none;
}

.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align-middle {
  display: table-cell;
  vertical-align: middle;
}

.left_menu_icon .top-navbar {
  width: calc(100% - 100px);
}

.left_menu_icon #main-content {
  width: calc(100% - 60px);
}

.left_menu_icon #left-sidebar {
  background: #282b2f;
  width: 60px;
  text-align: center;
}

.left_menu_icon #left-sidebar .navbar-brand span {
  display: none;
}

.left_menu_icon #left-sidebar .user-account .user_div .user-photo {
  width: 30px;
}

.left_menu_icon #left-sidebar .user-account .dropdown {
  display: none;
}

.left_menu_icon #left-sidebar .metismenu li.header {
  display: none;
}

.left_menu_icon #left-sidebar .metismenu .has-arrow::after {
  display: none;
}

.left_menu_icon #left-sidebar .metismenu a span {
  display: bloack;
}

.left_menu_icon #left-sidebar .metismenu > li i {
  margin: 0;
}

.left_menu_icon #left-sidebar .metismenu ul.collapse {
  display: none;
}

.box_layout.h-menu .top-navbar {
  width: 100% !important;
  margin: 0 !important;
}

.box_layout.h-menu #left-sidebar {
  width: 100% !important;
  margin: 0 !important;
  top: 62px;
}

.box_layout.h-menu #left-sidebar .navbar-brand {
  padding-left: 0;
  padding-top: 13px;
}

.box_layout.h-menu #left-sidebar .metismenu > li > a {
  padding: 15px 0;
}

.box_layout.h-menu #left-sidebar .metismenu > li .collapse {
  border-radius: 5px;
  border-top: 1px solid;
  top: 50px;
}

.box_layout.h-menu #left-sidebar .sidebar-nav {
  margin: 0;
}

.box_layout.h-menu #main-content {
  margin-top: 120px;
}

.box_layout.offcanvas-active #left-sidebar {
  width: 270px;
}

.card {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: transparent;
  border-color: transparent;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .card {
    margin-bottom: 10px;
  }
}

.card .header {
  box-shadow: none;
  color: #212834;
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .card .header {
    margin-top: 15px;
  }
}

.card .header.bline {
  border-bottom: 1px solid #2f3338;
}

.card .header .header-dropdown {
  position: absolute;
  top: -8px;
  right: 0px;
  list-style: none;
}

.card .header .header-dropdown li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.card .header .header-dropdown li a {
  transition: all 0.5s;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  padding: 5px 10px;
  color: #57595d;
  font-size: 14px;
}

.card .header .header-dropdown li a.dropdown-toggle:after {
  font-size: 18px;
  border: none;
  content: "\f141";
  font-family: "FontAwesome";
  vertical-align: baseline;
  vertical-align: initial;
  width: 11px;
}

.card .header .header-dropdown li .dropdown-menu {
  border-radius: 0.55rem;
  overflow: hidden;
  right: 0;
  left: auto !important;
  transform: none !important;
  top: 100% !important;
  padding: 10px;
  box-shadow: 0px 2px 20px 0px rgba(23, 25, 28, 0.2);
  border: 0;
}

.card .header .header-dropdown li .dropdown-menu li {
  display: block !important;
}

.card .header .header-dropdown li .dropdown-menu li a {
  color: #393d42;
  font-weight: 400;
  padding: 10px;
  white-space: nowrap;
}

.card .header .header-dropdown li .dropdown-menu li a:hover {
  color: #3c89da;
}

.card .header h2 {
  font-size: 15px;
  position: relative;
}

.card .header h2 small {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  font-size: 13px;
  color: #77797c;
  line-height: 15px;
  text-transform: none;
}

.card .header h2 small a {
  font-weight: 700;
  color: #57595d;
}

.card .body,
.card .card-body {
  border-radius: 3px;
  font-weight: 400;
  color: #a5a8ad;
  background: #282b2f;
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

@media screen and (max-width: 767px) {
  .card .body,
  .card .card-body {
    padding: 15px;
  }
}

.card .body.b-cyan,
.card .card-body.b-cyan {
  border-color: #17c2d7;
}

.card .body.b-red,
.card .card-body.b-red {
  border-color: #e15858;
}

.card .body.b-blue,
.card .card-body.b-blue {
  border-color: #568ad3;
}

.card .body.b-green,
.card .card-body.b-green {
  border-color: #5cb65f;
}

.card .body.b-pink,
.card .card-body.b-pink {
  border-color: #f66d9b;
}

.card .body.b-indigo,
.card .card-body.b-indigo {
  border-color: #9367b4;
}

.card .body.b-orange,
.card .card-body.b-orange {
  border-color: #ffa117;
}

.card .card-footer {
  border-color: rgba(255, 255, 255, 0.03);
  background-color: rgba(255, 255, 255, 0.05);
}

.card.bg-clear {
  background: transparent;
}

.card.fullscreen {
  background: #2f3338;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  overflow-y: auto;
  top: 0;
  width: 100%;
  z-index: 1040;
  border-radius: 0 !important;
  padding: 15px;
}

.card.fullscreen .icon-size-fullscreen::before {
  content: "\e058";
}

.card.insight-title {
  padding: 22px;
  background: #282b2f;
}

.card.insight-title .header .toggle_switch {
  position: absolute;
  right: 0;
  top: -2px;
}

.card.insight-title .body {
  border: 0;
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .btn-toggle-fullwidth {
    display: none;
  }
}

.top-navbar {
  transition: all 0.3s ease-in-out;
  background: #22252a;
  position: fixed;
  top: 0px;
  right: 0;
  width: calc(100% - 270px);
  z-index: 12;
  padding: 0;
  margin: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-navbar > .container-fluid {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .top-navbar {
    width: 100%;
    margin: 0;
  }

  .top-navbar > .container-fluid {
    padding: 0 15px;
  }
}

.top-navbar .navbar-btn {
  display: none;
  float: left;
  border-right: 1px solid #fff;
}

.top-navbar .navbar-btn button {
  font-size: 20px;
  color: #fff;
  line-height: 0.7;
  border: none;
  background: none;
  outline: none;
  vertical-align: middle;
}

.top-navbar .navbar-btn .logo {
  width: 30px;
}

@media screen and (max-width: 640px) {
  .top-navbar .navbar-btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .top-navbar .navbar-btn {
    display: block;
  }
}

.top-navbar .navbar-right {
  display: inline-flex;
}

.top-navbar .btn-toggle-fullwidth {
  float: left;
}

.top-navbar #navbar-search {
  float: left;
  position: relative;
}

.top-navbar #navbar-search .form-control {
  transition: all 0.3s ease-in-out;
  border-radius: 33px;
  font-size: 12px;
  background: #282b2f;
  width: 400px;
  height: 33px;
  border: none;
}

@media screen and (max-width: 1024px) {
  .top-navbar #navbar-search .form-control {
    width: 250px;
  }
}

@media screen and (max-width: 992px) {
  .top-navbar #navbar-search .form-control {
    width: 150px;
  }
}

.top-navbar #navbar-search i {
  font-size: 12px;
}

.top-navbar #navbar-search .btn {
  box-shadow: none;
  color: #77797c;
  position: absolute;
  top: 6px;
  right: 15px;
  border: none;
  background-color: transparent;
}

.top-navbar #navbar-search .btn:hover,
.top-navbar #navbar-search .btn:focus {
  background-color: inherit;
  border-left: none;
  border-color: inherit;
}

@media screen and (max-width: 767px) {
  .top-navbar #navbar-search {
    display: none;
  }
}

.navbar-nav {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.navbar-nav > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.navbar-nav > li > a {
  color: #fff;
}

.navbar-nav > li:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu {
  box-shadow: 0px 2px 20px 0px rgba(23, 25, 28, 0.2);
  border-radius: 0.1875rem;
  top: 100%;
  position: absolute;
  font-size: inherit;
  overflow: hidden;
  right: auto;
  left: 0;
}

.navbar-nav .dropdown-menu li.header {
  margin-top: -8px;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(23, 25, 28, 0.05);
  position: relative;
  display: flex;
  height: 80px;
  align-items: center;
}

.navbar-nav .dropdown-menu li.header.green {
  background: linear-gradient(
    135deg,
    rgba(92, 182, 95, 0.5) 0%,
    rgba(92, 182, 95, 0.95) 100%
  );
}

.navbar-nav .dropdown-menu li.header.green::after {
  background: url(/static/media/13.279cf095ab258e43dacb.jpg) repeat scroll center
    center/cover;
  opacity: 0.6;
}

.navbar-nav .dropdown-menu li.header.blue {
  background: linear-gradient(
    135deg,
    rgba(86, 138, 211, 0.5) 0%,
    rgba(86, 138, 211, 0.95) 100%
  );
}

.navbar-nav .dropdown-menu li.header.blue::after {
  background: url(/static/media/2.0d4a358906cd89a4d1d8.jpg) repeat scroll center
    center/cover;
  opacity: 0.3;
}

.navbar-nav .dropdown-menu li.header::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.navbar-nav .icon-menu {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: rgba(255, 255, 255, 0.4);
  padding: 20px 15px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .navbar-nav .icon-menu {
    padding: 15px 10px;
  }
}

.navbar-nav .icon-menu:hover,
.navbar-nav .icon-menu.active {
  color: #fff;
}

.navbar-nav .icon-menu:hover .notification-dot,
.navbar-nav .icon-menu.active .notification-dot {
  top: 2px;
}

.navbar-nav .icon-menu::after {
  display: none;
}

.navbar-nav .icon-menu i {
  vertical-align: middle;
}

.navbar-nav .icon-menu .notification-dot {
  transition: all 0.3s ease-in-out;
  border-radius: 0.125rem;
  color: #fff;
  width: 16px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 8px;
  right: 5px;
  text-align: center;
  font-size: 8px;
}

.navbar-nav ul.email {
  width: 360px;
  list-style: none;
}

.navbar-nav ul.email li a {
  padding: 0 20px;
  display: block;
}

.navbar-nav ul.email.right_chat .media .name {
  color: #3c89da;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .navbar-nav ul.email {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}

.navbar-nav ul.feeds_widget {
  width: 360px;
}

@media screen and (max-width: 490px) {
  .navbar-nav .p_social {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin-right: 0;
  }

  .navbar-nav .language-menu {
    display: none;
  }

  .navbar-nav > li {
    position: inherit;
    text-align: center;
  }

  .navbar-nav .dropdown-menu {
    max-height: 400px;
    overflow: auto;
  }

  .navbar-nav .dropdown-menu > li > a {
    white-space: normal;
  }

  .navbar-nav .open .dropdown-menu {
    box-shadow: 0px 2px 6px 0px rgba(23, 25, 28, 0.05);
    background: #fff;
    position: absolute;
    width: 100%;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 3px 20px;
  }

  .navbar-nav .open .dropdown-menu.notifications > li > a {
    padding: 12px 15px;
  }

  .navbar-nav .news,
  .navbar-nav .blog,
  .navbar-nav .megamenu_toggle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #ddd;
}

.dropdown-menu.dropdown-md {
  min-width: 250px;
}

.dropdown-menu.dropdown-lg {
  min-width: 360px;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #a5a8ad;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #5c8ed4;
}

#left-sidebar {
  transition: all 0.3s ease-in-out;
  width: 240px;
  height: 100%;
  position: fixed;
  left: 0px;
  z-index: 9;
}

@media screen and (max-width: 1200px) {
  #left-sidebar {
    box-shadow: 0 5px 10px 0px rgba(23, 25, 28, 0.2);
    background-color: #22252a;
    left: -250px;
  }
}

#left-sidebar .btn-toggle-offcanvas {
  display: none;
}

#left-sidebar .navbar-brand {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  padding: 0 0 16px 0;
  margin: 15px 10px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1024px) {
  #left-sidebar .navbar-brand {
    padding: 0 0 10px 0;
    margin: 10px 10px 0 10px;
  }
}

#left-sidebar .navbar-brand a:hover .logo {
  animation: fa-spin 2s infinite linear;
}

#left-sidebar .navbar-brand .logo {
  width: 25px;
}

#left-sidebar .navbar-brand span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 18px;
  color: #e2e4e7;
  vertical-align: middle;
}

.offcanvas-active #left-sidebar {
  left: 0;
}

@media screen and (max-width: 767px) {
  /* .offcanvas-active #left-sidebar {
    width: 100%;
  } */
}

.offcanvas-active #left-sidebar .btn-toggle-offcanvas {
  display: block !important;
  background: rgba(255, 255, 255, 0.05);
  color: #ffa117;
}

.layout-fullwidth #wrapper .top-navbar {
  width: 100%;
}

.layout-fullwidth #wrapper #left-sidebar {
  left: -250px;
}

.layout-fullwidth #wrapper #left-sidebar.ps {
  overflow: visible !important;
}

.layout-fullwidth #wrapper #main-content {
  width: 100%;
}

.user-account {
  margin: 20px 10px;
  color: #96989c;
}

.user-account .user_div {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px;
  vertical-align: top;
}

.user-account .user_div .user-photo {
  border-radius: 4px;
  width: 40px;
}

.user-account .user-name {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  color: inherit;
}

.user-account .user-name:hover,
.user-account .user-name:focus {
  text-decoration: none;
}

.user-account .dropdown {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.user-account .dropdown .dropdown-menu {
  border-radius: 0.55rem;
  box-shadow: 0px 2px 20px 0px rgba(23, 25, 28, 0.5);
  border: none;
  padding: 15px;
  width: 100%;
  top: 50px !important;
  right: 0;
  left: auto !important;
}

.user-account .dropdown .dropdown-menu li.divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 10px 0;
}

.user-account .dropdown .dropdown-menu a {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  font-size: 14px;
  color: #77797c;
  padding: 10px;
}

.user-account .dropdown .dropdown-menu a:hover {
  color: #212834;
}

.user-account .dropdown .dropdown-menu a:hover i {
  color: #212834;
}

.user-account .dropdown .dropdown-menu a i {
  font-size: 14px;
}

/* .sidebar-nav {
	margin: 0 12px;
} */

.sidebar-nav ul {
  list-style: none;
}

.rightbar {
  box-shadow: 0 5px 10px 0px rgba(23, 25, 28, 0.3);
  transition: all 0.3s ease-in-out;
  background: #22252a;
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100vh;
  z-index: 13;
  padding: 8px 20px;
}

.rightbar.open {
  right: 0;
}

@media screen and (max-width: 992px) {
  .rightbar {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .rightbar {
    width: 340px;
  }
}

.rightbar .chat_detail {
  display: block;
  position: relative;
}

.rightbar .chat_detail .chat-widget {
  height: calc(100vh - 200px);
  overflow-y: auto;
}

.rightbar .chat_detail .input-group {
  position: fixed;
  bottom: 10px;
  width: 460px;
}

@media screen and (max-width: 992px) {
  .rightbar .chat_detail .input-group {
    width: 410px;
  }
}

@media screen and (max-width: 767px) {
  .rightbar .chat_detail .input-group {
    width: 300px;
  }
}

.megamenu {
  transition: all 0.5s ease-in-out;
  background: rgba(34, 37, 42, 0.95);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  padding: 40px 20px;
}

@media screen and (max-width: 992px) {
  .megamenu {
    overflow-y: auto;
    height: auto;
  }
}

.megamenu .mega-card {
  margin-top: 15px;
}

.megamenu .megamenu_toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}

.megamenu.open {
  opacity: 1;
  z-index: 9999;
}

.megamenu.particles_js #particles-js {
  position: absolute;
  top: 0;
}

.megamenu .q_links {
  display: flex;
  justify-content: space-around;
  list-style: none;
}

.megamenu .q_links li {
  background: #282b2f;
  width: 100%;
  margin: 5px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: block;
}

.megamenu .q_links li a {
  border-radius: 3px;
  color: #a5a8ad;
  border: 1px solid #2f3338;
  padding: 30px 0;
  display: block;
}

.megamenu .q_links li a:hover {
  transition: all 0.5s ease-in-out;
  background: #fff;
}

.megamenu .q_links li i {
  font-size: 21px;
}

.megamenu .q_links li span {
  display: block;
}

.themesetting {
  transition: all 0.3s ease-in-out;
  background: #22252a;
  border-left: 2px solid #fff;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  z-index: 999;
}

.themesetting.open {
  right: 0;
}

.themesetting .theme_btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 0.1875rem 0 0 0.1875rem;
  background: #fff;
  width: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 100px;
  left: -35px;
  text-align: center;
  border: 0;
}

ul.choose-skin li {
  display: inline-block;
}

ul.choose-skin li div {
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 30px;
  width: 30px;
  overflow: hidden;
  position: relative;
}

ul.choose-skin li div.green {
  background: #5cb65f;
}

ul.choose-skin li div.orange {
  background: #ffa117;
}

ul.choose-skin li div.cyan {
  background: #17c2d7;
}

ul.choose-skin li div.blush {
  background: #e25985;
}

ul.choose-skin li div.indigo {
  background: #9367b4;
}

ul.choose-skin li div.red {
  background: #e15858;
}

ul.choose-skin li.active div::after {
  font-size: 14px;
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f087";
  position: absolute;
  color: #fff;
  top: 5px;
  left: 9px;
}

.guick_link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guick_link li {
  position: relative;
  padding-left: 25px;
  line-height: 30px;
}

.guick_link li::before {
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  left: 0;
  color: #57595d;
}

.guick_link li:hover::before {
  left: 10px;
}

.guick_link li a {
  transition: all 0.4s ease-in-out;
  color: #bbbec2;
}

.search_div {
  transition: all 0.3s ease-in-out;
  background: #22252a;
  border-left: 2px solid #fff;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -600px;
  width: 600px;
  height: 100vh;
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  .search_div {
    width: 500px;
  }
}

@media screen and (max-width: 992px) {
  .search_div {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .search_div {
    width: 360px;
  }
}

.search_div.open {
  right: 0;
}

.form-control {
  box-shadow: none;
  background-color: transparent;
  border-color: #393d42;
  font-size: 14px;
  color: #77797c;
}

.form-control.round {
  border-radius: 50px;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
  outline: none;
  border-color: #57595d;
}

.form-control.parsley-error:focus {
  border-color: #e1b3b3;
}

.form-control.parsley-success:focus {
  border-color: #afd99d;
}

.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  background: transparent;
  border-color: #393d42;
  color: #77797c;
  font-size: 14px;
}

.input-group-prepend .btn-outline-secondary,
.input-group-append .btn-outline-secondary {
  border-color: #393d42;
}

.custom-select {
  background-color: transparent;
  border-color: #393d42;
  height: auto;
}

.custom-select:focus {
  outline: none;
  color: #a5a8ad;
  background: #393d42;
}

.custom-file .custom-file-label {
  background: transparent;
  border-color: #393d42;
}

.custom-file .custom-file-label:focus {
  outline: none;
  color: #a5a8ad;
  background: #393d42;
}

.fancy-checkbox {
  margin-right: 10px;
}

.fancy-checkbox,
.fancy-checkbox label {
  font-weight: normal;
}

.fancy-checkbox input[type="checkbox"] {
  display: none;
}

.fancy-checkbox input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  position: relative;
}

.fancy-checkbox input[type="checkbox"] + span:before {
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  bottom: 1px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fancy-checkbox input[type="checkbox"]:checked + span:before {
  font-size: 17px;
  font-family: "FontAwesome";
  content: "\f0c8";
  color: #fff;
  line-height: 17px;
}

.fancy-checkbox.custom-color-green
  input[type="checkbox"]:checked
  + span:before {
  color: #5cb65f;
  background-color: #fff;
}

.fancy-checkbox.custom-bgcolor-green
  input[type="checkbox"]:checked
  + span:before {
  color: #fff;
  background-color: #5cb65f;
  border-color: #48a14b;
}

.fancy-radio {
  margin-right: 10px;
}

.fancy-radio,
.fancy-radio label {
  font-weight: normal;
}

.fancy-radio input[type="radio"] {
  display: none;
}

.fancy-radio input[type="radio"] + span {
  display: block;
  cursor: pointer;
  position: relative;
}

.fancy-radio input[type="radio"] + span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 8px;
  position: relative;
  bottom: 1px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.fancy-radio input[type="radio"]:checked + span i:after {
  border-radius: 50%;
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #7b848c;
}

.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
  background-color: #5cb65f;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
  background-color: #5cb65f;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
  background-color: #fff;
}

.input-group-addon .fancy-radio,
.input-group-addon .fancy-checkbox {
  margin: 0;
  position: relative;
  top: 1px;
}

.input-group-addon .fancy-radio input[type="radio"] + span i,
.input-group-addon .fancy-checkbox input[type="checkbox"] + span {
  margin: 0;
}

.input-group-addon .fancy-radio input[type="radio"] + span i:before,
.input-group-addon .fancy-checkbox input[type="checkbox"] + span:before {
  margin: 0;
}

.help-block {
  font-size: 13px;
  color: #929292;
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a {
  padding: 5px 15px;
  display: block;
  outline: none;
}

.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li
  > a
  label.checkbox {
  font-size: 15px;
  padding: 0;
}

.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li
  > a
  label.checkbox:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  bottom: 1px;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li
  > a
  label.checkbox
  input[type="checkbox"] {
  display: none;
}

.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li.active
  > a
  label.checkbox:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #99a1a7;
  line-height: 15px;
  background-color: #e2e4e7;
}

.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li.active
  .checkbox {
  color: #fff;
}

.multiselect-custom + .btn-group ul.multiselect-container > li:hover {
  background-color: #f7f7f7;
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a {
  padding: 5px 15px;
  display: block;
  outline: none;
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a label.radio {
  padding: 0;
}

.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li
  > a
  label.radio:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 8px;
  position: relative;
  bottom: 1px;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li
  > a
  label.radio
  input[type="radio"] {
  display: none;
}

.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li.active
  > a
  label.radio:before {
  font-family: "FontAwesome";
  content: "\f111";
  color: #99a1a7;
  line-height: 15px;
}

.multiselect-custom + .btn-group ul.multiselect-container > li.active .radio {
  color: #fff;
}

.multiselect-custom + .btn-group ul.multiselect-container > li:hover {
  background-color: #f7f7f7;
}

.multiselect-search {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.btn.multiselect-clear-filter {
  box-shadow: none;
  position: absolute;
  top: 2px;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: transparent;
  z-index: 9 !important;
  outline: none;
}

.btn.multiselect-clear-filter:hover,
.btn.multiselect-clear-filter:focus {
  background: transparent;
  outline: none;
}

.multiselect_div > .btn-group {
  display: block;
}

.multiselect_div > .btn-group .btn {
  text-align: left;
  position: relative;
  width: 100%;
  border: 1px solid #393d42;
  background: transparent;
}

.multiselect_div > .btn-group .btn:hover {
  box-shadow: none;
}

.multiselect_div > .btn-group .btn:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.multiselect_div > .btn-group ul {
  width: 100%;
}

.datepicker {
  padding: 10px;
  font-size: 14px;
}

.datepicker.datepicker-inline {
  width: 320px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active:active {
  background-color: #5c8ed4;
  border-color: #3c78cb;
}

.datepicker table tr td,
.datepicker table tr th {
  width: 40px;
  height: 40px;
}

.range-to {
  padding: 4px 10px !important;
  background: #ced4da;
  margin: 0 !important;
}

.parsley-errors-list {
  margin-top: 8px;
}

.parsley-errors-list li {
  color: #e15858;
  font-size: 0.9em;
  margin-top: 3px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #fbf5f5;
  border-color: #efd8d8;
}

.md-editor > textarea {
  padding: 10px;
}

.dropify-wrapper {
  border-radius: 3px;
  background-color: #22252a;
  color: #b9b9b9;
  border: 1px solid #2f3338;
}

.dropify-wrapper:hover {
  background-image: linear-gradient(
    -45deg,
    #2f3338 20%,
    transparent 25%,
    transparent 50%,
    #2f3338 45%,
    #2f3338 70%,
    transparent 75%,
    transparent
  );
}

.dropify-wrapper .dropify-preview {
  background-color: #22252a;
}

select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

.auth-main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}

.auth-main .auth_div {
  width: 100%;
  max-width: 750px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .auth-main .auth_div {
    width: 320px;
  }
}

.auth-main .auth_div .card {
  overflow: hidden;
}

.auth-main .auth_brand .navbar-brand {
  color: #fff;
}

.auth-main .form-auth-small .element-left {
  float: left;
}

.auth-main .form-auth-small .element-right {
  float: right;
}

.auth-main .lead {
  font-size: 20px;
  color: #a5a8ad;
}

.auth-main .helper-text {
  color: #9a9a9a;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
}

.auth-main .btn-signin-social {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  background-color: #fff;
  border-color: #e2e4e7;
  font-weight: 400;
  padding: 10px 22px;
  width: 100%;
}

.auth-main .btn-signin-social:hover,
.auth-main .btn-signin-social:focus {
  background-color: #e2e4e7;
}

.auth-main .btn-signin-social i {
  font-size: 16px;
  margin: 5px;
}

.auth-main .page-400::before,
.auth-main .forgot-pass::before {
  z-index: 1;
}

.auth-main .page-400 .header,
.auth-main .page-400 .body,
.auth-main .forgot-pass .header,
.auth-main .forgot-pass .body {
  z-index: 9;
  position: relative;
}

.auth-main .page-400 {
  position: relative;
}

.auth-main .page-400::before {
  content: "404";
  font-size: 100px;
  top: 20px;
  position: absolute;
  left: 80px;
  opacity: 0.07;
}

.auth-main .forgot-pass {
  position: relative;
}

.auth-main .forgot-pass::before {
  content: "\e08e";
  font-family: "Simple-Line-Icons";
  font-size: 290px;
  top: -80px;
  position: absolute;
  left: 38px;
  opacity: 0.03;
}

@media screen and (max-width: 992px) {
  .auth-main {
    margin: 0 auto;
  }
}

.auth-main2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.auth-main2 .auth_div {
  width: 930px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.auth-main2 .auth_div .card {
  overflow: hidden;
  background: #fff;
  border: 0;
}

.auth-main2 .auth_div .card .body {
  border: none;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 20px;
}

@media screen and (max-width: 767px) {
  .auth-main2 .auth_div .card .body {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .auth-main2 .auth_div .card {
    max-width: 600px;
    margin: 0 auto;
  }
}

.auth-main2 .auth_div .pattern {
  position: absolute;
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 768px) {
  .auth-main2 .login-img {
    width: 100%;
    text-align: center;
  }
}

.auth-main2 .form-auth-small {
  padding: 30px;
  width: 350px;
}

@media screen and (max-width: 768px) {
  .auth-main2 .form-auth-small {
    width: 100%;
    text-align: center;
  }
}

.auth-main2 .form-auth-small .form-control {
  border-color: #e2e4e7;
}

.auth-main2 .lead {
  font-size: 20px;
  color: #a5a8ad;
}

.auth-main2 .helper-text {
  color: #9a9a9a;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
}

@media screen and (max-width: 992px) {
  .auth-main2 {
    margin: 0 auto;
  }
}

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.coming-soon .m-0auto {
  margin: 0 auto;
}

.coming-soon .auth_div {
  width: 800px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.coming-soon .auth_div .card {
  overflow: hidden;
}

.coming-soon .auth_div .card .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .coming-soon .auth_div .card .body {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .coming-soon .auth_div .card {
    max-width: 600px;
    margin: 0 auto;
  }
}

.coming-soon .auth_div .pattern {
  position: absolute;
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 992px) {
  .coming-soon {
    margin: 0 auto;
  }
}

.coming-soon .wsize2 {
  margin: 70px 0;
}

@media screen and (max-width: 767px) {
  .coming-soon .wsize2 {
    margin: 10px 0;
  }
}

.coming-soon .how-countdown {
  background-color: #17191c;
  border-radius: 0.55rem;
  padding: 20px 10px;
  text-align: center;
  min-width: 80px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.coming-soon .how-countdown .l1-txt1 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  display: block;
}

.coming-soon .s1-txt1 {
  font-size: 14px;
  line-height: 1;
}

.coming-soon .s1-txt4 {
  display: block;
}

.pattern {
  height: 4px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.pattern span {
  display: block;
  width: 100%;
}

.pattern .red {
  background: #fc3c5f;
}

.pattern .indigo {
  background: #993cfc;
}

.pattern .blue {
  background: #3ca9fc;
}

.pattern .green {
  background: #3cfc5f;
}

.pattern .orange {
  background: #fcdf3c;
}

.particles_js #particles-js {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.btn {
  font-size: 14px;
  font-weight: 300;
}

.btn.btn-round {
  border-radius: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.metric-inline {
  border-radius: 3px;
  padding: 20px;
  font-size: 36px;
  background-color: #f5f5f5;
}

.metric-inline i {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  margin-bottom: 12px;
  color: #9a9a9a;
}

.metric-inline span {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  font-size: 20px;
}

.separator-linethrough {
  position: relative;
  margin: 30px 0;
}

.separator-linethrough span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 18px;
  padding: 0 10px;
  position: inherit;
  background-color: #282b2f;
  z-index: 9;
}

.separator-linethrough:after {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  content: "";
  border-top: 1px solid #2f3338;
  z-index: 0;
}

.block-header {
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .block-header .text-right {
    text-align: left !important;
  }
}

.block-header h2,
.block-header h1 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.block-header .breadcrumb {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: transparent;
  font-size: 14px;
}

.block-header .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#toast-container > div {
  opacity: 1;
  filter: alpha(opacity=100);
}

#toast-container > div,
#toast-container > div:hover {
  box-shadow: none;
}

#toast-container .toast-close-button {
  opacity: 0.3;
  filter: alpha(opacity=30);
  top: -11px;
  text-shadow: none;
  color: #fff;
}

#toast-container .toast-close-button:hover,
#toast-container .toast-close-button:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#toast-container .toast-info {
  background-color: #5c8ed4;
}

#toast-container .toast-info .toast-close-button {
  color: #2a5ba0;
}

#toast-container .toast-success {
  background-color: #5cb65f;
}

#toast-container .toast-success .toast-close-button {
  color: #357737;
}

#toast-container .toast-warning {
  background-color: #ffa117;
}

#toast-container .toast-warning .toast-close-button {
  color: #b06900;
}

#toast-container .toast-error {
  background-color: #e15858;
}

#toast-container .toast-error .toast-close-button {
  color: #9d1c1c;
}

#toast-container .toast a {
  text-decoration: underline;
}

#toast-container .toast a:hover,
#toast-container .toast a:focus {
  text-decoration: none;
  color: #fff;
}

#toast-container .toast .toast-message {
  font-size: 14px;
  line-height: 1.4;
}

.accordion > div {
  background: #2f3338;
  border-radius: 0.1875rem;
}

.accordion .card-header .btn {
  font-size: 15px;
  color: #bbbec2;
  padding: 10px 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .accordion .card-header .btn {
    white-space: normal;
  }
}

.accordion .card-header .btn:hover,
.accordion .card-header .btn:focus {
  box-shadow: none;
  text-decoration: none;
}

.accordion.custom .card-header {
  background: transparent;
  border-color: #e2e4e7;
}

.accordion.custom .card-header .btn {
  color: #393d42;
}

.accordion.custom .card-header .btn:hover,
.accordion.custom .card-header .btn:focus {
  text-decoration: none;
}

.accordion.custom .card-body {
  font-size: 15px;
  line-height: 28px;
  color: #57595d;
}

.accordion2 {
  list-style: none;
  border-top: 1px solid #2f3338;
}

.accordion2 .accordion-item {
  border-bottom: 1px solid #2f3338;
  padding: 0 10px;
}

.accordion2 .accordion-thumb {
  font-size: 16px;
  font-weight: 400;
  padding: 0.8rem 0;
  cursor: pointer;
}

.accordion2 .accordion-thumb::before {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "\f138";
  font-family: "FontAwesome";
}

.accordion2 .accordion-panel {
  display: none;
}

.accordion2 .accordion-item.is-active .accordion-thumb::before {
  content: "\f13a";
}

.progress {
  border-radius: 50px;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.03);
}

.progress.wide {
  width: 60px;
}

.progress .progress-bar {
  transition: width 3s ease;
  box-shadow: none;
}

.progress.progress-lg {
  height: 20px;
}

.progress.progress-sm {
  height: 10px;
}

.progress.progress-xs {
  height: 5px;
}

.progress.progress-xxs {
  height: 1px;
}

.progress.progress-sm .progress-bar,
.progress.progress-xs .progress-bar {
  text-indent: -9999px;
}

.progress-bar {
  background-color: #5c8ed4;
}

.progress-bar-success {
  background-color: #5cb65f;
}

.progress-bar-warning {
  background-color: #ffa117;
}

.progress-bar-danger {
  background-color: #e15858;
}

.progress-bar-info {
  background-color: #3c89da;
}

.progress-transparent.custom-color-white {
  background-color: rgba(255, 255, 255, 0.2);
}

.progress-transparent.custom-color-white .progress-bar {
  background-color: #fff;
}

.progress-transparent.custom-color-dark {
  background-color: rgba(23, 25, 28, 0.2);
}

.progress-transparent.custom-color-dark .progress-bar {
  background-color: #17191c;
}

.progress-transparent.custom-color-blue {
  background-color: rgba(86, 138, 211, 0.2);
}

.progress-transparent.custom-color-blue .progress-bar {
  background-color: #568ad3;
}

.progress-transparent.custom-color-red {
  background-color: rgba(225, 88, 88, 0.2);
}

.progress-transparent.custom-color-red .progress-bar {
  background-color: #e15858;
}

.progress-transparent.custom-color-pink {
  background-color: rgba(246, 109, 155, 0.2);
}

.progress-transparent.custom-color-pink .progress-bar {
  background-color: #f66d9b;
}

.progress-transparent.custom-color-cyan {
  background-color: rgba(23, 194, 215, 0.2);
}

.progress-transparent.custom-color-cyan .progress-bar {
  background-color: #17c2d7;
}

.progress-transparent.custom-color-green {
  background-color: rgba(92, 182, 95, 0.2);
}

.progress-transparent.custom-color-green .progress-bar {
  background-color: #5cb65f;
}

.progress-transparent.custom-color-orange {
  background-color: rgba(255, 161, 23, 0.2);
}

.progress-transparent.custom-color-orange .progress-bar {
  background-color: #ffa117;
}

.progress-transparent.custom-color-purple {
  background-color: rgba(171, 125, 246, 0.2);
}

.progress-transparent.custom-color-purple .progress-bar {
  background-color: #ab7df6;
}

.progress-transparent.custom-color-yellow {
  background-color: rgba(243, 187, 35, 0.2);
}

.progress-transparent.custom-color-yellow .progress-bar {
  background-color: #f3bb23;
}

.progress-transparent.custom-color-lightseagreen {
  background-color: rgba(32, 178, 170, 0.2);
}

.progress-transparent.custom-color-lightseagreen .progress-bar {
  background-color: #20b2aa;
}

.tooltip-inner {
  background-color: #212834;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.left .tooltip-arrow {
  border-left-color: #212834;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #212834;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #212834;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #212834;
}

.popover {
  box-shadow: 0px 2px 6px 0px rgba(23, 25, 28, 0.05);
  font-family: "Krub", sans-serif;
  border-color: #ededed;
}

.popover-title {
  font-weight: 600;
  background-color: #f4f7f6;
  color: #a5a8ad;
}

.panel-group .panel .panel-heading {
  padding: 0;
}

.panel-group .panel .panel-title {
  font-size: 15px;
  font-family: "Krub", sans-serif;
}

.panel-group .panel .panel-title > a {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  padding: 10px 15px;
}

.panel-group .panel .panel-title > a:hover,
.panel-group .panel .panel-title > a:focus {
  color: inherit;
}

.panel-group .panel .panel-title > a i {
  font-size: 18px;
}

.panel-group .panel .panel-title > a i.icon-collapsed {
  display: none;
}

.panel-group .panel .panel-title > a i.right {
  float: right;
}

.panel-group .panel .panel-title > a.collapsed .icon-expanded {
  display: none;
}

.panel-group .panel .panel-title > a.collapsed .icon-collapsed {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
}

.pagination > li > a,
.pagination > li > span {
  color: #5c8ed4;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #7ca4dd;
  border-color: #5c8ed4;
  color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #7ca4dd;
  border-color: #5c8ed4;
  color: #fff;
}

.pagination > .active > a,
.pagination > .active > span {
  background-color: #5c8ed4;
  border-color: #4880cf;
}

.pagination.borderless > li > a,
.pagination.borderless > li > span {
  border-radius: 2px;
  border-color: transparent;
  margin: 0 1px;
}

.pagination.borderless > li:first-child > a,
.pagination.borderless > li:first-child > span,
.pagination.borderless > li:last-child > a,
.pagination.borderless > li:last-child > span {
  border-radius: 2px;
}

.pagination.borderless > li.active > a,
.pagination.borderless > li.active > span {
  color: #fff;
  background-color: #5c8ed4;
}

.pagination.borderless > li.active > a:hover,
.pagination.borderless > li.active > a:focus,
.pagination.borderless > li.active > span:hover,
.pagination.borderless > li.active > span:focus {
  color: #fff;
  background-color: #5c8ed4;
}

.pagination .page-link {
  background-color: transparent;
  border-color: #2f3338;
}

.pagination .disabled.page-item .page-link {
  background-color: #2f3338;
  border-color: #2f3338;
}

.pager li > a {
  border-color: #5c8ed4;
}

.pager li > a:hover,
.pager li > a:focus {
  background-color: #5c8ed4;
  border-color: #5086d1;
  color: #fff;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  border-color: #bbbec2;
}

.blockquote {
  border-left: none;
  border: 1px solid #57595d;
  padding: 20px;
  font-size: 1.2em;
  line-height: 1.8;
}

.blockquote.blockquote-primary {
  border-color: #17c2d7;
}

.blockquote.blockquote-primary small {
  color: #17c2d7;
}

.blockquote.blockquote-info {
  border-color: #3c89da;
}

.blockquote.blockquote-info small {
  color: #3c89da;
}

.blockquote.blockquote-danger {
  border-color: #e15858;
}

.blockquote.blockquote-danger small {
  color: #e15858;
}

.blockquote small {
  font-size: 0.93em;
  text-transform: uppercase;
}

.btn {
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.btn.btn-default {
  color: #77797c;
  background-color: #282b2f;
  border-color: #2f3338;
  font-weight: 400;
  padding: 6px 18px;
}

.btn.btn-default.btn-sm {
  padding: 0.15rem 0.4rem !important;
}
.small-btn {
  padding: 0.15rem 0.4rem !important;
  line-height: 1.3 !important;
}

.btn.btn-default:hover {
  color: #77797c;
  border-color: #77797c;
}
.btn.btn-Eastbay:hover {
  color: #42526b;
  /* border-color: #37abe6; */
}
.btn.btn-Eastbay:focus,
.btn.btn-Eastbay:active {
  color: #f4f5f7;
  background: #37abe6;
}

.list-group-item {
  background-color: #282b2f;
  border-color: #2f3338;
}

.list-group-item.disabled {
  background-color: #22252a;
  color: #393d42;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #22252a;
}

.modal-dialog .close {
  text-shadow: none;
  color: #e15858;
}

.modal-dialog .modal-content {
  background: #282b2f;
}

.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-footer {
  border-color: #2f3338;
}

.custom-file-label:after {
  background-color: #2f3338;
  border-color: #2f3338;
}

.noUi-target {
  border-color: #2f3338;
  box-shadow: none;
}

.noUi-target.noUi-connect,
.noUi-target .noUi-connect {
  background: #ffa117;
}

.noUi-target .noUi-background {
  background: #2f3338;
  box-shadow: none;
}

.noUi-target .noUi-handle {
  background: #5cb65f;
  box-shadow: none;
}

.bd-example-border-utils [class^="border"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f5f5f5;
}

.carousel.vert .carousel-item-next.carousel-item-left,
.carousel.vert .carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0);
}

.carousel.vert .carousel-item-next,
.carousel.vert .active.carousel-item-right {
  transform: translate3d(0, 100% 0);
}

.carousel.vert .carousel-item-prev,
.carousel.vert .active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
}

.modal-title {
  font-size: 16px;
}

.modal-dialog .close {
  color: #e25985;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 22px;
  font-size: 0;
}

.switch input {
  display: none;
}

.switch .slider {
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.switch .slider:before {
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  border-radius: 0.1875rem;
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
}

.switch input:checked + .slider {
  background-color: #5cb65f;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #5cb65f;
}

.switch input:checked + .slider:before {
  transform: translateX(12px);
}

.switch input:disabled + .slider {
  opacity: 0.3;
}

.switch .slider.round {
  border-radius: 30px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

#jqstooltip {
  background-color: #fff;
  border-color: #ddd;
  color: #a5a8ad;
}

#jqstooltip .jqsfield {
  color: #a5a8ad;
}

.ct-chart {
  position: relative;
}

.ct-series .ct-line {
  stroke-width: 2px;
}

.ct-series .ct-bar {
  stroke-width: 15px;
}

.ct-series .ct-point {
  stroke-width: 5px;
  stroke-linecap: circle;
}

.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-point {
  stroke: #ab7df6;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-bar {
  fill: #ab7df6;
}

.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-point {
  stroke: #f66d9b;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-bar {
  fill: #f66d9b;
}

.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-point {
  stroke: #17c2d7;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-bar {
  fill: #17c2d7;
}

.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-point {
  stroke: #fd9644;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-bar {
  fill: #fd9644;
}

.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-point {
  stroke: #5eba00;
}

.ct-series-e .ct-area,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-bar {
  fill: #5eba00;
}

.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-point {
  stroke: #d17905;
}

.ct-series-f .ct-area,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-bar {
  fill: #d17905;
}

.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-point {
  stroke: #453d3f;
}

.ct-series-g .ct-area,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-bar {
  fill: #453d3f;
}

.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-point {
  stroke: #59922b;
}

.ct-series-h .ct-area,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-bar {
  fill: #59922b;
}

.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-point {
  stroke: #0544d3;
}

.ct-series-i .ct-area,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-bar {
  fill: #0544d3;
}

.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-point {
  stroke: #6b0392;
}

.ct-series-j .ct-area,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-bar {
  fill: #6b0392;
}

.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-point {
  stroke: #f05b4f;
}

.ct-series-k .ct-area,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-bar {
  fill: #f05b4f;
}

.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-point {
  stroke: #dda458;
}

.ct-series-l .ct-area,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-bar {
  fill: #dda458;
}

.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-point {
  stroke: #eacf7d;
}

.ct-series-m .ct-area,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-bar {
  fill: #eacf7d;
}

.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-point {
  stroke: #86797d;
}

.ct-series-n .ct-area,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-bar {
  fill: #86797d;
}

.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-point {
  stroke: #b2c326;
}

.ct-series-o .ct-area,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-bar {
  fill: #b2c326;
}

.chartist-tooltip {
  border-radius: 3px;
  color: #fff;
  min-width: 3.5em;
  background: #77797c;
}

.chartist-tooltip:before {
  margin-left: -8px;
  border-width: 8px;
  border-top-color: #77797c;
}

.ct-axis-title {
  fill: #96989c;
}

.ct-label {
  color: rgba(255, 255, 255, 0.3);
}

.ct-grid {
  stroke: rgba(255, 255, 255, 0.05);
}

.ct-legend {
  position: relative;
  z-index: 5;
  text-align: right;
  padding: 0;
  stroke: rgba(255, 255, 255, 0.1);
}

.ct-legend li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 16px;
  margin-bottom: 3px;
  margin-right: 15px;
  list-style-type: none;
}

.ct-legend li:before {
  border-radius: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border: 3px solid transparent;
}

.ct-legend li.inactive:before {
  background: transparent;
}

.ct-legend.ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}

.ct-legend .ct-series-0:before {
  background-color: #ab7df6;
  border-color: #ab7df6;
}

.ct-legend .ct-series-1:before {
  background-color: #f66d9b;
  border-color: #f66d9b;
}

.ct-legend .ct-series-2:before {
  background-color: #17c2d7;
  border-color: #17c2d7;
}

.ct-legend .ct-series-3:before {
  background-color: #fd9644;
  border-color: #fd9644;
}

.ct-legend .ct-series-4:before {
  background-color: #5eba00;
  border-color: #5eba00;
}

.ct-legend .ct-series-5:before {
  background-color: #d17905;
  border-color: #d17905;
}

.ct-legend .ct-series-6:before {
  background-color: #453d3f;
  border-color: #453d3f;
}

.ct-legend .ct-series-7:before {
  background-color: #59922b;
  border-color: #59922b;
}

.ct-legend .ct-series-8:before {
  background-color: #0544d3;
  border-color: #0544d3;
}

.ct-legend .ct-series-9:before {
  background-color: #6b0392;
  border-color: #6b0392;
}

.ct-legend .ct-series-10:before {
  background-color: #f05b4f;
  border-color: #f05b4f;
}

.ct-legend .ct-series-11:before {
  background-color: #dda458;
  border-color: #dda458;
}

.ct-legend .ct-series-12:before {
  background-color: #eacf7d;
  border-color: #eacf7d;
}

.ct-legend .ct-series-13:before {
  background-color: #86797d;
  border-color: #86797d;
}

.ct-legend .ct-series-14:before {
  background-color: #b2c326;
  border-color: #b2c326;
}

#pie-chart .ct-label,
#donut-chart .ct-label {
  fill: rgba(255, 255, 255, 0.9);
}

.c3-chart-arc path {
  stroke: #282b2f;
}

.c3-line {
  stroke-width: 1.5px;
}

.chart_shadow {
  filter: drop-shadow(0px 10px 3px rgba(255, 255, 255, 0.1));
}

.morris-hover.morris-default-style {
  border-radius: 0;
}

.flot-chart {
  width: 100%;
  height: 320px;
}

.panel-switch-btn {
  position: relative;
  right: 20px;
  z-index: 9;
}

.panel-switch-btn label {
  font-weight: bold !important;
}

.legendLabel {
  width: 85px !important;
  position: relative;
  left: 3px;
}

#multiple_axis_chart .legendLabel {
  width: 160px !important;
}

.sparkline {
  text-align: center;
}

.dashboard-donut-chart {
  width: 280px;
  margin: 0 auto;
}

.flot-tick-label.tickLabel {
  color: rgba(255, 255, 255, 0.5);
}

.z500px-color {
  color: #0099e5 !important;
}

.about-me-color {
  color: #00405d !important;
}

.airbnb-color {
  color: #fd5c63 !important;
}

.alphabet-color {
  color: #ed1c24 !important;
}

.amazon-color {
  color: #f90 !important;
}

.american-express-color {
  color: #002663 !important;
}

.aol-color {
  color: #ff0b00 !important;
}

.behance-color {
  color: #1769ff !important;
}

.bing-color {
  color: #ffb900 !important;
}

.bitbucket-color {
  color: #205081 !important;
}

.bitly-color {
  color: #ee6123 !important;
}

.blogger-color {
  color: #f57d00 !important;
}

.booking-com-color {
  color: #003580 !important;
}

.buffer-color {
  color: #168eea !important;
}

.code-school-color {
  color: #616f67 !important;
}

.codecademy-color {
  color: #f65a5b !important;
}

.creative-market-color {
  color: #8ba753 !important;
}

.delicious-color {
  color: #39f !important;
}

.deviantart-color {
  color: #05cc47 !important;
}

.digg-color {
  color: #005be2 !important;
}

.disqus-color {
  color: #2e9fff !important;
}

.django-color {
  color: #092e20 !important;
}

.dribbble-color {
  color: #ea4c89 !important;
}

.dropbox-color {
  color: #007ee5 !important;
}

.drupal-color {
  color: #0077c0 !important;
}

.elance-color {
  color: #0d69af !important;
}

.envato-color {
  color: #82b541 !important;
}

.etsy-color {
  color: #d5641c !important;
}

.facebook-color {
  color: #3b5998 !important;
}

.feedly-color {
  color: #2bb24c !important;
}

.flattr-color {
  color: #f67c1a !important;
}

.flickr-color {
  color: #0063dc !important;
}

.flipboard-color {
  color: #e12828 !important;
}

.flixster-color {
  color: #2971b2 !important;
}

.foursquare-color {
  color: #0732a2 !important;
}

.github-color {
  color: #333 !important;
}

.google-color {
  color: #4285f4 !important;
}

.google-plus-color {
  color: #dc4e41 !important;
}

.instagram-color {
  color: #3f729b !important;
}

.kickstarter-color {
  color: #2bde73 !important;
}

.kik-color {
  color: #82bc23 !important;
}

.lastfm-color {
  color: #d51007 !important;
}

.line-color {
  color: #00c300 !important;
}

.linkedin-color {
  color: #0077b5 !important;
}

.mail-ru-color {
  color: #168de2 !important;
}

.mailchimp-color {
  color: #2c9ab7 !important;
}

.myspace-color {
  color: #000 !important;
}

.netflix-color {
  color: #e50914 !important;
}

.ning-color {
  color: #75af42 !important;
}

.path-color {
  color: #ee3423 !important;
}

.patreon-color {
  color: #e6461a !important;
}

.paypal-color {
  color: #003087 !important;
}

.photobucket-color {
  color: #0ea0db !important;
}

.pinterest-color {
  color: #bd081c !important;
}

.product-hunt-color {
  color: #da552f !important;
}

.quora-color {
  color: #a82400 !important;
}

.rdio-color {
  color: #007dc3 !important;
}

.reddit-color {
  color: #ff4500 !important;
}

.rss-color {
  color: #f26522 !important;
}

.salesforce-color {
  color: #1798c1 !important;
}

.scribd-color {
  color: #1a7bba !important;
}

.shopify-color {
  color: #96bf48 !important;
}

.skype-color {
  color: #00aff0 !important;
}

.slack-color {
  color: #6ecadc !important;
}

.slideshare-color {
  color: #0077b5 !important;
}

.soundcloud-color {
  color: #f80 !important;
}

.spotify-color {
  color: #2ebd59 !important;
}

.squarespace-color {
  color: #222 !important;
}

.stackoverflow-color {
  color: #fe7a15 !important;
}

.stripe-color {
  color: #00afe1 !important;
}

.stumbleupon-color {
  color: #eb4924 !important;
}

.telegram-color {
  color: #08c !important;
}

.tumblr-color {
  color: #35465c !important;
}

.twitch-tv-color {
  color: #6441a5 !important;
}

.twitter-color {
  color: #55acee !important;
}

.vimeo-color {
  color: #162221 !important;
}

.vine-color {
  color: #00b488 !important;
}

.wechat-color {
  color: #7bb32e !important;
}

.whatsapp-color {
  color: #43d854 !important;
}

.wordpress-color {
  color: #21759b !important;
}

.yahoo-color {
  color: #410093 !important;
}

.youtube-color {
  color: #cd201f !important;
}

.z500px-bg {
  background-color: #0099e5 !important;
}

.z500px-bg:hover,
.z500px-bg:focus {
  background-color: #08c !important;
}

.about-me-bg {
  background-color: #00405d !important;
}

.about-me-bg:hover,
.about-me-bg:focus {
  background-color: #002e44 !important;
}

.airbnb-bg {
  background-color: #fd5c63 !important;
}

.airbnb-bg:hover,
.airbnb-bg:focus {
  background-color: #fd434b !important;
}

.alphabet-bg {
  background-color: #ed1c24 !important;
}

.alphabet-bg:hover,
.alphabet-bg:focus {
  background-color: #de1219 !important;
}

.amazon-bg {
  background-color: #f90 !important;
}

.amazon-bg:hover,
.amazon-bg:focus {
  background-color: #e68a00 !important;
}

.american-express-bg {
  background-color: #002663 !important;
}

.american-express-bg:hover,
.american-express-bg:focus {
  background-color: #001c4a !important;
}

.aol-bg {
  background-color: #ff0b00 !important;
}

.aol-bg:hover,
.aol-bg:focus {
  background-color: #e60a00 !important;
}

.behance-bg {
  background-color: #1769ff !important;
}

.behance-bg:hover,
.behance-bg:focus {
  background-color: #0059fd !important;
}

.bing-bg {
  background-color: #ffb900 !important;
}

.bing-bg:hover,
.bing-bg:focus {
  background-color: #e6a700 !important;
}

.bitbucket-bg {
  background-color: #205081 !important;
}

.bitbucket-bg:hover,
.bitbucket-bg:focus {
  background-color: #1b436d !important;
}

.bitly-bg {
  background-color: #ee6123 !important;
}

.bitly-bg:hover,
.bitly-bg:focus {
  background-color: #e65312 !important;
}

.blogger-bg {
  background-color: #f57d00 !important;
}

.blogger-bg:hover,
.blogger-bg:focus {
  background-color: #dc7000 !important;
}

.booking-com-bg {
  background-color: #003580 !important;
}

.booking-com-bg:hover,
.booking-com-bg:focus {
  background-color: #002a67 !important;
}

.buffer-bg {
  background-color: #168eea !important;
}

.buffer-bg:hover,
.buffer-bg:focus {
  background-color: #1380d3 !important;
}

.code-school-bg {
  background-color: #616f67 !important;
}

.code-school-bg:hover,
.code-school-bg:focus {
  background-color: #55615a !important;
}

.codecademy-bg {
  background-color: #f65a5b !important;
}

.codecademy-bg:hover,
.codecademy-bg:focus {
  background-color: #f54243 !important;
}

.creative-market-bg {
  background-color: #8ba753 !important;
}

.creative-market-bg:hover,
.creative-market-bg:focus {
  background-color: #7d964b !important;
}

.delicious-bg {
  background-color: #39f !important;
}

.delicious-bg:hover,
.delicious-bg:focus {
  background-color: #1a8cff !important;
}

.deviantart-bg {
  background-color: #05cc47 !important;
}

.deviantart-bg:hover,
.deviantart-bg:focus {
  background-color: #04b33e !important;
}

.digg-bg {
  background-color: #005be2 !important;
}

.digg-bg:hover,
.digg-bg:focus {
  background-color: #0051c9 !important;
}

.disqus-bg {
  background-color: #2e9fff !important;
}

.disqus-bg:hover,
.disqus-bg:focus {
  background-color: #1593ff !important;
}

.django-bg {
  background-color: #092e20 !important;
}

.django-bg:hover,
.django-bg:focus {
  background-color: #051911 !important;
}

.dribbble-bg {
  background-color: #ea4c89 !important;
}

.dribbble-bg:hover,
.dribbble-bg:focus {
  background-color: #e7357a !important;
}

.dropbox-bg {
  background-color: #007ee5 !important;
}

.dropbox-bg:hover,
.dropbox-bg:focus {
  background-color: #0070cc !important;
}

.drupal-bg {
  background-color: #0077c0 !important;
}

.drupal-bg:hover,
.drupal-bg:focus {
  background-color: #0067a7 !important;
}

.elance-bg {
  background-color: #0d69af !important;
}

.elance-bg:hover,
.elance-bg:focus {
  background-color: #0b5b97 !important;
}

.envato-bg {
  background-color: #82b541 !important;
}

.envato-bg:hover,
.envato-bg:focus {
  background-color: #75a23a !important;
}

.etsy-bg {
  background-color: #d5641c !important;
}

.etsy-bg:hover,
.etsy-bg:focus {
  background-color: #be5919 !important;
}

.facebook-bg {
  background-color: #3b5998 !important;
}

.facebook-bg:hover,
.facebook-bg:focus {
  background-color: #344e86 !important;
}

.feedly-bg {
  background-color: #2bb24c !important;
}

.feedly-bg:hover,
.feedly-bg:focus {
  background-color: #269d43 !important;
}

.flattr-bg {
  background-color: #f67c1a !important;
}

.flattr-bg:hover,
.flattr-bg:focus {
  background-color: #ed6f09 !important;
}

.flickr-bg {
  background-color: #0063dc !important;
}

.flickr-bg:hover,
.flickr-bg:focus {
  background-color: #0058c3 !important;
}

.flipboard-bg {
  background-color: #e12828 !important;
}

.flipboard-bg:hover,
.flipboard-bg:focus {
  background-color: #d21d1d !important;
}

.flixster-bg {
  background-color: #2971b2 !important;
}

.flixster-bg:hover,
.flixster-bg:focus {
  background-color: #24649d !important;
}

.foursquare-bg {
  background-color: #0732a2 !important;
}

.foursquare-bg:hover,
.foursquare-bg:focus {
  background-color: #062a8a !important;
}

.github-bg {
  background-color: #333 !important;
}

.github-bg:hover,
.github-bg:focus {
  background-color: #262626 !important;
}

.google-bg {
  background-color: #4285f4 !important;
}

.google-bg:hover,
.google-bg:focus {
  background-color: #2a75f3 !important;
}

.google-plus-bg {
  background-color: #dc4e41 !important;
}

.google-plus-bg:hover,
.google-plus-bg:focus {
  background-color: #d83a2b !important;
}

.instagram-bg {
  background-color: #3f729b !important;
}

.instagram-bg:hover,
.instagram-bg:focus {
  background-color: #386589 !important;
}

.kickstarter-bg {
  background-color: #2bde73 !important;
}

.kickstarter-bg:hover,
.kickstarter-bg:focus {
  background-color: #20cf67 !important;
}

.kik-bg {
  background-color: #82bc23 !important;
}

.kik-bg:hover,
.kik-bg:focus {
  background-color: #73a71f !important;
}

.lastfm-bg {
  background-color: #d51007 !important;
}

.lastfm-bg:hover,
.lastfm-bg:focus {
  background-color: #bc0e06 !important;
}

.line-bg {
  background-color: #00c300 !important;
}

.line-bg:hover,
.line-bg:focus {
  background-color: #0a0 !important;
}

.linkedin-bg {
  background-color: #0077b5 !important;
}

.linkedin-bg:hover,
.linkedin-bg:focus {
  background-color: #00669c !important;
}

.mail-ru-bg {
  background-color: #168de2 !important;
}

.mail-ru-bg:hover,
.mail-ru-bg:focus {
  background-color: #147fcb !important;
}

.mailchimp-bg {
  background-color: #2c9ab7 !important;
}

.mailchimp-bg:hover,
.mailchimp-bg:focus {
  background-color: #2789a2 !important;
}

.myspace-bg {
  background-color: #000 !important;
}

.myspace-bg:hover,
.myspace-bg:focus {
  background-color: #000 !important;
}

.netflix-bg {
  background-color: #e50914 !important;
}

.netflix-bg:hover,
.netflix-bg:focus {
  background-color: #cc0812 !important;
}

.ning-bg {
  background-color: #75af42 !important;
}

.ning-bg:hover,
.ning-bg:focus {
  background-color: #699c3b !important;
}

.path-bg {
  background-color: #ee3423 !important;
}

.path-bg:hover,
.path-bg:focus {
  background-color: #e62412 !important;
}

.patreon-bg {
  background-color: #e6461a !important;
}

.patreon-bg:hover,
.patreon-bg:focus {
  background-color: #d03f17 !important;
}

.paypal-bg {
  background-color: #003087 !important;
}

.paypal-bg:hover,
.paypal-bg:focus {
  background-color: #00276e !important;
}

.photobucket-bg {
  background-color: #0ea0db !important;
}

.photobucket-bg:hover,
.photobucket-bg:focus {
  background-color: #0c8ec3 !important;
}

.pinterest-bg {
  background-color: #bd081c !important;
}

.pinterest-bg:hover,
.pinterest-bg:focus {
  background-color: #a50718 !important;
}

.product-hunt-bg {
  background-color: #da552f !important;
}

.product-hunt-bg:hover,
.product-hunt-bg:focus {
  background-color: #cb4924 !important;
}

.quora-bg {
  background-color: #a82400 !important;
}

.quora-bg:hover,
.quora-bg:focus {
  background-color: #8f1f00 !important;
}

.rdio-bg {
  background-color: #007dc3 !important;
}

.rdio-bg:hover,
.rdio-bg:focus {
  background-color: #006daa !important;
}

.reddit-bg {
  background-color: #ff4500 !important;
}

.reddit-bg:hover,
.reddit-bg:focus {
  background-color: #e63e00 !important;
}

.rss-bg {
  background-color: #f26522 !important;
}

.rss-bg:hover,
.rss-bg:focus {
  background-color: #ed560e !important;
}

.salesforce-bg {
  background-color: #1798c1 !important;
}

.salesforce-bg:hover,
.salesforce-bg:focus {
  background-color: #1486aa !important;
}

.scribd-bg {
  background-color: #1a7bba !important;
}

.scribd-bg:hover,
.scribd-bg:focus {
  background-color: #176ca4 !important;
}

.shopify-bg {
  background-color: #96bf48 !important;
}

.shopify-bg:hover,
.shopify-bg:focus {
  background-color: #89b03e !important;
}

.skype-bg {
  background-color: #00aff0 !important;
}

.skype-bg:hover,
.skype-bg:focus {
  background-color: #009cd7 !important;
}

.slack-bg {
  background-color: #6ecadc !important;
}

.slack-bg:hover,
.slack-bg:focus {
  background-color: #59c2d7 !important;
}

.slideshare-bg {
  background-color: #0077b5 !important;
}

.slideshare-bg:hover,
.slideshare-bg:focus {
  background-color: #00669c !important;
}

.soundcloud-bg {
  background-color: #f80 !important;
}

.soundcloud-bg:hover,
.soundcloud-bg:focus {
  background-color: #e67a00 !important;
}

.spotify-bg {
  background-color: #2ebd59 !important;
}

.spotify-bg:hover,
.spotify-bg:focus {
  background-color: #29a84f !important;
}

.squarespace-bg {
  background-color: #222 !important;
}

.squarespace-bg:hover,
.squarespace-bg:focus {
  background-color: #151515 !important;
}

.stackoverflow-bg {
  background-color: #fe7a15 !important;
}

.stackoverflow-bg:hover,
.stackoverflow-bg:focus {
  background-color: #f86c01 !important;
}

.stripe-bg {
  background-color: #00afe1 !important;
}

.stripe-bg:hover,
.stripe-bg:focus {
  background-color: #009bc8 !important;
}

.stumbleupon-bg {
  background-color: #eb4924 !important;
}

.stumbleupon-bg:hover,
.stumbleupon-bg:focus {
  background-color: #e13b15 !important;
}

.telegram-bg {
  background-color: #08c !important;
}

.telegram-bg:hover,
.telegram-bg:focus {
  background-color: #0077b3 !important;
}

.tumblr-bg {
  background-color: #35465c !important;
}

.tumblr-bg:hover,
.tumblr-bg:focus {
  background-color: #2c3a4c !important;
}

.twitch-tv-bg {
  background-color: #6441a5 !important;
}

.twitch-tv-bg:hover,
.twitch-tv-bg:focus {
  background-color: #593a93 !important;
}

.twitter-bg {
  background-color: #55acee !important;
}

.twitter-bg:hover,
.twitter-bg:focus {
  background-color: #3ea1ec !important;
}

.vimeo-bg {
  background-color: #162221 !important;
}

.vimeo-bg:hover,
.vimeo-bg:focus {
  background-color: #0c1312 !important;
}

.vine-bg {
  background-color: #00b488 !important;
}

.vine-bg:hover,
.vine-bg:focus {
  background-color: #009b75 !important;
}

.wechat-bg {
  background-color: #7bb32e !important;
}

.wechat-bg:hover,
.wechat-bg:focus {
  background-color: #6d9f29 !important;
}

.whatsapp-bg {
  background-color: #43d854 !important;
}

.whatsapp-bg:hover,
.whatsapp-bg:focus {
  background-color: #2ed441 !important;
}

.wordpress-bg {
  background-color: #21759b !important;
}

.wordpress-bg:hover,
.wordpress-bg:focus {
  background-color: #1d6586 !important;
}

.yahoo-bg {
  background-color: #410093 !important;
}

.yahoo-bg:hover,
.yahoo-bg:focus {
  background-color: #36007a !important;
}

.youtube-bg {
  background-color: #cd201f !important;
}

.youtube-bg:hover,
.youtube-bg:focus {
  background-color: #b71d1c !important;
}

h6 {
  font-weight: 600;
}

h3 {
  font-weight: 700;
}

ul.list-justify > li {
  margin-bottom: 5px;
}

ul.list-justify > li span,
ul.list-justify > li strong {
  float: right;
}

ul.list-justify.large-number > li {
  margin-bottom: 15px;
}

ul.list-justify.large-number span {
  font-size: 32px;
  line-height: 1;
}

.text-primary {
  color: #5c8ed4;
}

.text-info {
  color: #3c89da;
}

.text-success {
  color: #5cb65f;
}

.text-warning {
  color: #ed7014 !important;
}

.text-danger {
  color: #e15858;
}

.text-muted {
  color: #9a9a9a;
}

.text-larger {
  font-size: 1.2em;
}

.text-large {
  font-size: 1.53em;
}

small {
  font-size: 90%;
}

.bg-info {
  background: #3c89da;
  color: rgba(255, 255, 255, 0.7);
}

.bg-red {
  background: #e15858;
  color: rgba(255, 255, 255, 0.7);
}

.bg-purple {
  background: #a5a;
  color: rgba(255, 255, 255, 0.7);
}

.bg-orange {
  background: #ffa117;
  color: rgba(255, 255, 255, 0.7);
}

.bg-green {
  background: #5cb65f;
  color: rgba(255, 255, 255, 0.7);
}

.bg-blue {
  background: #568ad3;
  color: rgba(255, 255, 255, 0.7);
}

.bg-blush {
  background: #e25985;
  color: rgba(255, 255, 255, 0.7);
}

.bg-pink {
  background: #f66d9b;
  color: rgba(255, 255, 255, 0.7);
}

.bg-indigo {
  background: #9367b4;
  color: rgba(255, 255, 255, 0.7);
}

.bg-azura {
  background: #007fff;
  color: rgba(255, 255, 255, 0.7);
}

.bg-white {
  background: #fff;
  color: rgba(12, 0, 0, 0.856);
}

.bg-dark {
  background: #17191c;
  color: rgba(255, 255, 255, 0.7);
}

.bg-cyan {
  background: #17c2d7;
  color: rgba(255, 255, 255, 0.7);
}

.new-purple {
  background: #b8b8f3;
}

.new-blush {
  background: #ce5374;
}

.new-indigo {
  background: #613dc1;
}

.new-cyan {
  background: #83e2db;
}

.new-yellow {
  background: #ffede1;
}

.l-green {
  background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important;
}

.l-pink {
  background: linear-gradient(45deg, pink, #fbc1cb) !important;
}

.l-turquoise {
  background: linear-gradient(45deg, #00ced1, #08e5e8) !important;
}

.l-cyan {
  background: linear-gradient(45deg, #49cdd0, #00bcd4) !important;
}

.l-khaki {
  background: linear-gradient(45deg, khaki, #fdf181) !important;
}

.l-coral {
  background: linear-gradient(45deg, #f08080, #f58787) !important;
}

.l-salmon {
  background: linear-gradient(45deg, #ec74a1, #fbc7c0) !important;
}

.l-blue {
  background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
}

.l-seagreen {
  background: linear-gradient(45deg, #8ed8ec, #85f7b5) !important;
}

.l-amber {
  background: linear-gradient(45deg, #fda582, #f7cf68) !important;
}

.l-blush {
  background: linear-gradient(45deg, #dd5e89, #f7bb97) !important;
}

.l-parpl {
  background: linear-gradient(45deg, #a890d3, #edbae7) !important;
}

.l-slategray {
  background: linear-gradient(45deg, #708090, #7c8ea0) !important;
}

.text-info {
  color: #3c89da;
}

.text-red {
  color: #e15858;
}

.text-purple {
  color: #a5a;
}

.text-orange {
  color: #ffa117;
}

.text-green {
  color: #5cb65f;
}

.text-blue {
  color: #568ad3;
}

.text-blush {
  color: #e25985;
}

.text-pink {
  color: #f66d9b;
}

.text-indigo {
  color: #9367b4;
}

.text-azura {
  color: #007fff;
}

.text-cyan {
  color: #17c2d7;
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #17191c;
}

.m-l--125 {
  margin-left: -125px;
}

.m-t--125 {
  margin-top: -125px;
}

.m-r--125 {
  margin-right: -125px;
}

.m-b--125 {
  margin-bottom: -125px;
}

.m-l--120 {
  margin-left: -120px;
}

.m-t--120 {
  margin-top: -120px;
}

.m-r--120 {
  margin-right: -120px;
}

.m-b--120 {
  margin-bottom: -120px;
}

.m-l--115 {
  margin-left: -115px;
}

.m-t--115 {
  margin-top: -115px;
}

.m-r--115 {
  margin-right: -115px;
}

.m-b--115 {
  margin-bottom: -115px;
}

.m-l--110 {
  margin-left: -110px;
}

.m-t--110 {
  margin-top: -110px;
}

.m-r--110 {
  margin-right: -110px;
}

.m-b--110 {
  margin-bottom: -110px;
}

.m-l--105 {
  margin-left: -105px;
}

.m-t--105 {
  margin-top: -105px;
}

.m-r--105 {
  margin-right: -105px;
}

.m-b--105 {
  margin-bottom: -105px;
}

.m-l--100 {
  margin-left: -100px;
}

.m-t--100 {
  margin-top: -100px;
}

.m-r--100 {
  margin-right: -100px;
}

.m-b--100 {
  margin-bottom: -100px;
}

.m-l--95 {
  margin-left: -95px;
}

.m-t--95 {
  margin-top: -95px;
}

.m-r--95 {
  margin-right: -95px;
}

.m-b--95 {
  margin-bottom: -95px;
}

.m-l--90 {
  margin-left: -90px;
}

.m-t--90 {
  margin-top: -90px;
}

.m-r--90 {
  margin-right: -90px;
}

.m-b--90 {
  margin-bottom: -90px;
}

.m-l--85 {
  margin-left: -85px;
}

.m-t--85 {
  margin-top: -85px;
}

.m-r--85 {
  margin-right: -85px;
}

.m-b--85 {
  margin-bottom: -85px;
}

.m-l--80 {
  margin-left: -80px;
}

.m-t--80 {
  margin-top: -80px;
}

.m-r--80 {
  margin-right: -80px;
}

.m-b--80 {
  margin-bottom: -80px;
}

.m-l--75 {
  margin-left: -75px;
}

.m-t--75 {
  margin-top: -75px;
}

.m-r--75 {
  margin-right: -75px;
}

.m-b--75 {
  margin-bottom: -75px;
}

.m-l--70 {
  margin-left: -70px;
}

.m-t--70 {
  margin-top: -70px;
}

.m-r--70 {
  margin-right: -70px;
}

.m-b--70 {
  margin-bottom: -70px;
}

.m-l--65 {
  margin-left: -65px;
}

.m-t--65 {
  margin-top: -65px;
}

.m-r--65 {
  margin-right: -65px;
}

.m-b--65 {
  margin-bottom: -65px;
}

.m-l--60 {
  margin-left: -60px;
}

.m-t--60 {
  margin-top: -60px;
}

.m-r--60 {
  margin-right: -60px;
}

.m-b--60 {
  margin-bottom: -60px;
}

.m-l--55 {
  margin-left: -55px;
}

.m-t--55 {
  margin-top: -55px;
}

.m-r--55 {
  margin-right: -55px;
}

.m-b--55 {
  margin-bottom: -55px;
}

.m-l--50 {
  margin-left: -50px;
}

.m-t--50 {
  margin-top: -50px;
}

.m-r--50 {
  margin-right: -50px;
}

.m-b--50 {
  margin-bottom: -50px;
}

.m-l--45 {
  margin-left: -45px;
}

.m-t--45 {
  margin-top: -45px;
}

.m-r--45 {
  margin-right: -45px;
}

.m-b--45 {
  margin-bottom: -45px;
}

.m-l--40 {
  margin-left: -40px;
}

.m-t--40 {
  margin-top: -40px;
}

.m-r--40 {
  margin-right: -40px;
}

.m-b--40 {
  margin-bottom: -40px;
}

.m-l--35 {
  margin-left: -35px;
}

.m-t--35 {
  margin-top: -35px;
}

.m-r--35 {
  margin-right: -35px;
}

.m-b--35 {
  margin-bottom: -35px;
}

.m-l--30 {
  margin-left: -30px;
}

.m-t--30 {
  margin-top: -30px;
}

.m-r--30 {
  margin-right: -30px;
}

.m-b--30 {
  margin-bottom: -30px;
}

.m-l--25 {
  margin-left: -25px;
}

.m-t--25 {
  margin-top: -25px;
}

.m-r--25 {
  margin-right: -25px;
}

.m-b--25 {
  margin-bottom: -25px;
}

.m-l--20 {
  margin-left: -20px;
}

.m-t--20 {
  margin-top: -20px;
}

.m-r--20 {
  margin-right: -20px;
}

.m-b--20 {
  margin-bottom: -20px;
}

.m-l--15 {
  margin-left: -15px;
}

.m-t--15 {
  margin-top: -15px;
}

.m-r--15 {
  margin-right: -15px;
}

.m-b--15 {
  margin-bottom: -15px;
}

.m-l--10 {
  margin-left: -10px;
}

.m-t--10 {
  margin-top: -10px;
}

.m-r--10 {
  margin-right: -10px;
}

.m-b--10 {
  margin-bottom: -10px;
}

.m-l--5 {
  margin-left: -5px;
}

.m-t--5 {
  margin-top: -5px;
}

.m-r--5 {
  margin-right: -5px;
}

.m-b--5 {
  margin-bottom: -5px;
}

.m-l-0,
.megamenu .q_links li:first-child,
.timeline .timeline-content p:last-child {
  margin-left: 0px;
}

.m-t-0,
#left-sidebar {
  margin-top: 0px;
}

.m-r-0,
.megamenu .q_links li:last-child,
.panel-group .panel .panel-title > a i.right,
.chatapp_body .chat-history .message_data li.left .message:after,
.mail-inbox .mail-left .mail-side .nav li a .badge,
.rtl .top-navbar .navbar-btn {
  margin-right: 0px;
}

.m-b-0,
.card .header,
ul.choose-skin,
ul.choose-skin li:last-child,
.auth-main .lead,
.auth-main2 .lead,
.block-header h2,
.block-header h1,
.block-header .breadcrumb,
#toast-container .toast,
.top_counter .content .number,
.feeds_widget,
.table-calendar,
.mail-inbox .mail-right .mail-action .fancy-checkbox label,
.mail-inbox .mail-right .mail-action .pagination-email p,
.mail-inbox .mail-right .mail-list ul li .md-left .fancy-checkbox,
.mail-inbox .mail-right .mail-list ul li .md-right p,
.pricing,
.pricing h3 {
  margin-bottom: 0px;
}

.m-l-5,
.badge,
.btn-toolbar > .btn-group,
.wizard .actions a {
  margin-left: 5px;
}

.m-t-5,
.card .header h2 small,
.auth-main .lead,
.auth-main2 .lead,
.block-header .inlineblock,
.block-header .metismenu > li i,
.metismenu > li .block-header i {
  margin-top: 5px;
}

.m-r-5,
.nav.nav-tabs2 > li > a,
.nav.nav-tabs3 > li > a,
.badge,
.panel-group .panel .panel-title > a i {
  margin-right: 5px;
}

.m-b-5,
ul.choose-skin li,
.auth-main .btn-signin-social,
.accordion > div {
  margin-bottom: 5px;
}

.m-l-10,
#left-sidebar .navbar-brand span,
.user-account .dropdown,
.accordion2 .accordion-thumb span,
.setting-list li > span,
.mail-inbox .mail-right .mail-list ul li .md-right p {
  margin-left: 10px;
}

.m-t-10,
.top-navbar .navbar-btn,
.megamenu .q_links li span,
.block-header,
.chatapp_body .chat-history .message_data li {
  margin-top: 10px;
}

.m-r-10,
.metismenu > li i,
.navbar-nav ul.email li a .avtar-pic,
.user-account .dropdown .dropdown-menu a i,
.top_counter .icon,
.right_chat .media .media-object {
  margin-right: 10px;
}

.m-b-10,
.top-navbar .navbar-btn,
.block-header,
.wizard.step_icon .steps {
  margin-bottom: 10px;
}

.m-l-15,
.rtl .top-navbar .navbar-btn {
  margin-left: 15px;
}

.m-t-15,
.tab-content {
  margin-top: 15px;
}

.m-r-15,
.top-navbar .navbar-btn,
.navbar-nav,
.feeds_widget li .feeds-left,
.w_knob .c_know,
.team-info li .first {
  margin-right: 15px;
}

.m-b-15,
.card.insight-title .header,
.navbar-nav .dropdown-menu li.header,
.mail-inbox .mail-left .mail-side h3,
.w_social3 .card .fa {
  margin-bottom: 15px;
}

.m-l-20,
.media.mright .media-right,
.chat-widget li.left .chat-info,
.invoice1 .info {
  margin-left: 20px;
}

.m-t-20,
.auth-main .form-auth-small .btn,
.auth-main .form-auth-small .bottom,
.auth-main2 .form-auth-small .btn,
.pricing .price {
  margin-top: 20px;
}

.m-r-20,
.top-navbar #navbar-search,
.block-header .breadcrumb,
.media.mleft .media-left,
.bs-example .media .media-left,
.chat-widget li.right .chat-info {
  margin-right: 20px;
}

.m-b-20,
.megamenu .title,
.media,
.profilepage_2 .profile-header .profile-image,
.news .card-columns .card {
  margin-bottom: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-b-25,
.megamenu .q_links {
  margin-bottom: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-t-30,
.mail-inbox .mail-left .mail-side h3,
.pricing .plan-btn {
  margin-top: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-b-30,
.auth-main .auth_brand,
.chat-widget li,
.pricing .price {
  margin-bottom: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-b-40,
.chatapp_body .chat-history .message_data li {
  margin-bottom: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-l-50,
.chatapp_body .chat-history .message_data li.left .message {
  margin-left: 50px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-r-50,
.chatapp_body .chat-history .message_data li.right .message {
  margin-right: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-55 {
  margin-left: 55px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-l-60 {
  margin-left: 60px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-l-65 {
  margin-left: 65px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-r-65 {
  margin-right: 65px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-l-70 {
  margin-left: 70px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-l-75 {
  margin-left: 75px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-r-75 {
  margin-right: 75px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-l-85 {
  margin-left: 85px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-r-85 {
  margin-right: 85px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-l-90 {
  margin-left: 90px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-l-95 {
  margin-left: 95px;
}

.m-t-95 {
  margin-top: 95px;
}

.m-r-95 {
  margin-right: 95px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-l-105 {
  margin-left: 105px;
}

.m-t-105 {
  margin-top: 105px;
}

.m-r-105 {
  margin-right: 105px;
}

.m-b-105 {
  margin-bottom: 105px;
}

.m-l-110 {
  margin-left: 110px;
}

.m-t-110 {
  margin-top: 110px;
}

.m-r-110 {
  margin-right: 110px;
}

.m-b-110 {
  margin-bottom: 110px;
}

.m-l-115 {
  margin-left: 115px;
}

.m-t-115 {
  margin-top: 115px;
}

.m-r-115 {
  margin-right: 115px;
}

.m-b-115 {
  margin-bottom: 115px;
}

.m-l-120 {
  margin-left: 120px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-r-120 {
  margin-right: 120px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.m-l-125 {
  margin-left: 125px;
}

.m-t-125 {
  margin-top: 125px;
}

.m-r-125 {
  margin-right: 125px;
}

.m-b-125 {
  margin-bottom: 125px;
}

.margin-0,
.card .header .header-dropdown,
.card .header h2,
.navbar-nav,
.sidebar-nav ul,
.accordion2,
.accordion2 .accordion-thumb,
.accordion2 .accordion-panel,
.switch,
.media .media-body .media-heading,
.wizard .content,
.wizard .content .body label.error,
.wizard .content .card-body label.error,
.project_report h6,
.project_report .team-info,
.todo_list,
.todo_list .fancy-checkbox,
.feeds_widget li .feeds-body .title,
.chatapp_body .chat-history .message_data,
.timeline,
.timeline .period .timeline-title,
.fc .fc-toolbar,
.fc .fc-toolbar h2 {
  margin: 0 !important;
}

.p-l-0,
.pricing,
.invoice .nav-tabs {
  padding-left: 0px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-r-0,
.invoice .nav-tabs,
.rtl .top-navbar .navbar-btn {
  padding-right: 0px;
}

.p-b-0,
.timeline .timeline-item:last-child {
  padding-bottom: 0px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-t-5,
.fc .fc-toolbar h2 {
  padding-top: 5px;
}

.p-r-5,
.wizard.vertical > .steps {
  padding-right: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-l-10,
.top-navbar .navbar-btn button {
  padding-left: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-b-10,
.accordion2 .accordion-panel,
.fc .fc-toolbar {
  padding-bottom: 10px;
}

.p-l-15,
.rtl .top-navbar .navbar-btn {
  padding-left: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-r-15,
.top-navbar .navbar-btn {
  padding-right: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-l-20,
.top-navbar #navbar-search .form-control {
  padding-left: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-l-40,
.timeline .timeline-item {
  padding-left: 40px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-b-40,
.timeline .timeline-content {
  padding-bottom: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-85 {
  padding-left: 85px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-r-85 {
  padding-right: 85px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.p-l-90 {
  padding-left: 90px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-r-90 {
  padding-right: 90px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-l-95 {
  padding-left: 95px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-r-95 {
  padding-right: 95px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.p-l-100 {
  padding-left: 100px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-r-100 {
  padding-right: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-l-105 {
  padding-left: 105px;
}

.p-t-105 {
  padding-top: 105px;
}

.p-r-105 {
  padding-right: 105px;
}

.p-b-105 {
  padding-bottom: 105px;
}

.p-l-110 {
  padding-left: 110px;
}

.p-t-110 {
  padding-top: 110px;
}

.p-r-110 {
  padding-right: 110px;
}

.p-b-110 {
  padding-bottom: 110px;
}

.p-l-115 {
  padding-left: 115px;
}

.p-t-115 {
  padding-top: 115px;
}

.p-r-115 {
  padding-right: 115px;
}

.p-b-115 {
  padding-bottom: 115px;
}

.p-l-120 {
  padding-left: 120px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-r-120 {
  padding-right: 120px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-l-125 {
  padding-left: 125px;
}

.p-t-125 {
  padding-top: 125px;
}

.p-r-125 {
  padding-right: 125px;
}

.p-b-125 {
  padding-bottom: 125px;
}

.padding-0,
.card .header .header-dropdown,
.top-navbar #navbar-search,
.top-navbar #navbar-search .btn,
.sidebar-nav ul,
.megamenu .q_links,
.block-header .breadcrumb,
.accordion .card-header,
.accordion2,
.chat-widget,
.right_chat .media .status,
.chatapp_body .chat-history .message_data,
.timeline,
.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  > thead
  tr
  th.fc-agenda-gutter,
.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  > thead
  tr
  td.fc-agenda-gutter,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  > thead
  tr
  th.fc-agenda-gutter,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  > thead
  tr
  td.fc-agenda-gutter,
.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  > thead
  tr
  td.fc-widget-header,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  > thead
  tr
  td.fc-widget-header {
  padding: 0 !important;
}

.font-6 {
  font-size: 6px;
}

.font-7 {
  font-size: 7px;
}

.font-8,
.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li.active
  > a
  label.radio:before,
.invoice_list .badge {
  font-size: 8px;
}

.font-9 {
  font-size: 9px;
}

.font-10,
.progress .progress-bar {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12,
.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li.active
  > a
  label.checkbox:before,
.ct-label,
.wizard .content .body label.error,
.wizard .content .card-body label.error,
.w_summary .s_detail span,
.invoice_list .table.table-custom thead th,
.chatapp_body .chat-history .message_data li .data_time,
.mail-inbox .mail-right .mail-list ul li .md-right span.time,
.timeline .timeline-info,
.fc .fc-view-container .fc-event,
.fc .fc-view-container .fc-view.fc-basic-view .fc-agenda-allday .fc-agenda-axis,
.fc
  .fc-view-container
  .fc-view.fc-basic-view
  .fc-agenda-allday
  .fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-axis,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-basic-view .fc-agenda-slots tr th,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr th,
.pricing h3 small,
.n_category .sub_n_category {
  font-size: 12px;
}

.font-13,
.right_chat .media .message {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30,
.w_card3 i {
  font-size: 30px;
}

.font-31 {
  font-size: 31px;
}

.font-32 {
  font-size: 32px;
}

.font-33 {
  font-size: 33px;
}

.font-34 {
  font-size: 34px;
}

.font-35,
.pricing h3 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-37 {
  font-size: 37px;
}

.font-38 {
  font-size: 38px;
}

.font-39 {
  font-size: 39px;
}

.font-40 {
  font-size: 40px;
}

.font-41 {
  font-size: 41px;
}

.font-42 {
  font-size: 42px;
}

.font-43 {
  font-size: 43px;
}

.font-44 {
  font-size: 44px;
}

.font-45 {
  font-size: 45px;
}

.font-46 {
  font-size: 46px;
}

.font-47 {
  font-size: 47px;
}

.font-48 {
  font-size: 48px;
}

.font-49 {
  font-size: 49px;
}

.font-50 {
  font-size: 50px;
}

.align-left,
.accordion .card-header .btn,
.chat-widget li.left .chat-info,
.chatapp_body .chat-history .message_data li.left .message {
  text-align: left;
}

.align-center,
.fancy-checkbox input[type="checkbox"]:checked + span:before,
.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li.active
  > a
  label.checkbox:before,
.multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li.active
  > a
  label.radio:before,
.auth-main .form-auth-small .bottom,
.metric-inline,
.separator-linethrough,
.page-loader-wrapper,
.top_counter .icon,
.stamp,
.table-calendar,
.mail-inbox .mail-left .mail-side .nav li a,
.profilepage_2 .profile-header,
.pricing,
.w_social3 .card,
.member-card {
  text-align: center;
}

.align-right,
.media.mright .media-body,
.wizard .actions,
.chat-widget li.right,
.chat-widget li.right .chat-info,
.chatapp_body .chat-history .message_data li.right .message {
  text-align: right;
}

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

.border-right,
.border-top,
.border-left,
.border-bottom {
  border-color: #2f3338 !important;
}
.w18 {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.w20 {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.w25 {
  width: 25px;
  height: 25px;
}

.w30 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.w35 {
  width: 35px;
  height: 35px;
}

.w40 {
  width: 40px;
}

.w60 {
  width: 60px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w350 {
  width: 350px;
}

.inlineblock,
.metismenu > li i {
  display: inline-block;
}

.displayblock {
  display: block;
}

.displaynone {
  display: none;
}

.overflowhidden,
.member-card {
  overflow: hidden;
}

.z-index {
  z-index: 9999;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.font300 {
  font-weight: 300;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.h6 {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
}

.avatar {
  border: 2px solid #57595d;
}

.avatar.sm {
  width: 35px;
  height: 35px;
}

.avatar.md {
  width: 65px;
  height: 65px;
}

.avatar.lg {
  width: 100px;
  height: 100px;
}

.bor2 {
  border-bottom: 1px solid #999999;
}

.media .media-body {
  font-size: 14px;
}

.media .media-body .media-heading {
  font-size: 16px;
  font-weight: 700;
}

.wizard .content {
  min-height: 245px;
  overflow-y: auto;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #2f3338;
}

.wizard .content .body,
.wizard .content .card-body {
  padding: 15px;
}

.wizard .content .body label.error,
.wizard .content .card-body label.error {
  color: #e15858;
}

.wizard .content .body input[type="checkbox"],
.wizard .content .card-body input[type="checkbox"] {
  display: none;
}

.wizard .content .body input,
.wizard .content .card-body input {
  border-color: #2f3338;
}

.wizard .content .body p,
.wizard .content .card-body p {
  font-size: 15px;
}

.wizard .actions {
  position: relative;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  width: 100%;
  margin-top: 10px !important;
}

.wizard .actions ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.wizard .actions ul > li {
  float: left;
  margin: 0 !important;
}

.wizard .actions a {
  transition: all 0.5s ease-out;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  border-radius: 35px;
  padding: 0.5em 2em;
  color: #fff;
  text-decoration: none;
}

.wizard .actions a:hover,
.wizard .actions a:active {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  padding: 0.5em 2em;
  color: #fff;
  text-decoration: none;
}

.wizard .actions .disabled a {
  background: #e2e4e7;
  color: #bbbec2;
}

.wizard .actions .disabled a:hover,
.wizard .actions .disabled a:active {
  background: #e2e4e7;
  color: #bbbec2;
}

.wizard .steps {
  position: relative;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  width: 100%;
  margin-bottom: 2px;
}

.wizard .steps a {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  width: auto;
  margin: 0 2px 0 0;
  padding: 10px;
  text-decoration: none;
  border-radius: 0;
}

.wizard .steps a:hover,
.wizard .steps a:active {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  width: auto;
  margin: 0 2px 0 0;
  padding: 10px;
  text-decoration: none;
  border-radius: 0;
}

.wizard .steps .number {
  font-size: 15px;
}

.wizard .steps .disabled a {
  background: #2f3338;
  color: #96989c;
  cursor: default;
}

.wizard .steps .disabled a:hover,
.wizard .steps .disabled a:active {
  background: #2f3338;
  color: #96989c;
  cursor: default;
}

.wizard .steps .current a {
  color: #fff;
  cursor: default;
}

.wizard .steps .current a:hover,
.wizard .steps .current a:active {
  color: #fff;
  cursor: default;
}

.wizard .steps .done a {
  color: #fff;
  opacity: 0.7;
}

.wizard .steps .done a:hover,
.wizard .steps .done a:active {
  color: #fff;
  opacity: 0.7;
}

.wizard .steps > ul > li {
  width: 25%;
  float: left;
}

.wizard .steps > ul > li:last-child a {
  margin: 0;
}

.wizard.vertical > .steps {
  float: left;
  width: 30%;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard.vertical > .steps > ul > li a {
  margin: 0 0 2px 0;
}

.wizard.vertical > .content {
  float: left;
  width: 70%;
  margin: 0;
}

.wizard.vertical > .actions {
  float: right;
  width: 100%;
  margin: 0;
}

.wizard.step_icon .content {
  min-height: 200px;
  background-color: #2f3338;
  border: 1px solid #2f3338;
}

.wizard.step_icon .steps > ul > li {
  width: auto;
  text-align: center;
}

.wizard.step_icon .steps > ul > li a {
  width: 40px;
  height: 40px;
  border-radius: 0.1875rem;
}

.wizard.step_icon .steps .number {
  display: none;
}

.wizard_validation .wizard .steps > ul > li {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .wizard > .steps > ul > li {
    width: 100%;
    margin-bottom: 2px;
  }

  .wizard > .steps a {
    margin: 0;
  }

  .wizard.wizard.vertical > .content,
  .wizard.wizard.vertical > .steps {
    width: 100%;
    padding: 0;
  }

  .wizard_validation .wizard .steps > ul > li {
    width: 100% !important;
  }
}

.table {
  color: #77797c;
}

.table .thead-primary th {
  color: #17c2d7;
  border-color: #17c2d7;
}

.table .thead-success th {
  color: #5cb65f;
  border-color: #5cb65f;
}

.table .thead-danger th {
  color: #e15858;
  border-color: #e15858;
}

.table .thead-info th {
  color: #3c89da;
  border-color: #3c89da;
}

.table .thead-purple th {
  color: #a5a;
  border-color: #a5a;
}

.table thead th {
  font-weight: 600;
  border-width: 1px;
}

.table tr td,
.table tr th {
  vertical-align: middle;
  white-space: nowrap;
  border-color: #2f3338;
}

.table.table-hover tbody tr:hover {
  color: #77797c;
}

.table.table-custom {
  border-collapse: separate !important;
}

.table.table-custom.spacing5 {
  border-spacing: 0 0px !important;
}

.table.table-custom.spacing8 {
  border-spacing: 0 8px !important;
}

.table.table-custom thead th {
  background: #282b2f;
  border-top: 0;
  border-bottom: 0;
}

.table.table-custom tfoot th {
  border-bottom: 0;
}

.table.table-custom td:last-child,
.table.table-custom th:last-child {
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.table.table-custom td:first-child,
.table.table-custom th:first-child {
  border-radius: 0.1875rem 0 0 0.1875rem;
}

.table.table-custom tbody tr {
  background: #282b2f;
  border-radius: 0.1875rem;
}

.table.table-custom tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.table.table-custom2 {
  border-collapse: separate !important;
  border-spacing: 1px 1px !important;
}

.table.table-custom2 tr td,
.table.table-custom2 tr th {
  border: none;
  font-size: 14px;
}

.table.table-custom2 thead,
.table.table-custom2 tbody {
  background: #282b2f;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.02);
}

.table.table-striped td {
  border: none;
}

.card-wrapper {
  display: inline-block;
  perspective: 1000px;
  width: 100%;
}

.card-wrapper .card {
  position: relative;
  cursor: pointer;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
}

.card-wrapper .card .front,
.card-wrapper .card .back {
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateX(0deg);
  background: #282b2f;
}

.card-wrapper .card .front {
  z-index: 2;
}

.card-wrapper .card.s-widget-top {
  height: 162px;
}

.card-wrapper .card .back,
.card-wrapper.flip-right .card .back {
  transform: rotateY(180deg);
}

.card-wrapper:hover .card,
.card-wrapper.flip-right:hover .card {
  transform: rotateY(180deg);
}

.card-wrapper.flip-left .card .back {
  transform: rotateY(-180deg);
}

.card-wrapper.flip-left:hover .card {
  transform: rotateY(-180deg);
}

.card-wrapper.flip-up .card .back {
  transform: rotateX(180deg);
}

.card-wrapper.flip-up:hover .card {
  transform: rotateX(180deg);
}

.card-wrapper.flip-down .card .back {
  transform: rotateX(-180deg);
}

.card-wrapper.flip-down:hover .card {
  transform: rotateX(-180deg);
}

.card-wrapper.flip-diagonal-right .card .back {
  transform: rotate3d(1, 1, 0, 180deg);
}

.card-wrapper.flip-diagonal-right:hover .card {
  transform: rotate3d(1, 1, 0, 180deg);
}

.card-wrapper.flip-diagonal-left .card .back {
  transform: rotate3d(1, 1, 0, -180deg);
}

.card-wrapper.flip-diagonal-left:hover .card {
  transform: rotate3d(1, 1, 0, -180deg);
}

.card-wrapper.flip-inverted-diagonal-right .card .back {
  transform: rotate3d(-1, 1, 0, 180deg);
}

.card-wrapper.flip-inverted-diagonal-right:hover .card {
  transform: rotate3d(-1, 1, 0, 180deg);
}

.card-wrapper.flip-inverted-diagonal-left .card .back {
  transform: rotate3d(1, -1, 0, 180deg);
}

.card-wrapper.flip-inverted-diagonal-left:hover .card {
  transform: rotate3d(1, -1, 0, 180deg);
}

.note-editor.note-frame {
  border-color: #2f3338;
  background: #282b2f;
}

.note-editor.note-frame .note-editing-area .note-editable {
  background: #282b2f;
  color: #a5a8ad;
}

.note-editor.note-frame .note-statusbar {
  background-color: #2f3338;
}

.cke_chrome .cke_top {
  background: #f7f7f7;
}

.cke_chrome .cke_toolgroup,
.cke_chrome a.cke_combo_button {
  background-color: #fff;
  box-shadow: none;
  background-image: none;
  border-color: #e2e4e7;
}

.md-editor {
  border-color: #2f3338;
}

.md-editor.active {
  border-color: #6290d0;
}

.md-editor > textarea {
  background: #282b2f;
  border-color: #2f3338;
  color: #a5a8ad;
}

.md-editor > textarea:focus {
  background: transparent;
}

.md-editor .md-footer,
.md-editor > .md-header {
  background: #2f3338;
}

.md-editor > .md-preview {
  background: #282b2f;
  padding: 10px;
  border-color: #2f3338;
}

.md-editor .md-controls {
  padding: 0;
  position: relative;
  top: 8px;
  right: 5px;
}

.md-editor .md-controls .md-control {
  padding: 0;
}

.md-editor .md-controls .md-control:hover {
  color: #e2e4e7;
}

.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #22252a;
}

.page-loader-wrapper .loader {
  margin: 0 auto;
  width: 70px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.page-loader-wrapper .loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  margin-left: 2px;
  animation: delay 0.9s infinite ease-in-out;
}

.page-loader-wrapper .loader .bar1 {
  background-color: #fc3c5f;
}

.page-loader-wrapper .loader .bar2 {
  background-color: #993cfc;
  animation-delay: -0.8s;
}

.page-loader-wrapper .loader .bar3 {
  background-color: #3ca9fc;
  animation-delay: -0.7s;
}

.page-loader-wrapper .loader .bar4 {
  background-color: #3cfc5f;
  animation-delay: -0.6s;
}

.page-loader-wrapper .loader .bar5 {
  background-color: #fcdf3c;
  animation-delay: -0.5s;
}

@keyframes delay {
  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.setting-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.chat-widget li {
  list-style: none;
  width: 100%;
}

.chat-widget li .avtar-pic {
  margin: 0 !important;
  vertical-align: top;
  float: left;
}

.chat-widget li.left img {
  float: left;
}

.chat-widget li.left .chat-info {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 10px 10px 10px;
  float: left;
}

.chat-widget li.left .chat-info:before {
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, 0.03);
  left: -10px;
  top: 0;
}

.chat-widget li.right {
  float: right;
}

.chat-widget li.right img {
  float: right;
}

.chat-widget li.right .chat-info {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #77797c;
  border-radius: 10px 0 10px 10px;
}

.chat-widget li.right .chat-info:before {
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px;
  top: 0;
}

.chat-widget li .chat-info {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: calc(100% - 60px);
  padding: 10px;
  position: relative;
}

.chat-widget li .chat-info:before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 12px;
}

.chat-widget li .datetime {
  font-size: 12px;
  color: #96989c;
}

.chat-widget li .message {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
}

.chat-widget li img {
  height: 40px;
  width: 40px;
}

.top_counter .icon {
  background: #f7f7f7;
  border-radius: 0.1875rem;
  float: left;
  width: 50px;
  height: 50px;
}

.top_counter .icon i {
  font-size: 20px;
  line-height: 50px;
}

.top_counter .content {
  height: 50px;
}

.right_chat li {
  position: relative;
}

.right_chat li.offline .status {
  background: #ffa117;
  margin-top: -5px;
}

.right_chat li.online .status {
  background: #5cb65f;
}

.right_chat li.me .status {
  background: #568ad3;
}

.right_chat li:last-child .media {
  margin: 0;
}

.right_chat .media .media-object {
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  width: 35px;
}

.right_chat .media .name {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  font-size: 15px;
  color: #bbbec2;
  margin: 0;
  line-height: 18px;
}

.right_chat .media .message {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #96989c;
}

.right_chat .media .status {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 50px;
  min-width: inherit;
  border: 3px solid #22252a;
  position: absolute;
  left: 27px;
  top: 27px;
  width: 14px;
  height: 14px;
}

.right_chat .media .avtar-pic {
  margin-right: 10px;
}

.maintenance {
  background: #17191c;
}

.w_followers a:hover .btn {
  opacity: 1;
}

.w_followers .btn {
  position: absolute;
  right: 0;
  top: 4px;
  opacity: 0;
}

.todo_list .fancy-checkbox input[type="checkbox"]:checked + span {
  text-decoration: line-through;
}

.todo_list li {
  position: relative;
  padding: 12px 0;
}

.todo_list li .todo-delete {
  opacity: 0;
  position: absolute;
  right: 0;
}

.todo_list li:hover .todo-delete {
  opacity: 1;
}

.todo_list li.delete {
  display: none;
}

.feeds_widget li a {
  display: flex;
  padding: 13px 20px;
  align-items: top;
}

.feeds_widget li a:hover {
  background: rgba(23, 25, 28, 0.01);
}

.feeds_widget li .feeds-left {
  font-size: 18px;
  border-radius: 0.1875rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.feeds_widget li .feeds-body {
  width: calc(100% - 55px);
}

.feeds_widget li .feeds-body .title {
  font-size: 16px;
  color: #17191c;
  font-weight: 400;
}

.feeds_widget li .feeds-body > small {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  font-size: 14px;
  color: #77797c;
}

.feeds_widget li .feeds-body .text-muted {
  font-size: 12px;
}

.icon-in-bg {
  width: 55px;
  height: 55px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.small_state {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w_summary {
  display: flex;
  align-items: center;
}

.w_summary .s_chart {
  width: 70px;
}

.w_summary .s_detail {
  width: calc(100% - 70px);
}

.w_summary .s_detail span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.stamp {
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.25rem;
  line-height: 2rem;
}

.stamp.stamp-md {
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.card-value {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
}

.table-calendar td,
.table-calendar th {
  padding: 5px;
  border: 0;
}

.table-calendar .table-calendar-link {
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #2f3338;
  color: #a5a8ad;
  font-weight: 600;
  line-height: 2rem;
  min-width: calc(2rem + 2px);
  transition: 0.3s background, 0.3s color;
  position: relative;
}

.table-calendar .table-calendar-link:before {
  border-radius: 50px;
  background: #e25985;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
}

.main-map {
  height: 550px;
}

@media screen and (max-width: 1280px) {
  .main-map {
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .main-map {
    height: 200px;
  }
}

.w_knob {
  display: flex;
  align-items: center;
}

.invoice_list .table.table-custom thead th:before,
.invoice_list .table.table-custom thead th:after {
  display: none;
}

.invoice_list .table.table-custom thead th.sorting_desc {
  color: #e25985;
}

.invoice_list .table.table-custom thead th.sorting_asc {
  color: #5cb65f;
}

.lightGallery img {
  opacity: 0.8;
}

.lightGallery img:hover {
  opacity: 1;
}

.tp-setting .float-right {
  font-size: 0;
}

.row-xs {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.row-xs .col,
.row-xs [class*="col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.team-info li {
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

.team-info li + li {
  margin-left: -10px;
}

.team-info li img {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 10px 0px rgba(23, 25, 28, 0.2);
  border: 2px solid #96989c;
}

.team-info li:hover img {
  transform: scale(1.1);
}

.team-info.sm li img {
  border-radius: 30px;
  width: 30px;
}

.team-info.md li img {
  border-radius: 40px;
  width: 40px;
}

.team-info.lg li img {
  border-radius: 60px;
  width: 60px;
}

.list-group li > .float-right {
  font-size: 0;
}

.avtar-pic {
  border-radius: 4px;
  display: inline-block;
}

.avtar-pic span {
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: block;
  text-align: center !important;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
}

.avtar-pic.w35 {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avtar-pic.w40 {
  width: 35px;
  height: 35px;
  line-height: 40px;
}

.avtar-pic.w50 {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.card-chart-bg {
  background: #282b2f;
}

.top-navbar .progress-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}

.top-navbar .progress-bar {
  height: 1px;
  width: 0%;
}

.c_grid .circle {
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 2px solid;
  padding: 3px;
}

.c_grid .circle img {
  max-width: 100%;
}

.c_grid.c_yellow:hover .circle {
  box-shadow: 0px 0px 0px 8px rgba(255, 216, 97, 0.4);
}

.c_grid.c_yellow .circle {
  border-color: #ffd861;
}

.c_grid.c_indigo:hover .circle {
  box-shadow: 0px 0px 0px 8px rgba(147, 103, 180, 0.4);
}

.c_grid.c_indigo .circle {
  border-color: #9367b4;
}

.c_grid.c_pink:hover .circle {
  box-shadow: 0px 0px 0px 8px rgba(246, 109, 155, 0.4);
}

.c_grid.c_pink .circle {
  border-color: #f66d9b;
}

.c_grid.c_red:hover .circle {
  box-shadow: 0px 0px 0px 8px rgba(225, 88, 88, 0.4);
}

.c_grid.c_red .circle {
  border-color: #e15858;
}

.c_grid.c_blue:hover .circle {
  box-shadow: 0px 0px 0px 8px rgba(86, 138, 211, 0.4);
}

.c_grid.c_blue .circle {
  border-color: #568ad3;
}

.c_grid.c_green:hover .circle {
  box-shadow: 0px 0px 0px 8px rgba(92, 182, 95, 0.4);
}

.c_grid.c_green .circle {
  border-color: #5cb65f;
}

.c_grid.c_cyan:hover .circle {
  box-shadow: 0px 0px 0px 8px rgba(23, 194, 215, 0.4);
}

.c_grid.c_cyan .circle {
  border-color: #17c2d7;
}

.big-text {
  padding: 20px 0;
}

.big-text h2 {
  font-size: 74px;
  font-weight: 300;
  line-height: normal;
}

.v_locations {
  padding: 30px;
  height: 450px;
}

@media screen and (max-width: 767px) {
  .v_locations {
    padding: 0;
    height: 300px;
  }
}

.testimonials .card {
  margin-bottom: 20px;
}

.testimonials .blockquote {
  padding: 0;
  border: 0;
}

.testimonials p {
  font-size: 15px;
}

.testimonials p i {
  margin-right: 10px;
  font-size: 29px;
  opacity: 0.2;
}

.taskboard .dd-handle {
  background: transparent;
  border-color: #2f3338;
}

.taskboard .dd-content {
  background: transparent;
  border-color: #2f3338;
}

.taskboard .dd-content p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.taskboard .dd-list > li:last-child {
  margin-bottom: 15px;
}

.taskboard .action a {
  padding: 0 5px;
}

.jvectormap-zoomin {
  top: 5px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
}

.ribbon {
  position: relative;
}

.ribbon .ribbon-box {
  color: #fff;
  right: auto;
  left: 0;
  top: 15px;
  padding-left: 12px;
  padding-right: 10px;
  position: absolute;
  height: 32px;
  line-height: 32px;
}

.ribbon .ribbon-box::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
  top: 0;
  right: -8px;
  height: 32px;
  border: 16px solid;
  border-left-width: 0;
  border-right-width: 8px;
}

.ribbon .ribbon-box.green {
  background: #5cb65f;
}

.ribbon .ribbon-box.green::before {
  border-color: #5cb65f;
  border-right-color: transparent;
}

.ribbon .ribbon-box.cyan {
  background: #17c2d7;
}

.ribbon .ribbon-box.cyan::before {
  border-color: #17c2d7;
  border-right-color: transparent;
}

.ribbon .ribbon-box.pink {
  background: #f66d9b;
}

.ribbon .ribbon-box.pink::before {
  border-color: #f66d9b;
  border-right-color: transparent;
}

.ribbon .ribbon-box.orange {
  background: #ffa117;
}

.ribbon .ribbon-box.orange::before {
  border-color: #ffa117;
  border-right-color: transparent;
}

.ribbon .ribbon-box.info {
  background: #3c89da;
}

.ribbon .ribbon-box.info::before {
  border-color: #3c89da;
  border-right-color: transparent;
}

.ribbon .ribbon-box.indigo {
  background: #9367b4;
}

.ribbon .ribbon-box.indigo::before {
  border-color: #9367b4;
  border-right-color: transparent;
}

.my_sort_cut {
  padding-top: 15px;
  min-height: 80px;
  display: block;
  text-align: center;
}

.my_sort_cut:hover i {
  font-size: 39px;
}

.my_sort_cut i {
  font-size: 29px;
  transition: font-size 0.2s;
}

.my_sort_cut span {
  display: block;
}

.apexcharts-canvas .apexcharts-yaxis .apexcharts-yaxis-label,
.apexcharts-canvas .apexcharts-yaxis .apexcharts-xaxis-label,
.apexcharts-canvas .apexcharts-xaxis .apexcharts-yaxis-label,
.apexcharts-canvas .apexcharts-xaxis .apexcharts-xaxis-label {
  fill: #bbbec2 !important;
}

.apexcharts-canvas .apexcharts-legend .apexcharts-legend-text {
  color: #bbbec2 !important;
}

.apexcharts-canvas .apexcharts-gridline {
  stroke: #212834 !important;
}

.apexcharts-canvas .apexcharts-pie-series path {
  stroke: #212834 !important;
}

.apexcharts-canvas .apexcharts-radialbar-track path {
  stroke: #212834 !important;
}

.apexcharts-canvas .apexcharts-radar-series polygon {
  fill: #bbbec2 !important;
  stroke: #212834 !important;
}

.apexcharts-canvas .apexcharts-radar-series line {
  stroke: #212834 !important;
}

.chatapp_list {
  transition: all 0.3s ease-in-out;
  width: 340px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  z-index: 7;
}

.chatapp_body {
  /* margin-right: 250px; */
  /* border-right: 1px solid #2f3338; */
}

@media screen and (max-width: 992px) {
  .chatapp_body {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .chatapp_body {
    border: 0;
  }
}

.chatapp_body .chat-header {
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  .chatapp_body .chat-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.chatapp_body .chat-header img {
  float: left;
  border-radius: 4px;
  width: 40px;
}

.chatapp_body .chat-header .chat-about {
  float: left;
}

.chatapp_body .chat-history {
  padding: 20px;
  border-top: 1px solid #2f3338;
}

@media screen and (max-width: 1024px) {
  .chatapp_body .chat-history {
    height: 450px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 992px) {
  .chatapp_body .chat-history {
    height: 630px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 768px) {
  .chatapp_body .chat-history {
    padding-left: 0;
    padding-right: 0;
  }
}

.chatapp_body .chat-history .message_data li {
  list-style: none;
  position: relative;
}

.chatapp_body .chat-history .message_data li .data_time {
  color: #77797c;
  position: absolute;
  bottom: -25px;
}

.chatapp_body .chat-history .message_data li .message {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 15px;
  padding: 18px 20px;
  line-height: 26px;
  position: relative;
}

.chatapp_body .chat-history .message_data li .message:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 5px;
}

.chatapp_body .chat-history .message_data li .user_pix {
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 35px;
  opacity: 0.6;
}

.chatapp_body .chat-history .message_data li .user_pix:hover {
  opacity: 1;
}

.chatapp_body .chat-history .message_data li.left .user_pix {
  left: 0;
}

.chatapp_body .chat-history .message_data li.left .data_time {
  left: 50px;
}

.chatapp_body .chat-history .message_data li.left .message {
  background: #3c89da;
  color: #f7f7f7;
  float: left;
  border-radius: 10px 10px 10px 0;
}

.chatapp_body .chat-history .message_data li.left .message:after {
  bottom: 0;
  left: -10px;
  border-right-color: #3c89da;
  border-bottom-color: #3c89da;
}

.chatapp_body .chat-history .message_data li.right .user_pix {
  right: 0;
}

.chatapp_body .chat-history .message_data li.right .data_time {
  right: 50px;
}

.chatapp_body .chat-history .message_data li.right .message {
  background: #2f3338;
  color: #bbbec2;
  float: right;
  border-radius: 10px 10px 0 10px;
}

.chatapp_body .chat-history .message_data li.right .message:after {
  bottom: 0;
  right: -10px;
  border-left-color: #2f3338;
  border-bottom-color: #2f3338;
  margin-left: 0;
}

.chatapp_body .chat-message {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .chatapp_body .chat-message {
    padding-left: 0;
    padding-right: 0;
  }
}

.chatapp_detail {
  transition: all 0.3s ease-in-out;
  width: 250px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 7;
}

@media screen and (max-width: 992px) {
  .chatapp_detail {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .chatapp_list {
    height: 465px;
    width: 100%;
    overflow-x: auto;
    background: #fff;
    left: -400px;
    display: none;
  }

  .chatapp_list.open {
    left: 0;
  }

  .chatapp_body {
    margin: 0;
  }

  .chatapp_body .chat-header {
    border-radius: 0.55rem 0.55rem 0 0;
  }

  .chatapp_body .chat-history {
    height: 300px;
    overflow-x: auto;
  }
}

.mail-inbox {
  display: flex;
}

.mail-inbox .mail-left {
  transition: all 0.3s ease-in-out;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  width: 230px;
}

.mail-inbox .mail-left .mail-side .nav {
  flex-direction: column;
}

.mail-inbox .mail-left .mail-side .nav li a {
  color: #77797c;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.mail-inbox .mail-left .mail-side .nav li a i {
  width: 30px;
  text-align: left;
}

.mail-inbox .mail-left .mail-side .nav li a .badge {
  margin-left: auto;
}

.mail-inbox .mail-left .mail-side .nav li:hover a,
.mail-inbox .mail-left .mail-side .nav li.active a {
  color: #bbbec2;
}

.mail-inbox .mail-left .mail-side h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.mail-inbox .mail-right {
  width: calc(100% - 250px);
  margin-left: 5px;
  position: relative;
}

.mail-inbox .mail-right .header {
  padding: 15px;
}

.mail-inbox .mail-right h2 {
  line-height: 35px;
}

.mail-inbox
  .mail-right
  .mail-action
  .fancy-checkbox
  input[type="checkbox"]
  + span:before {
  bottom: 0;
}

.mail-inbox .mail-right .mail-action .pagination-email p {
  line-height: 30px;
}

.mail-inbox .mail-right .mail-list ul li {
  background: rgba(255, 255, 255, 0.01);
  padding: 15px;
  width: 100%;
  position: relative;
  margin: 5px 0;
}

.mail-inbox .mail-right .mail-list ul li:last-child {
  border-bottom: 1px solid #2f3338;
}

.mail-inbox .mail-right .mail-list ul li:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mail-inbox .mail-right .mail-list ul li.unread {
  position: relative;
}

.mail-inbox .mail-right .mail-list ul li.unread::before {
  background: #de4848;
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
}

.mail-inbox .mail-right .mail-list ul li .md-left,
.mail-inbox .mail-right .mail-list ul li .md-right {
  float: left;
}

.mail-inbox .mail-right .mail-list ul li .md-left {
  max-width: 60px;
  width: 60px;
  position: relative;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .mail-inbox .mail-right .mail-list ul li .md-left {
    width: 45px;
  }
}

.mail-inbox .mail-right .mail-list ul li .md-left .mail-star {
  color: #a5a8ad;
  position: absolute;
  right: 13px;
  top: 0;
}

.mail-inbox .mail-right .mail-list ul li .md-left .mail-star.active {
  color: #ffa117;
}

@media screen and (max-width: 768px) {
  .mail-inbox .mail-right .mail-list ul li .md-left .mail-star {
    display: none;
  }
}

.mail-inbox .mail-right .mail-list ul li .md-right {
  position: relative;
  padding-right: 70px;
  width: calc(100% - 70px);
}

@media screen and (max-width: 768px) {
  .mail-inbox .mail-right .mail-list ul li .md-right {
    padding-right: 60px;
    width: calc(100% - 50px);
  }
}

.mail-inbox .mail-right .mail-list ul li .md-right span.time {
  position: absolute;
  top: 0;
  right: 0;
}

.mail-inbox .mail-right .mail-list ul li .md-right img {
  float: left;
  width: 38px;
}

.mail-inbox .mail-right .mail-list ul li .md-right p {
  width: calc(100% - 50px);
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
}

.mail-inbox .mail-right .mail-detail-full .detail-header {
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #2f3338;
  border-bottom: 1px solid #2f3338;
}

.mail-inbox .mail-right .mail-detail-full .detail-header .float-left img {
  max-width: 40px;
}

.mobile-left {
  display: none;
}

@media screen and (max-width: 991px) {
  .mail-inbox .mail-left {
    width: 230px;
    height: calc(100vh - 52px);
  }

  .mail-inbox .mail-right {
    width: calc(100% - 230px);
  }

  .mail-inbox .mail-right .mail-action .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mail-inbox .mail-right .mail-action .pagination-email p {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile-left {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 15px;
  }

  .mail-inbox .mail-left {
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 7;
  }

  .mail-inbox .mail-left {
    left: -250px;
    height: calc(100vh - 62px);
    position: fixed;
    top: 62px;
  }

  .mail-inbox .mail-left.open {
    left: 0;
  }

  .mail-inbox .mail-right {
    width: 100%;
    margin: 0;
  }

  .mail-inbox .mail-right .header {
    flex-direction: column;
  }

  .mail-inbox .mail-right .header .ml-auto {
    margin-left: 0 !important;
    margin-top: 15px;
  }

  .mail-detail-full a.mail-back {
    top: -60px;
  }

  .media-body p span,
  .media-body p small {
    display: none;
  }
}

.timeline {
  line-height: 1.4em;
  list-style: none;
  width: 100%;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-info {
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.timeline .timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline .timeline-marker:before {
  border-radius: 100%;
  background: #00bcd2;
  border: 3px solid transparent;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline .timeline-marker:after {
  content: "";
  width: 3px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.timeline-item:last-child .timeline .timeline-marker:after {
  content: none;
}

.timeline .timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #00bcd2;
}

.timeline .timeline-content .timeline-title {
  font-size: 20px;
  font-weight: 400;
}

.timeline .period {
  padding: 0;
}

.timeline .period .timeline-info {
  display: none;
}

.timeline .period .timeline-marker:before {
  border-radius: 0;
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #57595d;
  border-bottom: 3px solid #57595d;
}

.timeline .period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

.timeline .period .timeline-content {
  padding: 40px 0 70px;
}

@media (min-width: 768px) {
  .timeline.timeline-split .timeline,
  .timeline.timeline-centered .timeline {
    display: table;
  }

  .timeline.timeline-split .timeline-item,
  .timeline.timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }

  .timeline.timeline-split .timeline-info,
  .timeline.timeline-centered .timeline-info,
  .timeline.timeline-split .timeline-marker,
  .timeline.timeline-centered .timeline-marker,
  .timeline.timeline-split .timeline-content,
  .timeline.timeline-centered .timeline-content,
  .timeline.timeline-split .period .timeline-info,
  .timeline.timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }

  .timeline.timeline-split .timeline-marker,
  .timeline.timeline-centered .timeline-marker {
    position: relative;
  }

  .timeline.timeline-split .timeline-content,
  .timeline.timeline-centered .timeline-content {
    padding-left: 30px;
  }

  .timeline.timeline-split .timeline-info,
  .timeline.timeline-centered .timeline-info {
    padding-right: 30px;
  }

  .timeline.timeline-split .period .timeline-title,
  .timeline.timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

@media (min-width: 992px) {
  .timeline.timeline-centered,
  .timeline.timeline-centered .timeline-item,
  .timeline.timeline-centered .timeline-info,
  .timeline.timeline-centered .timeline-marker,
  .timeline.timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }

  .timeline.timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .timeline.timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }

  .timeline.timeline-centered .timeline-info,
  .timeline.timeline-centered .timeline-content {
    width: 50%;
  }

  .timeline.timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }

  .timeline.timeline-centered
    > .timeline-item:nth-child(odd)
    .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }

  .timeline.timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }

  .timeline.timeline-centered
    > .timeline-item:nth-child(even)
    .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }

  .timeline.timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .timeline.timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }

  .timeline.timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }

  .timeline.timeline-centered .period .timeline-title {
    left: auto;
  }
}

.timeline.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #00bcd2;
}

.timeline.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #00bcd2;
}

.fc .fc-toolbar {
  border-radius: 0;
  color: #212834;
  background: transparent;
}

.fc .fc-toolbar h2 {
  font-size: 16px;
  color: #96989c;
  text-transform: uppercase;
}

.fc .fc-toolbar .fc-today-button,
.fc .fc-toolbar .fc-state-default {
  border-radius: 0;
  background: transparent;
  color: #96989c;
  font-size: 14px;
  padding: 5px 18px;
  height: auto;
  border: none;
  box-shadow: none;
  text-shadow: none;
}

.fc .fc-view-container .fc-event {
  color: #f7f7f7;
  border-radius: 0.1875rem;
  border: 0;
  padding: 3px 5px;
}

.fc .fc-view-container .fc-event.fc-event-end:not(.fc-event-start) {
  border: 0 !important;
}

.fc .fc-view-container .fc-event:focus,
.fc .fc-view-container .fc-event:hover,
.fc .fc-view-container .fc-event:active {
  z-index: 1000;
  color: #fff;
}

.fc .fc-view-container .fc-event:focus .fc-overlay,
.fc .fc-view-container .fc-event:hover .fc-overlay,
.fc .fc-view-container .fc-event:active .fc-overlay {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  > thead
  tr
  th.fc-widget-header,
.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  > thead
  tr
  td.fc-widget-header,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  > thead
  tr
  th.fc-widget-header,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  > thead
  tr
  td.fc-widget-header {
  border: 1px solid #2f3338;
  padding: 10px;
  color: #393d42;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  tbody
  tr
  td.fc-widget-content,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  tbody
  tr
  td.fc-widget-content {
  border: 0;
  border-bottom: 1px solid #2f3338;
  border-right: 1px solid #2f3338;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  tbody
  tr
  td.fc-widget-content.fc-state-highlight,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  tbody
  tr
  td.fc-widget-content.fc-state-highlight {
  background: #fff;
}

.fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td.fc-day-number,
.fc .fc-view-container .fc-view.fc-agenda > table tbody tr td.fc-day-number {
  padding: 5px 10px;
  margin: 5px;
  color: #212834;
  font-size: 15px;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  tbody
  tr
  td.fc-day-number.fc-state-highlight,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  tbody
  tr
  td.fc-day-number.fc-state-highlight {
  background-color: #e15858;
  color: #fff;
  border-radius: 50%;
  padding: 4px 6px;
  float: right;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  tbody
  tr
  td:first-child.fc-widget-content,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  tbody
  tr
  td:first-child.fc-widget-content {
  border-left: 1px solid #2f3338;
}

.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg,
.fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg {
  border-bottom: 1px solid #2f3338;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  .fc-body
  .fc-row:last-of-type
  .fc-bg,
.fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row:last-of-type .fc-bg {
  border-bottom: 0;
}

.fc .fc-view-container .fc-view.fc-basic-view .fc-agenda-allday .fc-agenda-axis,
.fc
  .fc-view-container
  .fc-view.fc-basic-view
  .fc-agenda-allday
  .fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-axis,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-gutter {
  border-left: 1px solid #2f3338;
  border-right: 1px solid #2f3338;
  background-color: #e2e4e7;
  color: #212834;
  font-weight: 300;
  padding: 10px 5px;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  > tbody
  > tr
  > td.fc-state-highlight,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  > table
  > tbody
  > tr
  > td.fc-state-highlight {
  background: #e2e4e7;
}

.fc .fc-view-container .fc-view.fc-basic-view > table > tbody > tr > td.fc-sat,
.fc .fc-view-container .fc-view.fc-agenda > table > tbody > tr > td.fc-sat {
  border-right: 0;
}

.fc .fc-view-container .fc-view.fc-basic-view .fc-agenda-slots tr,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr {
  line-height: 35px;
}

.fc .fc-view-container .fc-view.fc-basic-view .fc-agenda-slots tr th,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr th {
  border: 0;
  border-left: 1px solid #2f3338;
  border-right: 1px solid #2f3338;
  background-color: #e2e4e7;
  color: #212834;
  font-weight: 100;
  padding-top: 10px;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  .fc-agenda-slots
  tr
  td.fc-widget-content,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  .fc-agenda-slots
  tr
  td.fc-widget-content {
  border-bottom: 1px solid #2f3338;
  line-height: 50px;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  .fc-agenda-slots
  tr
  td.fc-widget-content:last-child,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  .fc-agenda-slots
  tr
  td.fc-widget-content:last-child {
  border-right: 0;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  .fc-agenda-slots
  tr.fc-minor
  td.fc-widget-content,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  .fc-agenda-slots
  tr.fc-minor
  td.fc-widget-content {
  border-bottom: 1px solid #2f3338;
}

.fc .fc-view-container .fc-view.fc-basic-view .fc-agenda-divider,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-divider {
  border: 1px solid #2f3338;
}

.fc
  .fc-view-container
  .fc-view.fc-basic-view
  .fc-agenda-divider
  .fc-agenda-divider-inner,
.fc
  .fc-view-container
  .fc-view.fc-agenda
  .fc-agenda-divider
  .fc-agenda-divider-inner {
  background-color: #e2e4e7;
  height: 3px;
}

.fc .fc-view-container .fc-list-view .fc-list-item {
  color: #e2e4e7;
}

.fc .fc-view-container .fc-other-month {
  background: #22252a;
}

.fc .fc-view-container .fc-basic-view .fc-day-number,
.fc .fc-view-container .fc-basic-view .fc-week-number {
  float: left;
  padding: 10px 0 5px 10px;
}

.fc .fc-popover {
  box-shadow: 0px 10px 50px 0px rgba(23, 25, 28, 0.2);
  border: none;
  padding: 10px;
  border-radius: 0.55rem;
}

.fc .fc-popover .fc-event-container {
  padding: 0;
}

.fc .fc-popover .fc-event {
  padding: 4px 8px;
  margin: 2px 0px;
}

.fc .fc-agendaWeek-view .fc-head .fc-widget-header span,
.fc .fc-agendaDay-view .fc-head .fc-widget-header span,
.fc .fc-listWeek-view .fc-head .fc-widget-header span {
  padding: 10px;
  display: inline-block;
}

.fc .fc-divider {
  display: none;
}

.fc .fc-scroller {
  height: auto !important;
  overflow: visible !important;
  overflow: initial !important;
}

.fc-unthemed th {
  background: #2f3338;
}

.fc-unthemed td,
.fc-unthemed th {
  border-color: #2f3338;
}

.fc-unthemed .fc-divider {
  background: #2f3338;
}

@media screen and (max-width: 767px) {
  .fc-toolbar .fc-right {
    display: balck;
  }

  .fc-toolbar .fc-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .fc .fc-toolbar .fc-today-button {
    float: right;
  }
}

#calendar {
  margin: 0 auto;
  background-color: transparent;
}

#calendar table.fc-header {
  background-color: transparent;
}

#calendar thead tr.fc-first {
  background-color: transparent;
}

#calendar #external-events {
  float: left;
  width: 150px;
  padding: 0 10px;
  text-align: left;
}

#calendar #external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}

#calendar .external-event {
  margin: 10px 0;
  padding: 2px 4px;
  background: #3366cc;
  color: #fff;
  font-size: 0.85em;
  cursor: pointer;
}

#calendar #external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}

#calendar #external-events p input {
  margin: 0;
  vertical-align: middle;
}

#calendar .fc-widget-content {
  border-color: #2f3338;
}

#calendar .fc-event {
  border: 0;
}

#calendar .fc-event-inner {
  padding: 2px;
}

#calendar .fc-week .fc-day > div .fc-day-number {
  min-width: 34px;
}

.pricing {
  color: #57595d;
}

.pricing:hover .plan-img img {
  background: #007fff;
}

.pricing li {
  list-style: none;
  padding: 8px;
}

.pricing .plan-img img {
  transition: all 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.03);
  max-width: 180px;
}

.pricing h3 span {
  vertical-align: top;
  font-size: 15px;
}

.pricing.active h3 {
  color: #007fff;
}

.invoice1 .logo,
.invoice1 .clientlogo {
  float: left;
  height: 70px;
  width: 70px;
}

.invoice1 .info {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
  float: left;
}

.invoice1 .invoice-top .title {
  float: right;
}

.invoice1 .invoice-mid .info {
  width: calc(100% - 90px);
}

.invoice .table tr td {
  vertical-align: middle;
}

.news .card-title {
  font-size: 16px;
}

.news .card-title a {
  color: rgba(255, 255, 255, 0.6);
}

.news .card-title a:hover {
  color: #3c89da;
}

.news .card-columns {
  column-count: 3;
}

@media screen and (max-width: 992px) {
  .news .card-columns {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .news .card-columns {
    column-count: 1;
  }
}

.n_category .sub_n_category {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 3px 10px;
  border-radius: 0.1875rem;
}

.n_category .sub_n_category.p_right {
  left: auto;
  right: 15px;
}

.social .profile-header {
  /* background: transparent url("../images/image-gallery/10.jpg") repeat scroll
    center center/cover; */
  color: #fff;

  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
  background-color: #3aafa9;
  /* box-shadow: inset 0 0 0 2000px rgba(255, 161, 23, 0.7); */
}

@media screen and (max-width: 767px) {
  .social .profile-header {
    display: block !important;
  }

  .social .profile-header .d-flex {
    margin-bottom: 20px;
  }
}

.social .profile-header img {
  width: 70px;
}

.w_social3 .card {
  border-radius: 3px;
  font-weight: 400;
  color: #a5a8ad;
  background: #282b2f;
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.w_social3 .card .fa {
  font-size: 30px;
}

.w_social3 .text {
  margin-top: 0 !important;
}

.w_social3 .facebook-widget .icon i {
  color: #3b5998;
}

.w_social3 .facebook-widget:hover {
  background: #3b5998;
}

.w_social3 .facebook-widget:hover .icon i {
  color: #fff;
}

.w_social3 .google-widget .icon i {
  color: #d34836;
}

.w_social3 .google-widget:hover {
  background: #d34836;
}

.w_social3 .google-widget:hover .icon i {
  color: #fff;
}

.w_social3 .twitter-widget .icon i {
  color: #0084b4;
}

.w_social3 .twitter-widget:hover {
  background: #0084b4;
}

.w_social3 .twitter-widget:hover .icon i {
  color: #fff;
}

.w_social3 .instagram-widget .icon i {
  color: #fb3958;
}

.w_social3 .instagram-widget:hover {
  background: #fb3958;
}

.w_social3 .instagram-widget:hover .icon i {
  color: #fff;
}

.member-card img {
  width: 80px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.member-card .text-pink {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: block;
}

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

.rtl .float-right {
  float: left !important;
}

.rtl .float-left {
  float: right !important;
}

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

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

.rtl #left-sidebar {
  right: 0px;
  left: auto;
}

@media screen and (max-width: 1200px) {
  .rtl #left-sidebar {
    right: -250px;
  }
}

.rtl #main-content {
  float: left;
}

.rtl .top-navbar {
  left: 0;
  right: auto;
}

.rtl .top-navbar #navbar-search {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .top-navbar #navbar-search .btn {
  left: 15px;
  right: auto;
}

.rtl .top-navbar .navbar-btn {
  float: right;
  border-left: 1px solid #fff;
  border-right: 0;
}

.rtl .metismenu > li i {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .metismenu ul a {
  padding: 6px 38px 6px 15px;
}

.rtl .metismenu ul a::before {
  right: 5px;
  left: auto;
}

.rtl .metismenu .has-arrow:after {
  right: auto;
  left: 1em;
}

.rtl .themesetting {
  border-left: 0;
  border-right: 2px solid;
  text-align: right;
  left: -300px;
  right: auto;
}

.rtl .themesetting.open {
  left: 0;
}

.rtl .themesetting .theme_btn {
  border-radius: 0 0.1875rem 0.1875rem 0;
  right: -35px;
  left: auto;
}

.rtl .rightbar {
  left: -550px;
  right: auto;
}

.rtl .rightbar.open {
  left: 0;
}

.rtl .search_div {
  left: -600px;
  right: auto;
  border-left: 0;
  border-right: 1px solid #e8e8e8;
}

.rtl .search_div.open {
  left: 0;
  right: auto;
}

.rtl #left-sidebar .navbar-brand span {
  margin-left: 0;
  margin-right: 10px;
}

.rtl.offcanvas-active #left-sidebar {
  right: 0;
}

.rtl.h-menu #left-sidebar .navbar-brand {
  float: right;
}

.rtl .ml-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}

.rtl .mr-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

.rtl .pr-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}

.rtl .ml-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

.rtl .mr-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

.rtl .ml-4 {
  margin-right: 1.5rem !important;
  margin-left: 0 !important;
}

.rtl .mr-4 {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}

.rtl .mr-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}

.rtl .m-r-10,
.rtl .metismenu > li i,
.metismenu > li .rtl i,
.rtl .navbar-nav ul.email li a .avtar-pic,
.navbar-nav ul.email li a .rtl .avtar-pic,
.rtl .user-account .dropdown .dropdown-menu a i,
.user-account .dropdown .dropdown-menu a .rtl i,
.rtl .top_counter .icon,
.top_counter .rtl .icon,
.rtl .right_chat .media .media-object,
.right_chat .media .rtl .media-object {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .m-r-20,
.rtl .top-navbar #navbar-search,
.top-navbar .rtl #navbar-search,
.rtl .block-header .breadcrumb,
.block-header .rtl .breadcrumb,
.rtl .media.mleft .media-left,
.media.mleft .rtl .media-left,
.rtl .bs-example .media .media-left,
.bs-example .media .rtl .media-left,
.rtl .chat-widget li.right .chat-info,
.chat-widget li.right .rtl .chat-info {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .border-right {
  border-left: 1px solid;
  border-right: 0 !important;
}

.rtl .block-header .breadcrumb {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .block-header .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

.rtl .block-header .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 0;
  padding-left: 0.5rem;
}

.rtl .input-group .input-group-append {
  margin-left: 0;
  margin-right: -1px;
}

.rtl .input-group .input-group-prepend {
  margin-left: -1px;
  margin-right: 0;
}

.rtl .input-group .input-group-prepend > .input-group-text {
  border-radius: 0 0.25rem 0.25rem 0;
}

.rtl .input-group > .form-control:not(:first-child) {
  border-radius: 0.25rem 0 0 0.25rem;
}

.rtl .input-group > .custom-select:not(:last-child),
.rtl .input-group > .form-control:not(:last-child) {
  border-radius: 0 0.25rem 0.25rem 0;
}

.rtl .input-group > .input-group-append > .btn {
  border-radius: 0.25rem 0 0 0.25rem;
}

.rtl .list-group,
.rtl .list-unstyled,
.rtl .nav {
  padding-right: 0;
}

.rtl .fancy-radio input[type="radio"] + span i {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .fancy-radio input[type="radio"] + span i:after {
  right: 3px;
  left: auto;
}

.rtl .fancy-checkbox {
  margin-left: 10px;
  margin-right: 0;
}

.rtl .fancy-checkbox input[type="checkbox"] + span:before {
  margin-left: 10px;
  margin-right: 0;
}

.rtl .navbar-nav .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

.rtl .card .header .header-dropdown {
  right: auto;
  left: 0;
}

.rtl .card .header .header-dropdown li .dropdown-menu {
  left: 0 !important;
  right: auto;
}

.rtl .timeline .timeline-item {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .timeline .timeline-marker {
  right: 0;
  left: auto;
}

.rtl .timeline.timeline-centered .timeline-marker {
  left: 50%;
  right: auto;
  margin-left: -30px;
}

.rtl .c3,
.rtl .knob {
  direction: ltr !important;
}

.rtl .todo_list li .todo-delete {
  right: auto;
  left: 0;
}

.rtl .mail-inbox .mail-left .mail-side .nav li a i {
  text-align: right;
}

.rtl .mail-inbox .mail-left .mail-side .nav li a .badge {
  margin-right: auto;
  margin-left: inherit;
}

.rtl .mail-inbox .mail-right .mail-list ul li.unread::before {
  left: auto;
  right: 0;
}

.rtl .mail-inbox .mail-right .mail-list ul li .md-left,
.rtl .mail-inbox .mail-right .mail-list ul li .md-right {
  float: right;
}

.rtl .mail-inbox .mail-right .mail-list ul li .md-left .mail-star {
  right: 30px;
}

.rtl .mail-inbox .mail-right .mail-list ul li .md-right {
  padding-right: 0;
  padding-left: 70px;
}

.rtl .mail-inbox .mail-right .mail-list ul li .md-right img {
  float: right;
  left: inherit;
}

.rtl .mail-inbox .mail-right .mail-list ul li .md-right span.time {
  right: auto;
  left: 0;
}

.rtl .mail-inbox .mail-right .mail-list ul li .md-right p {
  margin-left: 0;
  margin-right: 10px;
}

.rtl .right_chat .media .avtar-pic {
  margin-left: 10px;
  margin-right: 0;
}

.rtl .right_chat .media .status {
  right: 23px;
  left: 0;
}

.rtl .testimonials p i {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .wizard .actions {
  text-align: left;
}

.rtl .feeds_widget li .feeds-left {
  margin-left: 15px;
  margin-right: 0;
}

.rtl .dataTables_wrapper .dt-buttons {
  float: right;
}

.rtl .dataTables_wrapper .dataTables_filter {
  text-align: left;
}

.rtl .dataTables_wrapper .dataTables_filter .form-control {
  margin-left: 0;
  margin-right: 10px;
}

.rtl .auth-main .form-auth-small .element-left {
  float: right;
}

.rtl .icon-container {
  text-align: right;
  float: right;
}

.rtl .icon-container .icon-name {
  margin-left: 0;
  margin-right: 35px;
}

.single-blog {
  margin-bottom: 30px;
}

.single-blog .post-thumb {
  border-radius: 5px;
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
  max-height: 350px;
}

.single-blog .post-content {
  padding: 20px 0;
}

.single-blog .post-content .post-title {
  margin-bottom: 0;
}

.single-blog .post-content .post-title a {
  font-size: 20px;
  font-weight: 600;
  color: #3c89da;
}

.single-blog .post-content .post-author {
  margin-top: 0;
}

.single-blog .post-content .post-author a {
  font-size: 12px;
  font-weight: 400;
  color: #77797c;
}

.single-blog .post-bottom {
  border-bottom: 1px solid #2f3338;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-bottom {
  border-top: 1px solid #2f3338;
  padding-top: 10px;
  margin-top: 20px;
  padding: 20px;
}

.post-bottom .post-nav li {
  margin-right: 60px;
}

.post-bottom .post-nav li a {
  color: #77797c;
}

.post-bottom .post-nav li i {
  margin-right: 10px;
}

.tag_cloud .nav-link {
  background: rgba(60, 137, 218, 0.1);
  margin-right: 3px;
  margin-bottom: 3px;
}

.tag_cloud .nav-link:hover {
  background: #3c89da;
  color: #fff;
}

ul.gallery li {
  display: block;
  width: 33.33%;
  float: left;
  padding: 8px;
}

ul.gallery li a {
  display: block;
}

.theme-cyan ::selection {
  color: #fff;
  background: red;
}

.theme-cyan .sidebar-nav .metismenu > li ul .active a {
  color: yellow;
}

/* .theme-cyan .sidebar-nav .metismenu a:hover,.theme-cyan .sidebar-nav .metismenu a:focus {
	color: #17C2D7;
}

.theme-cyan .sidebar-nav .metismenu a:hover i,.theme-cyan .sidebar-nav .metismenu a:focus i {
	background: #17C2D7;
	color: #fff;
} */

.theme-cyan .sidebar-nav .metismenu a:hover:after,
.theme-cyan .sidebar-nav .metismenu a:focus:after {
  color: #17c2d7;
}

.theme-cyan .sidebar-nav .metismenu ul a:hover::before {
  background: #17c2d7;
}

.theme-cyan .card .header h2 {
  color: #17c2d7;
  font-weight: 400;
}

.theme-cyan .form-control:focus {
  color: #000;
}

.theme-cyan .fancy-checkbox input[type="checkbox"]:checked + span:before {
  color: #17c2d7;
  border-color: #17c2d7;
}

.theme-cyan .chat-widget li.right .chat-info {
  background: #17c2d7;
  color: #fff;
}

.theme-cyan .chat-widget li.right .chat-info:before {
  border-left: 10px solid #17c2d7;
}

.theme-cyan .wizard > .steps .current a {
  background: #17c2d7;
}

.theme-cyan .wizard > .steps .done a {
  background: #6f7b7d;
}

.theme-cyan .pagination > li > a {
  /* color: #17c2d7; */
}

.theme-cyan .pagination > li > a:hover {
  /* background: #17c2d7;
  border-color: #17c2d7; */
  color: #fff;
}

.theme-cyan .pagination > li > span {
  color: #17c2d7;
}

.theme-cyan .page-item.active .page-link {
  /* background-color: #17c2d7; */
  border-color: #17c2d7;
}

.theme-cyan .switch input:checked + .slider {
  background-color: #17c2d7;
}

.theme-cyan .switch input:focus + .slider {
  box-shadow: 0 0 1px #17c2d7;
}

.theme-cyan .top-navbar #navbar-search .form-control:focus,
.theme-cyan .top-navbar #navbar-search .form-control:active {
  background: #17c2d7;
  color: #fff;
}

.theme-cyan .top-navbar .progress-bar {
  background: #17c2d7;
}

.theme-cyan .jvectormap-zoomin,
.theme-cyan .jvectormap-zoomout {
  background: #17c2d7;
}

.theme-cyan .nav.nav-tabs3 {
  border-color: #17c2d7 !important;
}

.theme-cyan .nav.nav-tabs3 > li > a.active,
.theme-cyan .nav.nav-tabs3 > li > a:hover {
  color: #17c2d7;
  border-color: #17c2d7 !important;
}

.theme-cyan .nav.nav-tabs3 > li > a.active::after,
.theme-cyan .nav.nav-tabs3 > li > a:hover::after {
  background: #17c2d7;
}

.theme-cyan .nav.nav-tabs2 > li > a.active,
.theme-cyan .nav.nav-tabs2 > li > a:hover {
  background: #17c2d7;
}

.theme-cyan.h-menu .metismenu .collapse {
  border-top: 1px solid #17c2d7;
}

.theme-green ::selection {
  color: #fff;
  background: #5cb65f;
}

.theme-green .sidebar-nav .metismenu > li.active > a {
  color: #5cb65f;
}

.theme-green .sidebar-nav .metismenu > li.active > a i {
  background: #5cb65f;
  color: #fff;
}

.theme-green .sidebar-nav .metismenu > li ul .active a {
  color: #5cb65f;
}

.theme-green .sidebar-nav .metismenu a:hover,
.theme-green .sidebar-nav .metismenu a:focus {
  color: #5cb65f;
}

.theme-green .sidebar-nav .metismenu a:hover i,
.theme-green .sidebar-nav .metismenu a:focus i {
  background: #5cb65f;
  color: #fff;
}

.theme-green .sidebar-nav .metismenu a:hover:after,
.theme-green .sidebar-nav .metismenu a:focus:after {
  color: #5cb65f;
}

.theme-green .sidebar-nav .metismenu ul a:hover::before {
  background: #5cb65f;
}

.theme-green .card .header h2 {
  color: #5cb65f;
  font-weight: 400;
}

.theme-green .form-control:focus {
  color: #5cb65f;
}

.theme-green .fancy-checkbox input[type="checkbox"]:checked + span:before {
  color: #5cb65f;
  border-color: #5cb65f;
}

.theme-green .chat-widget li.right .chat-info {
  background: #5cb65f;
  color: #fff;
}

.theme-green .chat-widget li.right .chat-info:before {
  border-left: 10px solid #5cb65f;
}

.theme-green .wizard > .steps .current a {
  background: #5cb65f;
}

.theme-green .wizard > .steps .done a {
  background: #6f7b7d;
}

.theme-green .pagination > li > a {
  color: #5cb65f;
}

.theme-green .pagination > li > a:hover {
  background: #5cb65f;
  border-color: #5cb65f;
  color: #fff;
}

.theme-green .pagination > li > span {
  color: #5cb65f;
}

.theme-green .page-item.active .page-link {
  background-color: #5cb65f;
  border-color: #5cb65f;
}

.theme-green .switch input:checked + .slider {
  background-color: #5cb65f;
}

.theme-green .switch input:focus + .slider {
  box-shadow: 0 0 1px #5cb65f;
}

.theme-green .top-navbar #navbar-search .form-control:focus,
.theme-green .top-navbar #navbar-search .form-control:active {
  background: #5cb65f;
  color: #fff;
}

.theme-green .top-navbar .progress-bar {
  background: #5cb65f;
}

.theme-green .jvectormap-zoomin,
.theme-green .jvectormap-zoomout {
  background: #5cb65f;
}

.theme-green .nav.nav-tabs3 {
  border-color: #5cb65f !important;
}

.theme-green .nav.nav-tabs3 > li > a.active,
.theme-green .nav.nav-tabs3 > li > a:hover {
  color: #5cb65f;
  border-color: #5cb65f !important;
}

.theme-green .nav.nav-tabs3 > li > a.active::after,
.theme-green .nav.nav-tabs3 > li > a:hover::after {
  background: #5cb65f;
}

.theme-green .nav.nav-tabs2 > li > a.active,
.theme-green .nav.nav-tabs2 > li > a:hover {
  background: #5cb65f;
}

.theme-green.h-menu .metismenu .collapse {
  border-top: 1px solid #5cb65f;
}

.theme-orange ::selection {
  color: #fff;
  background: #ffa117;
}

.theme-orange .sidebar-nav .metismenu > li.active > a {
  color: #ffa117;
}

.theme-orange .sidebar-nav .metismenu > li.active > a i {
  background: #ffa117;
  color: #fff;
}

.theme-orange .sidebar-nav .metismenu > li ul .active a {
  color: #ffa117;
}

.theme-orange .sidebar-nav .metismenu a:hover,
.theme-orange .sidebar-nav .metismenu a:focus {
  color: #ffa117;
}

.theme-orange .sidebar-nav .metismenu a:hover i,
.theme-orange .sidebar-nav .metismenu a:focus i {
  background: #ffa117;
  color: #fff;
}

.theme-orange .sidebar-nav .metismenu a:hover:after,
.theme-orange .sidebar-nav .metismenu a:focus:after {
  color: #ffa117;
}

.theme-orange .sidebar-nav .metismenu ul a:hover::before {
  background: #ffa117;
}

.theme-orange .card .header h2 {
  color: #ffa117;
  font-weight: 400;
}

.theme-orange .form-control:focus {
  color: #ffa117;
}

.theme-orange .fancy-checkbox input[type="checkbox"]:checked + span:before {
  color: #ffa117;
  border-color: #ffa117;
}

.theme-orange .chat-widget li.right .chat-info {
  background: #ffa117;
  color: #fff;
}

.theme-orange .chat-widget li.right .chat-info:before {
  border-left: 10px solid #ffa117;
}

.theme-orange .wizard > .steps .current a {
  background: #ffa117;
}

.theme-orange .wizard > .steps .done a {
  background: #6f7b7d;
}

.theme-orange .pagination > li > a {
  color: #ffa117;
}

.theme-orange .pagination > li > a:hover {
  background: #ffa117;
  border-color: #ffa117;
  color: #fff;
}

.theme-orange .pagination > li > span {
  color: #ffa117;
}

.theme-orange .page-item.active .page-link {
  background-color: #ffa117;
  border-color: #ffa117;
}

.theme-orange .switch input:checked + .slider {
  background-color: #ffa117;
}

.theme-orange .switch input:focus + .slider {
  box-shadow: 0 0 1px #ffa117;
}

.theme-orange .top-navbar #navbar-search .form-control:focus,
.theme-orange .top-navbar #navbar-search .form-control:active {
  background: #ffa117;
  color: #fff;
}

.theme-orange .top-navbar .progress-bar {
  background: #ffa117;
}

.theme-orange .jvectormap-zoomin,
.theme-orange .jvectormap-zoomout {
  background: #ffa117;
}

.theme-orange .nav.nav-tabs3 {
  border-color: #ffa117 !important;
}

.theme-orange .nav.nav-tabs3 > li > a.active,
.theme-orange .nav.nav-tabs3 > li > a:hover {
  color: #ffa117;
  border-color: #ffa117 !important;
}

.theme-orange .nav.nav-tabs3 > li > a.active::after,
.theme-orange .nav.nav-tabs3 > li > a:hover::after {
  background: #ffa117;
}

.theme-orange .nav.nav-tabs2 > li > a.active,
.theme-orange .nav.nav-tabs2 > li > a:hover {
  background: #ffa117;
}

.theme-orange.h-menu .metismenu .collapse {
  border-top: 1px solid #ffa117;
}

.theme-blush ::selection {
  color: #fff;
  background: #e25985;
}

.theme-blush .sidebar-nav .metismenu > li.active > a {
  color: #e25985;
}

.theme-blush .sidebar-nav .metismenu > li.active > a i {
  background: #e25985;
  color: #fff;
}

.theme-blush .sidebar-nav .metismenu > li ul .active a {
  color: #e25985;
}

.theme-blush .sidebar-nav .metismenu a:hover,
.theme-blush .sidebar-nav .metismenu a:focus {
  color: #e25985;
}

.theme-blush .sidebar-nav .metismenu a:hover i,
.theme-blush .sidebar-nav .metismenu a:focus i {
  background: #e25985;
  color: #fff;
}

.theme-blush .sidebar-nav .metismenu a:hover:after,
.theme-blush .sidebar-nav .metismenu a:focus:after {
  color: #e25985;
}

.theme-blush .sidebar-nav .metismenu ul a:hover::before {
  background: #e25985;
}

.theme-blush .card .header h2 {
  color: #e25985;
  font-weight: 400;
}

.theme-blush .form-control:focus {
  color: #e25985;
}

.theme-blush .fancy-checkbox input[type="checkbox"]:checked + span:before {
  color: #e25985;
  border-color: #e25985;
}

.theme-blush .chat-widget li.right .chat-info {
  background: #e25985;
  color: #fff;
}

.theme-blush .chat-widget li.right .chat-info:before {
  border-left: 10px solid #e25985;
}

.theme-blush .wizard > .steps .current a {
  background: #e25985;
}

.theme-blush .wizard > .steps .done a {
  background: #6f7b7d;
}

.theme-blush .pagination > li > a {
  color: #e25985;
}

.theme-blush .pagination > li > a:hover {
  background: #e25985;
  border-color: #e25985;
  color: #fff;
}

.theme-blush .pagination > li > span {
  color: #e25985;
}

.theme-blush .page-item.active .page-link {
  background-color: #e25985;
  border-color: #e25985;
}

.theme-blush .switch input:checked + .slider {
  background-color: #e25985;
}

.theme-blush .switch input:focus + .slider {
  box-shadow: 0 0 1px #e25985;
}

.theme-blush .top-navbar #navbar-search .form-control:focus,
.theme-blush .top-navbar #navbar-search .form-control:active {
  background: #e25985;
  color: #fff;
}

.theme-blush .top-navbar .progress-bar {
  background: #e25985;
}

.theme-blush .jvectormap-zoomin,
.theme-blush .jvectormap-zoomout {
  background: #e25985;
}

.theme-blush .nav.nav-tabs3 {
  border-color: #e25985 !important;
}

.theme-blush .nav.nav-tabs3 > li > a.active,
.theme-blush .nav.nav-tabs3 > li > a:hover {
  color: #e25985;
  border-color: #e25985 !important;
}

.theme-blush .nav.nav-tabs3 > li > a.active::after,
.theme-blush .nav.nav-tabs3 > li > a:hover::after {
  background: #e25985;
}

.theme-blush .nav.nav-tabs2 > li > a.active,
.theme-blush .nav.nav-tabs2 > li > a:hover {
  background: #e25985;
}

.theme-blush.h-menu .metismenu .collapse {
  border-top: 1px solid #e25985;
}

.theme-indigo ::selection {
  color: #fff;
  background: #9367b4;
}

.theme-indigo .sidebar-nav .metismenu > li.active > a {
  color: #9367b4;
}

.theme-indigo .sidebar-nav .metismenu > li.active > a i {
  background: #9367b4;
  color: #fff;
}

.theme-indigo .sidebar-nav .metismenu > li ul .active a {
  color: #9367b4;
}

.theme-indigo .sidebar-nav .metismenu a:hover,
.theme-indigo .sidebar-nav .metismenu a:focus {
  color: #9367b4;
}

.theme-indigo .sidebar-nav .metismenu a:hover i,
.theme-indigo .sidebar-nav .metismenu a:focus i {
  background: #9367b4;
  color: #fff;
}

.theme-indigo .sidebar-nav .metismenu a:hover:after,
.theme-indigo .sidebar-nav .metismenu a:focus:after {
  color: #9367b4;
}

.theme-indigo .sidebar-nav .metismenu ul a:hover::before {
  background: #9367b4;
}

.theme-indigo .card .header h2 {
  color: #9367b4;
  font-weight: 400;
}

.theme-indigo .form-control:focus {
  color: #9367b4;
}

.theme-indigo .fancy-checkbox input[type="checkbox"]:checked + span:before {
  color: #9367b4;
  border-color: #9367b4;
}

.theme-indigo .chat-widget li.right .chat-info {
  background: #9367b4;
  color: #fff;
}

.theme-indigo .chat-widget li.right .chat-info:before {
  border-left: 10px solid #9367b4;
}

.theme-indigo .wizard > .steps .current a {
  background: #9367b4;
}

.theme-indigo .wizard > .steps .done a {
  background: #6f7b7d;
}

.theme-indigo .pagination > li > a {
  color: #9367b4;
}

.theme-indigo .pagination > li > a:hover {
  background: #9367b4;
  border-color: #9367b4;
  color: #fff;
}

.theme-indigo .pagination > li > span {
  color: #9367b4;
}

.theme-indigo .page-item.active .page-link {
  background-color: #9367b4;
  border-color: #9367b4;
}

.theme-indigo .switch input:checked + .slider {
  background-color: #9367b4;
}

.theme-indigo .switch input:focus + .slider {
  box-shadow: 0 0 1px #9367b4;
}

.theme-indigo .top-navbar #navbar-search .form-control:focus,
.theme-indigo .top-navbar #navbar-search .form-control:active {
  background: #9367b4;
  color: #fff;
}

.theme-indigo .top-navbar .progress-bar {
  background: #9367b4;
}

.theme-indigo .jvectormap-zoomin,
.theme-indigo .jvectormap-zoomout {
  background: #9367b4;
}

.theme-indigo .nav.nav-tabs3 {
  border-color: #9367b4 !important;
}

.theme-indigo .nav.nav-tabs3 > li > a.active,
.theme-indigo .nav.nav-tabs3 > li > a:hover {
  color: #9367b4;
  border-color: #9367b4 !important;
}

.theme-indigo .nav.nav-tabs3 > li > a.active::after,
.theme-indigo .nav.nav-tabs3 > li > a:hover::after {
  background: #9367b4;
}

.theme-indigo .nav.nav-tabs2 > li > a.active,
.theme-indigo .nav.nav-tabs2 > li > a:hover {
  background: #9367b4;
}

.theme-indigo.h-menu .metismenu .collapse {
  border-top: 1px solid #9367b4;
}

.theme-red ::selection {
  color: #fff;
  background: #e15858;
}

.theme-red .sidebar-nav .metismenu > li.active > a {
  color: #e15858;
}

.theme-red .sidebar-nav .metismenu > li.active > a i {
  background: #e15858;
  color: #fff;
}

.theme-red .sidebar-nav .metismenu > li ul .active a {
  color: #e15858;
}

.theme-red .sidebar-nav .metismenu a:hover,
.theme-red .sidebar-nav .metismenu a:focus {
  color: #e15858;
}

.theme-red .sidebar-nav .metismenu a:hover i,
.theme-red .sidebar-nav .metismenu a:focus i {
  background: #e15858;
  color: #fff;
}

.theme-red .sidebar-nav .metismenu a:hover:after,
.theme-red .sidebar-nav .metismenu a:focus:after {
  color: #e15858;
}

.theme-red .sidebar-nav .metismenu ul a:hover::before {
  background: #e15858;
}

.theme-red .card .header h2 {
  color: #e15858;
  font-weight: 400;
}

.theme-red .form-control:focus {
  color: #e15858;
}

.theme-red .fancy-checkbox input[type="checkbox"]:checked + span:before {
  color: #e15858;
  border-color: #e15858;
}

.theme-red .chat-widget li.right .chat-info {
  background: #e15858;
  color: #fff;
}

.theme-red .chat-widget li.right .chat-info:before {
  border-left: 10px solid #e15858;
}

.theme-red .wizard > .steps .current a {
  background: #e15858;
}

.theme-red .wizard > .steps .done a {
  background: #6f7b7d;
}

.theme-red .pagination > li > a {
  color: #e15858;
}

.theme-red .pagination > li > a:hover {
  background: #e15858;
  border-color: #e15858;
  color: #fff;
}

.theme-red .pagination > li > span {
  color: #e15858;
}

.theme-red .page-item.active .page-link {
  background-color: #e15858;
  border-color: #e15858;
}

.theme-red .switch input:checked + .slider {
  background-color: #e15858;
}

.theme-red .switch input:focus + .slider {
  box-shadow: 0 0 1px #e15858;
}

.theme-red .top-navbar #navbar-search .form-control:focus,
.theme-red .top-navbar #navbar-search .form-control:active {
  background: #e15858;
  color: #fff;
}

.theme-red .top-navbar .progress-bar {
  background: #e15858;
}

.theme-red .jvectormap-zoomin,
.theme-red .jvectormap-zoomout {
  background: #e15858;
}

.theme-red .nav.nav-tabs3 {
  border-color: #e15858 !important;
}

.theme-red .nav.nav-tabs3 > li > a.active,
.theme-red .nav.nav-tabs3 > li > a:hover {
  color: #e15858;
  border-color: #e15858 !important;
}

.theme-red .nav.nav-tabs3 > li > a.active::after,
.theme-red .nav.nav-tabs3 > li > a:hover::after {
  background: #e15858;
}

.theme-red .nav.nav-tabs2 > li > a.active,
.theme-red .nav.nav-tabs2 > li > a:hover {
  background: #e15858;
}

.theme-red.h-menu .metismenu .collapse {
  border-top: 1px solid #e15858;
}

.light_version {
  background: #fff;
  color: #17191c;
}

.light_version .fancy-radio input[type="radio"] + span i,
.light_version .fancy-checkbox input[type="checkbox"] + span:before {
  border-color: #e1e8ed;
}

.light_version .list-group-item {
  background-color: #fff;
  border-color: #e1e8ed;
}

.light_version .list-group-item.active {
  background-color: #3c89da;
}

.light_version .btn.btn-default {
  background: #fff;
  border-color: #e1e8ed;
  color: #4a4c4e;
}

.light_version .btn.btn-outline-secondary {
  border-color: #e1e8ed;
}

.light_version .form-control,
.light_version .input-group-prepend .input-group-text,
.light_version .input-group-append .input-group-text {
  border-color: #e1e8ed;
}

.light_version .nav.nav-tabs {
  border-color: transparent;
}

.light_version .nav.nav-tabs .nav-link {
  color: #4a4c4e75;
}

.light_version .nav.nav-tabs .nav-link.active,
.light_version .nav.nav-tabs .nav-link:hover,
.light_version .nav.nav-tabs .nav-link:focus {
  border-color: transparent;
  background: transparent;
}

.light_version .nav.nav-tabs3 {
  border-color: #e1e8ed;
}

.light_version .nav.nav-tabs3.table-nav {
  background-color: #fff;
}

.light_version .progress {
  background-color: rgba(23, 25, 28, 0.1);
}

.light_version .switch .slider {
  background-color: rgba(23, 25, 28, 0.15);
}

.light_version .modal-dialog .modal-content {
  background: #fff;
}

.light_version .modal-dialog .modal-content .modal-header,
.light_version .modal-dialog .modal-content .modal-footer {
  border-color: #e1e8ed;
}

.light_version .wizard .steps .disabled a {
  background: rgba(23, 25, 28, 0.2);
}

.light_version .wizard .content {
  border-color: #e1e8ed;
  background-color: #fff;
}

.light_version .wizard .content .body input {
  border-color: #e1e8ed;
}

.light_version .dropify-wrapper {
  background-color: #fff;
  border-color: #e1e8ed;
}

.light_version .dropify-wrapper .dropify-preview {
  background-color: #fff;
}

.light_version .dropify-wrapper:hover {
  background-image: linear-gradient(
    -45deg,
    #e1e8ed 20%,
    transparent 25%,
    transparent 50%,
    #e1e8ed 45%,
    #e1e8ed 70%,
    transparent 75%,
    transparent
  );
}

.light_version .accordion > div {
  background: transparent;
}

.light_version .accordion .card-header {
  background: #fff;
}

.light_version .accordion .card-header .btn {
  color: #212834;
}

.light_version .border-right,
.light_version .border-top,
.light_version .border-left,
.light_version .border-bottom,
.light_version .accordion2 {
  border-color: #e1e8ed !important;
}

.light_version .border-right .accordion-item,
.light_version .border-top .accordion-item,
.light_version .border-left .accordion-item,
.light_version .border-bottom .accordion-item,
.light_version .accordion2 .accordion-item {
  border-color: #e1e8ed;
}

.light_version .pagination .page-link {
  border-color: #e1e8ed !important;
}

.light_version .pagination .disabled.page-item .page-link {
  background-color: #e1e8ed;
}

.light_version .top-navbar {
  background: #fff;
  border-color: #e1e8ed;
  margin: 0;
  width: calc(100% - 240px);
}

.light_version .top-navbar #navbar-search .form-control {
  background: #fff;
}

.light_version .top-navbar .navbar-btn button {
  color: #4a4c4e;
}

@media screen and (max-width: 1200px) {
  .light_version .top-navbar {
    width: 100%;
  }
}

.light_version .navbar-nav .icon-menu {
  color: #4a4c4e;
}

.light_version .navbar-nav .dropdown-menu {
  border: none;
}

.light_version .themesetting {
  background: #fff;
  border-color: #282b2f;
}

.light_version .themesetting .theme_btn {
  background: #282b2f;
  color: #fff;
}

.light_version .rightbar {
  background: #fff;
}

.light_version #left-sidebar {
  background: #fff;
}

.light_version #left-sidebar .navbar-brand {
  border-color: #e1e8ed;
}

.light_version #left-sidebar .navbar-brand span {
  color: #17191c;
}

.light_version .user-account {
  color: #17191c;
}

.light_version .card .header.bline {
  border-color: #e1e8ed;
}

.light_version .card .body,
.light_version .card .card-body {
  background: #fff;
  border: 1px solid #e1e8ed;
  color: #17191c;
  /* border: 0px; */
}

.light_version .card .card-footer {
  background: #e1e8ed;
}

.light_version .card.bg-success .body {
  background: #5cb65f;
}

.light_version .block-header h2,
.light_version .block-header h1 {
  color: #4a4c4e;
}

.light_version .table.table-custom thead th {
  background: #fff;
}

.light_version .table.table-custom tbody tr {
  background: #fff;
}

.light_version .table tr td,
.light_version .table tr th {
  border-color: #e1e1e1;
  background: #fff;
}

.light_version .table.table-striped tbody tr:nth-of-type(2n + 2) {
  background: #e1e8ed !important;
}

.light_version .table.table-custom2 thead,
.light_version .table.table-custom2 tbody {
  background: #fafafa;
}

.light_version .mail-inbox .mail-right .mail-list ul li {
  background: rgba(23, 25, 28, 0.05);
}

.light_version .mail-inbox .mail-right .mail-detail-full .detail-header {
  border-color: #e1e8ed;
}

.light_version .custom-select,
.light_version .custom-file .custom-file-label {
  border-color: #e1e8ed;
}

.light_version .custom-file-label::after {
  border-color: #e1e8ed;
  background-color: #e1e8ed;
}

.light_version .multiselect_div > .btn-group .btn {
  border-color: #e1e8ed;
}

.light_version .multiselect_div > .btn-group .btn span {
  color: #4a4c4e;
}

.light_version .noUi-target {
  border-color: #e1e8ed;
}

.light_version .noUi-target .noUi-background {
  background: #e1e8ed;
}

.light_version .megamenu .title {
  color: #fff;
}

.light_version .megamenu .setting-list li {
  color: #bbbec2;
}

.light_version .megamenu .form-control {
  border-color: #4a4c4e;
}

.light_version .metismenu li.header {
  color: #77797c;
}

.light_version .metismenu a {
  color: #191f28;
}

.light_version .metismenu ul a {
  color: #393d42;
}

.light_version .metismenu ul a:before {
  background: #e2e4e7;
}

.light_version .metismenu .has-arrow:after {
  color: #96989c;
}

.light_version .search_div {
  background: #f1f4f6;
}

.light_version.mini_sidebar.mini_hover #left-sidebar {
  background: #fff;
}

.light_version.mini_sidebar.mini_hover .overlay {
  display: block;
}

.light_version.h-menu .metismenu ul a {
  color: #e2e4e7 !important;
}

.light_version .c3-chart-arcs path {
  stroke: #fff;
}

.light_version .ct-grid {
  stroke: rgba(23, 25, 28, 0.1);
}

.light_version #m_area_chart2 path,
.light_version #e_area_chart path,
.light_version #m_bar_chart path,
.light_version #bar_stacked path,
.light_version #m_area_chart path {
  stroke: rgba(23, 25, 28, 0.2);
}

.light_version .flot-tick-label.tickLabel {
  color: #17191c;
}

.light_version .card-chart-bg {
  background: #fff;
}

.light_version .right_chat .media .name {
  color: #4a4c4e;
}

.light_version .right_chat .media .status {
  border-color: #fff;
}

.light_version .chat-widget li.left .chat-info {
  background: rgba(23, 25, 28, 0.05);
}

.light_version .chat-widget li.left .chat-info::before {
  border-right: 10px solid rgba(23, 25, 28, 0.05);
}

.light_version .chatapp_body {
  border-color: #e1e8ed;
}

.light_version .chatapp_body .chat-history {
  border-color: #e1e8ed;
}

.light_version .fc-unthemed th,
.light_version .fc-unthemed td {
  border-color: #e1e8ed;
}

.light_version .fc-unthemed th {
  background: #e1e8ed;
  color: #4a4c4e;
}

.light_version .fc-unthemed th span {
  font-weight: 400;
}

.light_version
  .fc
  .fc-view.fc-agenda
  > table
  tbody
  tr
  td:first-child.fc-widget-content,
.light_version .fc .fc-view.fc-basic-view .fc-body .fc-row .fc-bg,
.light_version .fc .fc-view.fc-agenda .fc-body .fc-row .fc-bg {
  border-color: #e1e8ed;
}

.light_version
  .fc
  .fc-view.fc-basic-view
  > table
  tbody
  tr
  td:first-child.fc-widget-content,
.light_version .fc .fc-view.fc-basic-view > table tbody tr td.fc-widget-content,
.light_version
  .fc
  .fc-view.fc-basic-view
  > table
  > thead
  tr
  th.fc-widget-header {
  border-color: #e1e8ed;
}

.light_version .fc .fc-view-container .fc-other-month {
  background: rgba(23, 25, 28, 0.02);
}

.light_version
  .fc
  .fc-view-container
  .fc-view.fc-basic-view
  > table
  > thead
  tr
  td.fc-widget-header {
  border-color: #e1e8ed;
}

.light_version .icons-list div {
  border-color: #e1e8ed !important;
}

.light_version .icon-container:hover .icon-name {
  color: #17191c;
}

.light_version .timeline .timeline-marker::after {
  background: #e1e8ed;
}

.light_version .timeline .period .timeline-marker::before {
  border-color: #e1e8ed;
}

.light_version .taskboard .dd-handle,
.light_version .taskboard .dd-content {
  border-color: #e1e8ed;
}

.light_version #calendar .fc-widget-content {
  border-color: #e1e8ed;
}

.light_version .sidebar {
  border: 1px solid #e1e8ed;
}

.light_version .sidebar .slimScrollBar {
  background: rgba(23, 25, 28, 0.1) !important;
}

.light_version .team-info li img {
  border-color: #fff;
}
.team-info li img {
  margin-left: -5px;
}
/* ################## Selectbox custom css ############## */

.select-box {
  border: initial;
  width: 100%;
  max-width: 480px;
  padding: 0.375rem 0.75rem;
  font-size: 14px !important;
  border-radius: 4px;
  border: 1px solid #e1e8ed !important;
  -webkit-appearance: none;
          appearance: none;
  background-image: url(/static/media/selectdeactive.300cd47ed6c34521c56e.svg);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  color: #77797c !important;
}
.select-box:focus {
  box-shadow: none;
  background-image: url(/static/media/selectfocus.023da315e0bc867dc310.svg);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  color: #000 !important;
  outline: none;
  border-color: #57595d;
}
.select-box-small {
  border: initial;
  width: 100%;
  min-width: 180px;
  max-width: 480px;
  padding: 0.375rem 0.75rem;
  font-size: 14px !important;
  border-radius: 4px;
  border: 1px solid #e1e8ed !important;
  -webkit-appearance: none;
          appearance: none;
  background-image: url(/static/media/selectdeactive.300cd47ed6c34521c56e.svg);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  color: #77797c !important;
}
.select-box-small:focus {
  box-shadow: none;
  background-image: url(/static/media/selectfocus.023da315e0bc867dc310.svg);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  color: #000 !important;
  outline: none;
  border-color: #57595d;
}
.height-calc-50 {
  height: calc(100vh - 50px);
}
.apexcharts-menu-icon {
  width: 35px !important;
  height: 25px !important;
}

/* #################### Oneable Custom Css ################# */
.one-btn-sm {
  padding: 1px 10px;
  border-radius: 8px;
}
.btn-xs {
  padding: 0.15rem 0.3rem;
}

/* ################### checkbox rounded box ################### */

/* The container */
.checkbox-main-div {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-main-div input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  border-radius: 50%;
  width: 18px;
  background-color: #fff;
}

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

/* When the checkbox is checked, add a blue background */
.checkbox-main-div input:checked ~ .checkmark {
  background-color: #37abe6;
}

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

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

/* Style the checkmark/indicator */
.checkbox-main-div .checkmark:after {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.spantag-labelname {
  padding-left: 10px;
  padding-right: 8px;
}
.maindiv-orgcreative-checkbox {
  display: inline-flex;
  background: #37abe6;
  align-items: center;
  border-radius: 50px;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  margin-right: 2px;
  margin-bottom: 4px;
}

.d-justify-align {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ################### Active checkbox ################### */

.main-activecheck {
  display: inline-flex;
  /* background: #37abe6; */
  align-items: center;
  border-radius: 7px;
  padding: 3px;
  font-weight: 600;
  color: #fff;
  margin-right: 2px;
  margin-bottom: 4px;
}

/* The container */
.activebox-main {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.activebox-main input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.activemark {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  border-radius: 50%;
  width: 14px;
  background-color: #fff;
}

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

/* When the checkbox is checked, add a blue background */
.activebox-main input:checked ~ .activemark {
  background-color: #7269ef;
}

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

/* Show the checkmark when checked */
.activebox-main input:checked ~ .activemark:after {
  display: block;
}

/* Style the checkmark/indicator */
.activebox-main .activemark:after {
  left: 2px;
  top: 0px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(47deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* ######################### checkbox onclick #################### */

.maincontainer {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.maincontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.roundcheckmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #dcdcdc;
}

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

/* When the checkbox is checked, add a blue background  #2196F3; */
.maincontainer input:checked ~ .roundcheckmark {
  background-color: #7269ef;
}

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

/* Show the checkmark when checked */
.maincontainer input:checked ~ .roundcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.maincontainer .roundcheckmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.orgdasbord-barchart {
  width: 100vw;
}
.overflow-wrap-anywhere {
  overflow-wrap: anywhere !important;
}
.epr_-6npj90 {
  --epr-emoji-size: 17px !important;
}
.ql-container.ql-snow {
  border: 0px !important;
    height: 45px;
    overflow:auto;
   }


/* .ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button */

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.manager-settings-scrollbox .table-container{
  height: calc(100vh - 206px);
}

/* ######################### Page nation Css styles ######################### */
.pagination li, .pagination li a {
  cursor: pointer;
  display: inline-block;
}
.pagination li {
  margin: 0 5px;
  padding: 0;
  border: none;
  border-radius: 0px;
}
.pagination li a {
  border: 1px solid #ccc;
}
.pagination li a {
  padding: 5px 10px;
  border-radius: 4px;
}
.pagination li.active a, .pagination li.active a:hover {
  border: 1px solid #007bff;
}
.pagination li.active a, .pagination li.active a:hover {
  background-color: #007bff;
}
.pagination .active, .pagination .active a {
  border: 1px solid #007bff;
  border-radius: 4px !important;
}
.pagination .active, .pagination .active a {
  color: #fff !important;
}
.pagination li a {
  padding: 5px 10px;
  border-radius: 4px;
}
.pagination li, .pagination li a {
  cursor: pointer;
  display: inline-block;
}

/* ############ Pemkey table css ################ */
.Pemkey-Table tbody tr td{
  padding: 7px 15px !important;
}


/* ################### multiselection dropdown ############### */
/* .css-1w5iodt-multiValue{

} */

.opacity5{
  opacity: 0.5!important;
}
/* #####################################################Login pages start####################################################  */

.otp-style {
  width: 80px;
  height: 40px;
}

.icons-list div {
  line-height: 40px;
  white-space: nowrap;
  cursor: default;
  position: relative;
  z-index: 1;
  padding: 5px;
}

.icons-list div i {
  display: inline-block;
  width: 80px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}


.form_wizard_width {
  width: calc(25% - 1px);
}

.left_dropdown_btn {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.sidebar-scroll {
  overflow-y: auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  height: 100%;
  width: 100%;
}

.file-attachment-body {
  overflow-x: auto;
  position: absolute;
  bottom: 96px;
  left: -1px;
  border-bottom: none !important;
}

.file-attachment-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  cursor: pointer;
}

.image-upload-view {
  position: absolute;
  right: -1px;
  top: -3px;
}

.file-attachment-body::-webkit-scrollbar-thumb {
  overflow: visible;
  cursor: pointer;
  border-radius: 4px;
}

.file-attachment-body::-webkit-scrollbar-track {
  cursor: pointer;
  border-radius: 4px;
}

.text-editor-black .public-DraftEditor-content {
  height: 150px;
  padding: 5px;
}

/* #####################################################Side Menu start####################################################  */

.iconsvda {
  margin-bottom: 5px;
}

.dnd-item {
  padding: 0.5rem;
}

.dnd-item.current {
  display: none;
}

.h80vh {
  height: 70vh;
}

.h26vh {
  height: calc(100vh - 26vh) !important;
}

.h50vh {
  height: 50vh;
}

.line22 {
  line-height: 22px;
}

.w-16 {
  width: 16px;
}

.w12 {
  width: 12px;
  height: 12px;
}

.w11 {
  width: 11px;
}

.w10 {
  width: 10px;
  height: 10px;
}

.w9 {
  width: 9px;
  height: 9px;
}

.icon-dashboard {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-dashboard .theme-cyan .sidebar-nav .metismenu>li>a:active,
.theme-cyan .sidebar-nav .metismenu>li>a:focus .icon-dashboard,
.metismenu .active .icon-dashboard {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-timesheet {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-timesheet .theme-cyan .sidebar-nav .metismenu>li>a:active,
.theme-cyan .sidebar-nav .metismenu>li>a:focus .icon-timesheet,
.metismenu .active .icon-timesheet {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-project {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-project .theme-cyan .sidebar-nav .metismenu>li>a:active,
.theme-cyan .sidebar-nav .metismenu>li>a:focus .icon-project,
.metismenu .active .icon-project {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-collabration {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-collabration .theme-cyan .sidebar-nav .metismenu>li>a:active,
.theme-cyan .sidebar-nav .metismenu>li>a:focus .icon-collabration,
.metismenu .active .icon-collabration {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-productivity {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-productivity .theme-cyan .sidebar-nav .metismenu>li>a:active,
.theme-cyan .sidebar-nav .metismenu>li>a:focus .icon-productivity,
.metismenu .active .icon-productivity {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-employee {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-task {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-task .theme-cyan .sidebar-nav .metismenu>li>a:active,
.theme-cyan .sidebar-nav .metismenu>li>a:focus .icon-task,
.metismenu .active .icon-task {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-scheduler {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-seeddata {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-Vai {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-Vai .theme-cyan .sidebar-nav .metismenu>li>a:active,
.theme-cyan .sidebar-nav .metismenu>li>a:focus .icon-Vai,
.metismenu .active .icon-Vai {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-fileshare {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.icon-fileshare .theme-cyan .sidebar-nav .metismenu>li>a:active,
.theme-cyan .sidebar-nav .metismenu>li>a:focus .icon-fileshare,
.metismenu .active .icon-fileshare {
  display: inline-block;
  height: 25px;
  width: 25px;
}


.metismenu a:hover {
  padding: 6px 12px !important;
}

.metismenu>li i {
  border-radius: 3px;
  position: relative;
  top: 1px;
  width: 20px !important;
  height: 20px !important;
  line-height: 16px;
  text-align: center;
}


.user-account {
  padding: 0px !important;
  margin: 0px 12px 0px 0px !important;
  align-items: center !important;
}

.user-account .user_div .user-photo {
  border-radius: 40px !important;
  width: 40px;
}

.m-l-10,
#left-sidebar .navbar-brand span,
.user-account .dropdown,
.accordion2 .accordion-thumb span,
.setting-list li>span,
.mail-inbox .mail-right .mail-list ul li .md-right p {
  margin-left: 2px !important;
}

.custom-nav .dropdown-menu {
  top: 100%;
  position: absolute;
  overflow: hidden;
  right: 0px !important;
  left: auto !important;
}

.minimize_menu {
  width: 70px;
}

.mini_sidebar .mini_sidebar_on .metismenu>li i {
  margin: 0;
  margin-top: 6px !important;
}

.sidebar-nav .metismenu a {
  padding: 11px 12px !important;
}

.oneable-flex-aligns {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.oneable-body {
  padding-bottom: 8px;
}

.oneable-body h3,
p {
  margin-bottom: 0px;
}

.oneable-footer {
  margin-top: 10px;
}

.oneable-flex-aligns h5,
p {
  margin-bottom: 0px;
}

.oneable-menu-row .card .body .icon-in-bg {
  width: 55px;
  height: 68px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



.alert {
  position: relative;
  padding: 0.2rem 0.6rem !important;
  margin-bottom: 0px !important;
  border: 0px solid transparent !important;
  border-radius: 4px !important;
}

.w14 {
  width: 14px;
  height: 14px;
}

.w-14 {
  width: 14px;
}


.align-item-center {
  align-items: center;
}

.rounded-full {
  border-radius: 100%;
}

/* ################## font color code ################ */

/* ###################### bg color start ################ */

.modul-tablelist thead th {
  border: none;
  padding: 0.45rem;
}

/* ######################### Font Size End ################# */

/* ############################ line height ################## */

.line-height-10 {
  line-height: 10px;
}

.line-height-12 {
  line-height: 12px;
}

.line-height-14 {
  line-height: 14px;
}

.line-height-16 {
  line-height: 16px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

/* ######################### width and height ######################## */

.w18 {
  width: 18px !important;
}

.w25 {
  width: 25px !important;
}

.w22 {
  width: 22px;
}

.w30 {
  width: 30px !important;
}

.w33 {
  width: 33px !important;
}

.w34 {
  width: 34px !important;
  height: 34px !important;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w150 {
  width: 250px !important;
  height: 250px !important;
}

.w120 {
  width: 120px !important;
}

.w350 {
  width: 360px;
}

.vw100 {
  width: 100vw;
}

.h250 {
  height: 250px;
}

.h30 {
  height: 30px !important;
}

.h35 {
  height: 35px !important;
}

.w16 {
  width: 16px !important;
  height: 16px !important;
}

.h34 {
  height: 34px !important;
}

.h150 {
  height: 150px !important;
}

.h_100 {
  height: 100% !important;
}

.dashboard-table a {
  text-decoration: none !important;
}

.dashboard-table .table-custom thead th {
  padding: 8px 14px !important;
}

.manager-barchart-bar-align-nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 439px;
  width: 100%;
}

.productivity-nodata-barchart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 390px;
  width: 100%;
}

.d-justify-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Nodata_Host {
  height: calc(100vh - 75vh);
}

#left-sidebar .navbar-brand {
  padding: 10px !important;
  margin: 0px !important;
}

#left-sidebar .navbar-brand span {
  margin-left: 8px !important;
  letter-spacing: 1px;
}

.navbar-nav .icon-menu .notification-dot {
  transition: all 0.3s ease-in-out;
  border-radius: 14px !important;
  width: 14px !important;
  height: 14px !important;
  line-height: 14px;
  position: absolute;
  top: 16px !important;
  right: 5px !important;
  text-align: center;
}

.navbar-nav .icon-menu {
  padding: 16px 12px !important;
}


.TeamTable tr th {
  padding: 11px 14px !important;
}

.SelfThead tr th {
  padding: 11px 14px !important;
}

.timeThead tr th p {
  margin-top: 5px;
}

.timeTabs .tab-content {
  margin-top: 0px;
}

.productivity-navlink-p .nav-link {
  padding: 0px !important;
}


.Tfilter {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.btnpara {
  right: 0px;
  bottom: 5px;
}

.TimeTabs a {
  padding-left: 0px;
}

.opaUserIcon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.slide-show {
  height: 100%;
  max-width: 480px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}

.slide-show .modal-title {
  text-transform: capitalize;
  letter-spacing: 0px;

}

.slide-show .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 13px 16px;
  z-index: 15;

}



.slide-show .modal-body {
  padding: 10px 16px;
  overflow: hidden;
  z-index: 14;
}

.slide-show .modal-body:hover {
  overflow: auto;
}

.slide-show .modal-footer {
  padding: 6px 16px;
  z-index: 15;
}

.slide-show .scrollbox {
  overflow: hidden;
  visibility: visible;
}

.slide-show .scrollbox:hover {
  overflow: auto;
  visibility: visible;
}

.model-close-icon {
  position: absolute;
  right: 14px;
  top: 12px;
  cursor: pointer;
}

.model-close-icon:hover {
  position: absolute;
  right: 14px;
  top: 12px;
  cursor: pointer;
  height: calc(1px);
}

.Composed-Email {
  max-width: 550px;
  padding: 0rem;
}

.Project_show {
  width: 420px;
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 1000;
  padding: 1rem;
}

.ProductivityTabs a {
  margin-right: 10px;
}

.slide-showes {
  height: 300px;
  max-width: 300px;
  width: 100%;
  position: absolute;
  z-index: 99;
  padding: 1rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.PswVeiw {
  right: 14px;
  top: 9px;
}

.borderlg {
  height: 40px;
}

#login-form {
  margin-top: 25px !important;
}

.seltTable th,
.seltTable td {
  padding: 1.15rem;
  vertical-align: top;
}

.TeamTable tr td {
  padding: 0.85rem;
  vertical-align: bottom;
}


.loginbg {
  z-index: 9;
}

.BorderBottom-Style {
  height: 3px;
  width: 102px;
  border-radius: 3px;
}

.Designation {
  margin-top: 1px;
}

.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.Max-width1 {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.Max-width2 {
  max-width: 65%;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.custom-label label {
  margin-bottom: 0px;
  margin-top: 0px;
}

.Employee-Card .btn {
  padding: 3px 15px;
}

.Employeeslide-show {
  height: 90%;
  width: 90%;
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 1001;
  padding: 1rem;
}

.z-index-high {
  z-index: 10000;
}

.TimeApproved {
  right: 105px;
}

.TimeRejects {
  right: 205px;
}

.iconapproved {
  width: 22px;
}

.TimePending {
  right: 320px;
}

#session-expired .endcall-bk {
  position: fixed;
}


.w-100-px {
  width: 100px !important;
}

.h-70-px {
  height: 70px;
}

.timesheet-in-icons img {
  width: 15px;
}

.team-timesheet-breadcrumb .breadcrumb {
  padding: 6px 0px;
  margin-top: 0px;
  margin-bottom: 2px;
}

.Team_pending_tabs .tab-content {
  margin-top: 0px;
}

.float-right-align {
  position: absolute;
  right: 12px;
  top: 10px;
}

.Lang-select {
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 0px;
  outline: none;
}

.w-h-30 {
  width: 30px;
  height: 30px;
}

.vaiCardbox .scrollbox {
  height: 463px !important;
}

.chat-history {
  height: calc(100vh - 230px) !important;
}

#createtool .chat-history {
  height: calc(100vh - 100px) !important;
}

.channel-list {
  height: calc(100vh - 266px) !important;
}

.emailchat-history {
  height: calc(100vh - 303px) !important;
}

.task-scrool-bar .scrollbox {
  height: calc(100vh - 164px);
  overflow: hidden;
  visibility: hidden;
}

.planned_task .scrollbox {
  height: calc(100vh - 190px);
  overflow: hidden;
  visibility: hidden;
}

.planned_task .scrollbox:hover {
  height: calc(100vh - 190px);
  overflow: auto;
  visibility: visible;
}

.selft-Tabs-Scrollbox .scrollbox .scrollbox-content,
.selft-Tabs-Scrollbox .scrollbox:hover,
.selft-Tabs-Scrollbox .scrollbox:focus {
  visibility: visible !important;
  height: calc(100vh - 20px) !important;
}

.scrollbox {
  height: calc(100vh - 164px);
  overflow: auto;
  visibility: hidden;
}

.scrollbox-content,
.scrollbox:hover {
  visibility: visible;
}

.scrollbox_delayed {
  transition: visibility 0.2s;
}

.scrollbox_delayed:hover {
  transition: visibility 0s 0.2s;
}

.scrollbox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollbox::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;

}

.apexcharts-canvas .apexcharts-yaxis .apexcharts-yaxis-label,
.apexcharts-canvas .apexcharts-yaxis .apexcharts-xaxis-label,
.apexcharts-canvas .apexcharts-xaxis .apexcharts-yaxis-label,
.apexcharts-canvas .apexcharts-xaxis .apexcharts-xaxis-label {
  fill: #303030 !important;
}

/* Org-Dashboard CSS Styles */

.Org_Progress_icon {
  right: 15px;
  bottom: 10px;
}

.vai-icons-vertical {
  max-height: 90vh;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.vertical-align-flex {
  width: 100px;
  text-align: center;
}

.overflow-ellipsis {
  white-space: nowrap;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}

.img-circle1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}

.img-circle1 img {
  vertical-align: -webkit-baseline-middle;
}


.mini_sidebar.mini_hover #left-sidebar {
  width: 200px !important;
}

.mini_sidebar.mini_hover .overlay {
  display: none !important;
}

.timesheet-approved {
  all: unset !important;
  padding: 2px 6px !important;
}

.timesheet-submitted {
  all: unset !important;
  padding: 2px 6px !important;
}

.timesheet-rejected {
  all: unset !important;
  padding: 2px 6px !important;
  cursor: pointer !important;
}



.timesheet-tabs a {
  padding: 4px 8px;
}


.right-button {
  position: absolute;
  right: 0px;
  top: 0px;
}

.menubuttons {
  position: relative;
  top: 30px;
  width: 100%;
  right: 3px;
}

.buttondiv {
  bottom: 10px;
}

.weekbuttons {
  right: 0px;
}

/* .Add-Timesheet-Maindiv */

.newtimesheet_btn {
  position: fixed;
  right: 20px;
  top: 70px;
  z-index: 2;
}

.fc-prev-button,
.fc-next-button {
  height: 35px;
  display: flex !important;
  align-items: center !important;
}

.OrgProductivity {
  padding-bottom: 40px !important;
}

.Team_Subtabs .tab-content {
  margin-top: 0px !important;
}


.alt-ctrl-tab {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
  z-index: 99 !important;
}


.Newtime_Team_Div {
  padding: 4px 10px;
}

.client-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.client-view-content {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.client-view .client-body {
  flex: 1 1 auto;
  position: relative;
}

.client-view .client-body .main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.client-view .client-bottom {
  flex: 0 0 auto;
}

.text-input {
  display: flex;
  align-items: center;
  width: 100%;
}

.text-input .text-input-field {
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
}

.text-input .target {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  resize: none;
  outline: 0;
  margin: 0;
  padding: 0.25em;
  padding-left: 0;
  overflow: hidden;
}

div.displayOuter {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
}

div.displayMiddle {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.custom-right-button {
  position: absolute;
  top: 5px;
  right: 12px;
}

.dispaly-containes {
  display: contents;
}

.resize-sensor {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border: none;
  opacity: 0;
  z-index: -1;
}

.viewport {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div.display {
  display: inline-block;
}

div.display * {
  position: relative;
}

div.display>* {
  margin-left: auto;
  margin-right: auto;
}

/* <----FAQS PAGE STYLES--------> */

.cd-header {
  height: 100px;
  text-align: center;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.w-240 {
  width: 240px;
}

.position-fixed {
  position: fixed;
}

.ul-fixed {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  flex-shrink: 0;
  top: 20px;
  width: 20%;
  margin-top: 1.25em;
}

.ul-fixed li {
  list-style: none;
  padding: 1rem 1rem;

}

.ul-fixed li a {
  text-decoration: none;

}

.cd-content-li {
  padding: 1rem;
  list-style: none;
  border-radius: 10px;
  margin: 8px 0px;
}



.ul-padding-0 ul li {
  margin: 0.8rem;
}

.calendar-col {
  padding-left: 0px !important;
  top: 11px;
  text-align: center;
  position: relative;
  margin: 0px 4px;
}

.fc-daygrid-day-bg,
.fc-daygrid-day-bottom {
  display: none;
}

.fc .fc-col-header-cell-cushion {
  padding: 25px 0px !important;
}

.welcome-logo {
  width: 40px;
  margin-bottom: 8px;
}

.login-bk {
  z-index: 9;
}

.fc .fc-daygrid-day-top {
  flex-direction: column-reverse !important;
  text-align: center;
}

.team-memmember-emlist {
  padding-left: 0px !important;
}

.team-memmember-Calendar {
  padding-right: 0px !important;
}

.camera_Icon {
  text-align: center;
  height: 28px;
  width: 28px;
  line-height: 20px;
  padding: 2px;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  right: -8px;
}

.productBox {
  height: 400px;
}

.mb-3-px {
  margin-bottom: 3px;
}

.w-22-px {
  width: 22px;
}

.pathname-icon {
  position: relative;
  top: -2px;
}

.pricing-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
  height: calc(100vh - 136px);
}

.fileshare-div .plan,
.pricing-div .plan {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 4px 0px;
  width: 150px;
  text-align: center;
  transition: transform 0.2s;
}

.fileshare-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
  top: 15px;
  line-height: 76px;
  margin-bottom: 10px !important;
}

.fc .fc-daygrid-day-events {
  margin-top: 0px !important;
  margin-bottom: -8px !important;
}

.mine .w16 {
  width: 12px;
}


.selftbtn,
.teambtn {
  width: 90px;
}

.input-opt input[type="number"] {
  height: 45px;
  width: 45px;
  text-align: center;
  margin: 2px;
  border-radius: 4px;
}


.input-opt input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.task_add_btn {
  margin-top: 7px;
  cursor: pointer;
}

.passcode_inputDiv input {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}

.profile-badge {
  padding: 5px;
  position: relative;
}

.user-detail {
  position: relative;
  padding: 115px 0px 10px 0px;

}

.user-detail h3 {
  margin: 0px;
  margin: 0px 0px 5px 0px;
}

.user-detail .btn {
  margin-bottom: 10px;
  border-radius: 0px;
}

.user-detail .btn i {
  padding-right: 18px;
}

.profile-pic {
  position: absolute;
  height: 120px;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 1001;
  padding: 10px;
}

.profile-pic img {
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

.otp-inputs input {
  overflow: visible;
  width: 45px !important;
  height: 45px !important;
}



/* ###################### profile preview css start here ##################### */

.img-holder {
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 6px !important;
}

.social .profile-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px !important;
}

#input[type="file"] {
  display: none;
}

#file-upload[type="file"] {
  display: none;
}

#file-upload-image[type="file"] {
  display: none;
}

.label {
  width: 100%;
  margin-top: 0rem;
  display: flex;
  justify-content: center;
}

.image-upload {
  cursor: pointer;
}

.material-icons {
  position: absolute;
  right: 55px;
  bottom: 0px;
  cursor: pointer;
  z-index: 2;
}

.tabs-styles-edit .nav-tabs .nav-link {
  width: 36px;
  height: 30px;
  line-height: 24px;
  margin: 0px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar_Self,
.Details_Self,
.Details_Team,
.calendar_Team {
  height: 100vh;
  height: 100%;
}


.h_100_vh {
  height: 100vh;
}

.search_replay {
  bottom: 55px;
  width: 100%;
}

.email_user_modal {
  width: 400px;
}


.single_email {
  position: absolute;
  z-index: 2;
  right: 125px;
  bottom: 125px;
}

.backimg_shadow {
  width: 350px;
}

.googlr_driveImg {
  width: 90px;
}

.chatapp_body .chat-history .collaboration_chat li.left .message {
  padding: 3px 15px;
  border-radius: 6px 6px 6px 0px;
}

.chatapp_body .chat-history .collaboration_chat li.right .message {
  padding: 3px 15px;
  border-radius: 6px 6px 6px 0px;
}


.fileupload .document_upload a.active {
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 4px;
}

.fileupload .document_upload a:hover,
.fileupload .document_upload a {
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 4px;
}

.creat_channelbody {
  margin-top: 85px;
}

.workaspace_nodata .create_imagebg {
  max-width: 130px;
  min-width: 90px;
}

.create_imagebg {
  max-width: 110px;
  min-width: 90px;
}

.create_img_Div {
  margin-top: -70px;
}

.collabration_setting a,
.collabration_setting_item {
  padding: 12px;
  text-decoration: none;
}


/* ################################# collaboration Email ############################ */


.email_collaboration {
  height: 100%;
  width: 700px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem;
}

.border_redius {
  border-radius: 10px;
}

.cursor-pointer {
  cursor: pointer !important;
}

/* ############### collaboration  ############### */

.No_badge {
  width: 15px;
  height: 15px;
  padding: 2px 3px;
  border-radius: 50%;
  vertical-align: super;
  align-items: center;
}

.attache_add_team {
  margin-bottom: 210px;
}

.Add_person_Modal {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.circle_padding {
  padding: 3px 6px;
}

.switch {
  border-radius: 20px;
}

/* ######################## system Dashboard ##################### */



.Machine_tabs .scrollbox {
  height: 410px !important;
}

.sysadmin_pie_div {
  height: 515px;
}

.system_tool li img {
  margin-left: -6px !important;
}

.sys_select_date,
.select_month {
  position: absolute;
  right: 22px;
  top: 20px;
}

#system_barchart .nav-link,
#sys_piechart .nav-link {
  padding-top: 0px;
}

/* apexcharts-menu-icon Alignments start */

#piechart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -48px;
  position: absolute;
  right: 0px;
}

#piechart-bar-align .TimeTabs a {
  padding-top: 0px;
}

#barchart-bar-align .TimeTabs a {
  padding-top: 0px;
}

#barchart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -48px;
  position: absolute;
  right: 0px;
}

#manager-piechart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -42px;
  position: absolute;
  right: -6px;
}

#manager-barchart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -55px;
  position: absolute;
  right: -8px;
}

#manager-barchart-bar-align2 .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -57px;
  position: absolute;
  right: 5px;
}

.apexcharts-menu {
  top: -25px !important;
  right: -15px !important;
}

#org-piechart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -46px;
  position: absolute;
  right: -6px;
}

#org-barchart-bar-align2 .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -50px;
  position: absolute;
  right: 0px;
}

#emp-piechart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -42px;
  position: absolute;
  right: -6px;
}

#emp-barchart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -56px;
  position: absolute;
  right: -10px;
}

#emp-barchart-bar-align2 .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -45px;
  position: absolute;
  right: -40px;
}

#ops-barchart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 35px !important;
  height: 35px !important;
  line-height: 24px;
  text-align: center;
  top: -36px;
  position: absolute;
  padding: 3px 2px;
  right: 7px;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
}

/* apexcharts-menu-icon Alignments End */

/* ############## Ops Admin Start ########################### */

.opa_Organization {
  padding: 40px 40px;
  height: 100%;
}

.wiedth_ops {
  width: 210px;
}

.Ops_admin_Active .nav-link.active,
.Ops_admin_Active .nav-link:hover,
.Ops_admin_Active .nav-link:focus {
  padding: 10px 10px;
}

.Ops_admin_Active .nav-link {
  padding: 10px 10px;
}

.OpaAdmin_Login_out tr td {
  vertical-align: bottom !important;
}

.Ops_all_active .scrollbox {
  height: 450px !important;
}

.ops_barchart .apexcharts-legend {
  display: -webkit-box;
  right: 0px !important;
}

.View_employe {
  line-height: 14px;
  padding: 0px;
  margin: 0px;
}

.text-capitilize {
  text-transform: capitalize !important;
}


/* ################## Productivity Css styles ##################### */

#user-productivity-bar-align {
  width: 100%;
}

#user-productivity-bar-align .apexcharts-menu,
#tool_Productscroll_width .apexcharts-menu {
  top: 40px !important;
  right: 2px !important;
}

#opsdashboar-bar-align .apexcharts-menu-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: -75px;
  right: 10px !important;
}

.user_product .breadcrumb,
.tool_product .breadcrumb {
  margin-bottom: 0px;
  padding: 0px;
}

#manager-trands-team-productivity-bar-align .apexcharts-menu {
  top: 35px !important;
  right: 1px !important;
}

#trand-top-ten-productivity-bar-align .apexcharts-menu {
  top: 35px !important;
  right: 1px !important;
  width: 130px;
}

#trand-app-productivity-bar-align .apexcharts-menu {
  top: 35px !important;
  right: 1px !important;
  width: 130px;
}

#org-barchart-bar-align .apexcharts-menu {
  top: 37px !important;
  right: 3px !important;
  width: 130px !important;
}

#user-productivity-bar-align .apexcharts-menu {
  width: 130px !important;
  top: 37px !important;
  right: 3px !important;
}

#ops-barchart-bar-align .apexcharts-menu {
  top: -2px !important;
  right: 15px !important;
  width: 130px;
}

.User_selectDate_produ {
  margin-right: 12px;
}

/*###################### changepassword  ######################*/

.change_password_setting {
  height: 750px;
}

.two_fact_Select {
  width: 100%;
}

/* ################## Tool tip Css ###################### */

.border-none {
  border: 0px !important;
}

.mb-4-px {
  margin-bottom: 4px !important;
}



/*############### Create Project ####################  */

.create_project_modal label {
  margin-top: 10px;
  margin-bottom: 5px;
}

.privet_channel_icon {
  position: absolute;
  left: 20px;
  top: 20px;
}

.userself_icon {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.time_modal_alert {
  position: absolute;
  right: 10px;
  bottom: 25px;
  width: 300px;
  height: 120px;
}

.development_modal label {
  margin-top: 10px !important;
}

.upload_img {
  width: 106px;
  height: 110px;
}

.Project_cancelicon {
  right: 0px;
  top: 2px;
}

.createteam_text {
  right: 10px;
  top: -40px;
}

.Project_sidenav .nav-link {
  margin-bottom: 5px;
}

.material-icons-document {
  position: absolute;
  right: 100px;
  top: 13px;
  cursor: pointer;
  z-index: 2;
}

.img-holder-document .upload_document_img {
  width: 45px;
  height: 35px;
  object-fit: cover;
  position: absolute;
  top: 5px;
}

.img-holder-document {
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 5%;
  right: 22px;
  top: 20px;
  position: relative;
}

.material-icons-googledrive {
  position: absolute;
  right: 100px;
  top: 13px;
  bottom: 0px;
  cursor: pointer;
  z-index: 2;
}

.img-holder-drive .upload_drive_img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  position: absolute;
  top: 0px;
}

.img-holder-drive {
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 5%;
  right: 22px;
  top: 0px;
  position: relative;
}

.img-holder-googledrive .upload_googledrive_img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  position: absolute;
  cursor: pointer;
  top: 0px;
}

.img-holder-googledrive {
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 5%;
  right: 22px;
  top: 0px;
  position: relative;
}

.mine #inputgoogle[type="file"],
#inputdropbox[type="file"],
#inputfileupoad[type="file"] {
  display: none;
}

.Toastify__toast-container.Toastify__toast-container--bottom-right {
  z-index: 99999999999;
}

#inputgoogle[type="file"],
#inputdropbox[type="file"],
#inputfileupoad[type="file"] {
  display: none;
}


.page-link {
  margin-left: 4px !important;
  border-radius: 6px !important;
}

.comment_attache {
  bottom: 0px;
}

.light_version .top-navbar {
  width: calc(100% - 220px);
  z-index: 5;
  padding: 10px 0px !important;
}

#left-sidebar {
  width: 220px;
}

#main-content {
  width: calc(100% - 220px);
}

.p-r-15,
.top-navbar .navbar-btn {
  padding-right: 0px !important;
  margin-right: 5px !important;
}

.sidebar-menu-list .dropdown-toggle::after {
  display: none !important;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "-" !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.sidebar-menu-list .dropdown-menu {
  position: fixed !important;
  top: 0px !important;
  bottom: 0px !important;
  margin: 0px !important;
  border: 0px;
  left: 0px !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.sidebar-menu-list .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 6px !important;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  text-decoration: none !important;
}

.sidebar-menu-list .dropdown-menu .dropdown-item a:hover {
  list-style: none !important;
  text-decoration: none !important;
}

.sidemenu-close-icon {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

.new-timesheet-button-add {
  padding: 0px !important;
  height: 34px;
  line-height: 32px;
  text-align: center;
  margin-top: 4px;
  border-radius: 4px !important;
}

.timesheet-entry .form-control {
  height: 34px !important;
}

.card .body {
  border-radius: 10px !important;
}

.fc .fc-scrollgrid-liquid {
  border-radius: 4px !important;
}

.emp_dashbord_tools .scrollbox {
  height: 525px !important;
}

.figcaption-text-align {
  width: 80px !important;
}

.figcaption-text-align figcaption {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: break-word;
}

/* ############ barchart this is scrollbar ############ */
.Barchart_scrollbox {
  width: calc(100% - 10px) !important;
  cursor: pointer;
  overflow: auto;
  visibility: hidden;
}

.Barchart_scrollbox-content,
.Barchart_scrollbox:hover,
.Barchart_scrollbox:focus {
  visibility: visible;
}

.Barchart_scrollbox_delayed {
  transition: visibility 0.2s;
}

.Barchart_scrollbox::-webkit-scrollbar {
  width: 40px;
  height: 7px;
}

.Barchart_scrollbox::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}

.emailchat_body {
  margin-left: 350px;
}

.download_userchart {
  right: 29px;
  bottom: 50px;
  opacity: 0.5;
  padding: 3px 5px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

.Trendproduct_scroll {
  width: 100%;
}

.nodata-img {
  max-width: 140px;
  width: 100%;
  opacity: 0.4;
}

.nodata-alert-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.five-mintetex {
  width: 46px !important;
}

.foote-atteched {
  margin-top: 47px;
  border-radius: 0px 0px 10px 10px;
}

/* ############# textLine counts ############## */

.Channel-description {
  width: 100%;
}

.Channel-description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.user-btnactive {
  width: 35px;
  height: 35px;
  display: flex;
  padding: 5px 10px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.user-btn {
  width: 35px;
  height: 35px;
  padding: 5px 10px;
  border-radius: 4px;
  justify-content: center;
  margin: 0 auto;
}

.input-search {
  align-items: center;
  padding: 4px 8px;
  border-right: 0px;
  border-radius: 4px 0px 0px 4px;
}

/* ################# collaboration settings ################# */

.Orgsetting-header,
.channelsetting-header {
  padding-bottom: 13px;
}


.team-maindiv {
  position: relative;
  height: 89vh;
}

.channel-maindiv {
  height: calc(100vh - 144px);
}

.team-creatimage {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.default-user {
  margin-right: 5px;
}

.border-left-none {
  border-left: none;
}

.border-right-none {
  border-right: none;
}



.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

.width-height {
  width: 100%;
  height: 100%;
}

.border-radieus7 {
  border-radius: 7px;
}

.margin-right6 {
  margin-right: 5px;
}

.margin-top15 {
  margin-top: 15px;
}

.padding13 {
  padding: 13px;
}

.channel-profile {
  max-width: 400px;
  width: 100%;
  position: fixed;
  border-radius: 10px;
  top: 128px;
  left: 100px;
  z-index: 1000;
  padding: 1rem;
}

.delete-workspacebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
}

.create-workspacebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 70%;
}

.email-chat-icon {
  max-width: 35px;
}

.emailchat-sidebar .scrollbox {
  height: calc(100vh - 194px) !important;
}

.modal-backdrop-bgcolor {
  height: calc(100vh - 194px) !important;
}

.org-list-height .scrollbox {
  height: calc(100vh - 110px) !important;
}

.setting-personnel .scrollbox,
.organisation-setting .scrollbox,
.channel-settings .scrollbox {
  height: calc(100vh - 195px) !important;
}

.text-line-show {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.allchannel-list,
.All-Employee-lists {
  height: auto;
}

.All-Employee-lists .scrollbox {
  height: calc(100vh - 250px) !important;
}

.allchannel-list .scrollbox {
  height: calc(100vh - 250px) !important;
}

.allchannel-list .circle-name-center {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}


.task_descrup {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mine .request-body {
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  height: calc(100% - 126px);
}

.alert-info-bk {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
}

.alert-box-bk {
  position: absolute;
  left: 40%;
  top: 40%;
  transform: translate(-40%, -40%);
  border-radius: 10px;
  padding: 20px;
  max-width: 500px;
  width: 100%;
}

.Timesheet_tasklist .scrollbox {
  height: 400px;
}

.privatechannel_modal .scrollbox {
  height: calc(100vh - 340px);
}

.privatechannel_modal {
  height: calc(100vh - 350px);
}

.privatechannel_modal .modal-content {
  border-radius: 10px;
}

.Task-status-list .scrollbox {
  height: 90vh;
}

.request-body {
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  height: calc(100vh - 98px);
}


.white-board-list {
  height: 200px;
  width: 200px;
}

.whiteboard-tools {
  top: 50px;
  left: 50px;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
  height: 55px;
}

.send-message {
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer !important;
  position: absolute;
  right: 20px;
  bottom: 19px;
  text-align: center;
  z-index: 10;
  border-radius: 3px;
}

.ck.ck-editor__editable_inline> :last-child {
  padding-right: 40px !important;
}

.user-send-message .message {
  margin-top: 8px;
  padding: 8px 16px;
  border-radius: 0 12px 12px 12px;
  line-height: 16px;
  max-width: calc(100% - 32px);
  border: none;
}

.Gridview-Todo-task .scrollbox {
  height: calc(100vh - 192px) !important;
}

/* ############### collabration dropdown ############### */

.viewfiles-list #dropdown-basic::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent !important;
  border-right: 0em solid transparent !important;
  border-bottom: 0;
  border-left: 0em solid transparent !important;
}

/* ############ collaboration-sidebar-margin ############## */

.work-space-sidebar .list-unstyled li {
  padding: 5px 5px;
  top: 0px;
}

.work-space-sidebar {
  top: 0px;
  left: 0px;
  height: calc(100vh - 103px);
  display: flex;
  justify-content: center;
  width: 56px;
}

.sidebar-channelcreate li a {
  margin-left: 16px;
}

.sidebar-channelcreate li {
  line-height: 24px;
}

/* Shadows */

:root {
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02),
    0 4px 8px rgba(0, 0, 0, 0.02), 0 8px 16px rgba(0, 0, 0, 0.02),
    0 16px 32px rgba(0, 0, 0, 0.02), 0 32px 64px rgba(0, 0, 0, 0.02);
  --shadow-medium: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05),
    0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05),
    0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
  --shadow-dark: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1),
    0 16px 32px rgba(0, 0, 0, 0.1), 0 32px 64px rgba(0, 0, 0, 0.1);
  --shadow-black: 0 1px 2px rgba(34, 16, 16, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3),
    0 4px 8px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.3),
    0 16px 32px rgba(0, 0, 0, 0.3), 0 32px 64px rgba(0, 0, 0, 0.3);
}

.Scenary {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 0px;
}

/* Container of Screen and Dish */

.Conference {
  display: flex;
  flex: 1 1;
  border-radius: 10px;
  gap: 20px;
  max-height: 100%;
  max-width: 100%;
}

/* Container of Cameras */

.Dish {
  overflow: scroll;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex: 1 1;
  border-radius: 10px;
}

/* Camera */

.Dish>div {
  position: relative;
  vertical-align: middle;
  align-self: center;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1),
    0 16px 32px rgba(0, 0, 0, 0.1), 0 32px 64px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-dark);
  animation: show 0.4s ease;
}

/* Video (check the nice property object-fit) */

.Dish>div video {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  object-fit: fill !important;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  transition: margin-top 1s ease-in-out;
}

/* Animation of Loading Video */

.Dish>div video.loading {
  margin-top: 100%;
}

/* Aspect Ratio Number */

.Dish div:after {
  position: absolute;
  bottom: 20px;
  left: 23px;
  content: attr(data-aspect);
  display: block;
}

/* Gray Diagonal */

.Dish div:before {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  content: "";
  display: block;
}

/* Screen */

.Screen {
  flex: 2 1;
  opacity: 0.8;
  border-radius: 10px;
}

.Screen video {
  width: 100%;
  height: 100%;
}

/* Animation of Cameras */

@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }

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

.btn-closed {
  text-transform: capitalize !important;
  cursor: not-allowed !important;
}

.btn-approved {
  text-transform: capitalize !important;
  cursor: not-allowed !important;
}

.btn-rejected {
  text-transform: capitalize !important;
  cursor: not-allowed !important;
}

.btn-submitted {
  text-transform: capitalize !important;
  cursor: not-allowed !important;
}

.single-chat-menu {
  width: 170px;
}

.single-chat-menu li a {
  margin-bottom: 7px;
}

.time-custome-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.white-dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px 10px;
}

.white-dropdown .dropdown-toggle,
.backbtn-whiteboard {
  all: unset;
}

.whiteboard-list #dropdown-basic::after {
  display: none;
}

.tab-content {
  width: 100% !important;
}

.viewfiles-list .dropdown-toggle {
  all: unset;
}

.work-space-sidebar .unorderlist li {
  padding: 1px 7px;
}

.Main-Scroll-bodylayout .scrollbox {
  height: calc(100vh - 0px);
}

.Task-infojsx .scrollbox,
.Create-tasktsx .scrollbox,
.Edit-Taskjsx .scrollbox {
  height: calc(100vh - 145px);
}

.public-DraftStyleDefault-ul {
  margin-top: 0 !important;
}

.mine .list-style-none {
  list-style: none !important;
}

.Twofact-disable-scrollbox .scrollbox {
  height: calc(100vh - 235px);
}

.all-unset {
  all: unset;
}

.orgusercreate-scrollbox .scrollbox,
.orgcreation-scrollbox .scrollbox {
  height: calc(100vh - 25vh) !important;
}

.Collaboration-Chatbox,
.Collaboration-Sidebar {
  height: calc(100vh - 85px) !important;
}

.workspace-sidebar-collaboration {
  top: 0px;
  left: 0px;
  height: calc(100vh - 89px);
  border-radius: 10px 0px 0px 10px;
  display: flex;
  justify-content: center;
  width: 60px;
}

.channel_names .user-btnactive {
  margin: 0px auto !important;
}

.collabrotaion-workspacelist-scrollbox .scrollbox {
  height: calc(100vh - 175px);
}

.addperson-scrollbox .scrollbox {
  height: calc(100vh - 160px);
}

.gridelist-info-scrollbox .scrollbox {
  height: calc(100vh - 150px);
}

.createmodal .modal-dialog {
  margin-top: 25px;
}

.mine .custom-dropdown {
  max-width: 200px !important;
  width: 100% !important;
}

#system-admin-barcharts .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  top: -32px;
  position: absolute;
  right: 0px;
}

.btn-custom-dark {
  all: unset;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  text-align: center;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  right: 10px;
  top: 1px;
  position: relative;

}

.user-list-view {
  position: absolute;
  max-width: 330px;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
  z-index: 1;
  height: 600px;
  overflow-y: auto;
  bottom: 0px;
}

.fc-toolbar-title {
  padding: 0px !important;
}

.fc-icon-chevron-left,
.fc-icon-chevron-right {
  display: flex !important;
  align-items: center !important;
}

.fc-scrollgrid-sync-table {
  height: 100vh !important;
  width: 100% !important;
}

.fc .fc-scroller-harness-liquid {
  height: 100vh !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-89y-events {
  margin-top: calc(100% - 89px) !important;
}

.setting-layout {
  height: calc(100vh - 90px);
}

.manager-settings-scrollbox .scrollbox {
  height: calc(100vh - 52vh);
}

.Directories-settings-scrollbox .scrollbox {
  height: calc(100vh - 35vh);
}

.Orgcreate-settings-scrollbox .scrollbox {
  height: calc(100vh - 210px);
}

.Orgsetting-list {
  padding: 7px 15px;
}

.pagination-orgsettings ul {
  margin-bottom: 0px !important;
}

.Nodata-task {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.Nodata-task img {
  max-width: 80px;
  margin: 16px 0px;
}

.request-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Tasklist-View-Table td {
  padding-left: 15px;
}

.chat-file-attachment {
  position: absolute;
  z-index: 999 !important;
  right: 0;
}

.file-attachment {
  position: absolute;
  z-index: 999 !important;
  right: 30px;
}

.demo-alert {
  z-index: 10000;
  position: fixed;
  top: 14px;
  right: 14px;
  text-align: center !important;
}

.Line-border-gantt {
  width: 95%;
  margin-left: 10px;
}

.message-count-chat {
  width: 30px !important;
  height: 20px !important;
  line-height: 21px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.message figure {
  margin-bottom: 0px;
}

.Profile-modalbox {
  height: calc(100vh - 95px);
}

.profile-scollbox .scrollbox {
  height: calc(100vh - 250px);
}

.folder-menu {
  position: relative;
  display: block;
}

.first-menu-alignment {
  padding: 12px;
}

.folder-menu-dropdown-design {
  margin-right: 50px !important;
}

.public-DraftStyleDefault-ltr {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.folder-menu-dropdown {
  position: absolute;
  right: 0px;
  bottom: 34px;
  z-index: 999;
}

.folder-menu-dropdown-hidden {
  max-height: 0px;
  overflow: hidden;
}

.folder-menu-dropdown-show {
  max-height: calc(100vh - 0px);
  overflow: hidden;
}

#shift-closed-alert .endcall-bk {
  position: fixed;
}

.Create-directroom-scroll .scrollbox {
  height: calc(100vh - 370px) !important;
}

.Create-directroom-scroll {
  height: auto;
}

#PriView-image-divisioniv {
  border-radius: 10px;
  text-align: center;
  position: absolute;
  height: 100px;
  width: 100px;
  padding: 20px;
}

#priview-img {
  width: 100%;
  position: relative;
}

.PriView-image-division .fa-times {
  position: absolute;
  top: -10px;
  right: -10px;
}

.chatt-fileupload {
  padding: 6px;
}

.chatBody-img {
  width: 50px !important;
  height: 50px !important;
  margin-right: 50px !important;
}

.file-upload-cancel-icon {
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 2px 4px;
  border-radius: 14px;

}

.alignment-filename {
  display: flex !important;
  align-items: flex-end !important;
  margin-left: 4px !important;

}

.uploadtext-image {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.label-fileupload {
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 35%;
  top: 40%;
}

.right_chat li a {
  text-decoration: underline;
}

.custom-btn {
  padding: 1px 2px !important;
}

.p-high {
  padding: 1px 2px !important;
}

.p-low {
  padding: 1px 2px !important;
  border-radius: 4px;
}

.p-medium {
  padding: 1px 2px !important;
  border-radius: 4px;
}

.reporter-assignee-img .team-info.sm li img {
  border-radius: 26px !important;
  width: 26px !important;
  height: 26px !important;
}

.outer-overlay .vertical-align-wrap {
  z-index: 1001 !important;
}


@media only screen and (min-width: 768px) {
  .grid-list-view-align {
    width: calc(100vw - 0px);
    display: flex;
    overflow-x: auto;
  }
}

.grid-list-view-align {
  height: calc(100vh - 129px);
}

.grid-list-view-align .card .planned_task {
  height: calc(100vh - 136px);
  overflow: auto;
  overflow-y: hidden;
}

.grid-view-list #dropdown-basic {
  all: unset !important;
  display: flex !important;
  align-items: center !important;
}

.Task-preview-next {
  position: absolute;
  right: 35px;
  bottom: 15px;
}

.Task-List-Viewtable {
  height: calc(100vh - 130px);
}

.Draft-Text-Editor-Main {
  padding: 6px 0px 0px 0px;
}

.user-account .dropdown .dropdown-menu a {
  padding: 5px !important;
}

.overlap-none {
  position: absolute;
  z-index: 1;
}

.chatbox-date {
  bottom: 0px;
}

/* Position the tooltip-email */

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

.tooltip-email .tooltiptext-email {
  visibility: hidden;
  width: 120px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
}

.tooltip-email:hover .tooltiptext-email {
  visibility: visible;
}

.dropdown-data:hover,
.dropdown-data:after,
.dropdown-data:focus {
  padding: 4px 16px;
}

.dropdown-data {
  padding: 4px 16px;
}

.dropdown-data a {
  text-decoration: none;
}

/* ################# custom-alert-model ################# */

.custom-alert-model {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.custom-alert-box {
  max-width: 360px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  top: 25%;
  margin-top: -50px;
  left: 50%;
  transform: translateY(50%);
  transform: translateX(-50%);
}

.custom-alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 16px;
}

.custom-alert-body {
  padding: 16px;
  max-height: 350px;
  height: 100%;
  overflow-y: auto;
}

.custom-alert-footer {
  padding: 16px;
}

/* ################# custom-alert-model end ################# */

.taskheader-dropdow,
.Task-gridlist-header {
  display: flex;
}

.gridlist-header-dropdown #dropdown-basic,
.taskheader-dropdow #dropdown-basic {
  display: flex !important;
  align-items: center !important;
}

.domain-settings .scrollbox {
  height: calc(100vh - 250px);
}

.team-two-letters {
  width: 38px;
  height: 38px;
  cursor: pointer !important;
  text-align: center;
  border-radius: 20px;
  margin-right: -10px;
}



.team-two-letters span {
  line-height: 32px;
  text-align: center;
  cursor: pointer !important;
}

.team-more {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 1000;
  text-align: left;
  padding: 1rem;
  width: 240px !important;
  max-height: 300px;
  overflow-y: auto;
}

.team-more ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: auto !important;
  line-height: 26px;
}

.team-resource {
  position: absolute;
  top: 50px;
  z-index: 1000;
  text-align: left;
  padding: 1rem;
  width: 240px !important;
  max-height: 300px;
  overflow-y: auto;
}

.team-resource ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: auto !important;
  line-height: 26px;
}

.input-focus-width input {
  width: 72px;
  border-radius: 30px !important;
}

.input-focus-width input:focus {
  width: 220px;
  transition: 0.1s linear;
}

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

.number-input[type="number"] {
  -moz-appearance: textfield;
}

.custom-form-control {
  all: unset;
  height: 28px !important;
  padding: 3px 12px !important;
  text-align: left !important;
}

.input-search-icon {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 34px;
  width: 34px;
  border-radius: 0px 30px 30px 0px;
  text-align: center;
  line-height: 36px;
}

.taskheader-dropdow .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: relative;
  right: -4px;
  bottom: -2px;
}

.superadmin-dashboard-table {
  height: 510px;
}

.border-radius-none .body {
  border-radius: 4px !important;
}

.border-radius-none {
  border-radius: 0px !important;
}

.border-radius-4px {
  border-radius: 4px !important;
}

.border-radius-top {
  border-radius: 4px 4px 0px 0px;
}

.task-status-name {
  padding: 10px 16px;
}

.line-hieght-22 {
  line-height: 22px;
}

.line-hieght-14 {
  line-height: 14px;
}

.vertical-align-middle-workspace {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.Team_breadcrumb .team-navbreadcrumb {
  position: absolute;
  bottom: 10px;
}

.team-member-all .scrollbox {
  height: calc(100vh - 190px);
}

.Border-radius-4 {
  border-radius: 5px !important;
}

@media only screen and (min-width: 768px) {
  .task-filter-bar {
    display: flex;
    align-items: center;
  }
}

.user-account .dropdown .dropdown-menu {
  min-width: 290px;
  top: 0 !important;
}

.w40 {
  width: 40px;
}

.w28 {
  width: 28px;
}

.w32 {
  width: 32px;
}

.h40 {
  height: 40px;
}

.w48 {
  width: 48px;
}

.h48 {
  height: 48px;
}

.Lang-select-dropdown {
  position: absolute !important;
  text-align: right !important;
  right: 20px !important;
  top: 20px !important;
}

.select-lang .navbar-nav .dropdown-menu {
  position: relative;
}

.select-lang-align {
  position: absolute;
  right: 20px;
  top: 20px;
}

.sidebar:hover .menu-toggle-button {
  display: block;
}

.menu-toggle-button {
  height: 24px !important;
  width: 24px !important;
  border-radius: 24px !important;
  cursor: pointer !important;
  position: absolute;
  right: -13px;
  top: 16px;
  z-index: 13;
  display: none;
}

.menu-toggle-button i {
  position: absolute;
  top: 5px;
  right: 9px;
}

.rotate-180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.team-filter .breadcrumb {
  padding: 0px !important;
  margin: 0px !important;
}

.team-filter .breadcrumb ol {
  padding: 0px !important;
  margin: 0px !important;
}

.fc-col-header {
  width: 100% !important;
}

.fc-daygrid-body {
  width: 100% !important;
}

.fc-daygrid-body-unbalanced {
  width: 100% !important;
}

.whiteboard-create,
.whiteboard-List-box {
  height: calc(100vh - 52px);
}

.languages-btn {
  border-radius: 10px;
  padding: 3px 9px;
  position: relative;
  margin: 4px 4px;
}

.rotate-45 {
  transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.btn-custom-padding {
  padding: 1px 10px !important;
}

.selfUser-productivity-download-icon .apexcharts-toolbar {
  top: -53px !important;
  right: 130px !important;
  border-radius: 4px;
  height: 35px;
  padding: 2px 5px !important;
  width: 35px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  place-items: center;
  place-content: center;
}

.selfTool-productivity-download-icon .apexcharts-toolbar {
  top: -52px !important;
  right: 130px !important;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  padding: 0px 6px !important;
  place-items: center;
  place-content: center;
}

.selfUser-productivity-download-icon .apexcharts-toolbar .apexcharts-menu-icon,
#user-productivity-bar-align .apexcharts-toolbar .apexcharts-menu-icon {
  line-height: 16px !important;
}

#tool_Productscroll_width .apexcharts-toolbar {
  top: -85px !important;
  right: 10rem !important;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  padding: 0px 6px !important;
  place-items: center;
  place-content: center;
}

#user-productivity-bar-align .apexcharts-toolbar {
  top: -84px !important;
  right: 9rem !important;
  height: 35px;
  width: 35px;
  padding: 0px 6px !important;
  place-items: center;
  place-content: center;
}

.apexcharts-toolbar {
  z-index: 4 !important;
}

.accordion-body {
  padding: 10px 20px;
}

.accordion .card-header .btn {
  padding: 16px 20px;
  width: 100%;
}

.daterangepicker {
  right: 50px !important;
  left: auto !important;
}

.daterangepicker .ranges {
  position: relative;
  right: 0px;
}

.project-layout-left,
.project-layout-right {
  height: calc(100vh - 85px);
}

.project-layoutbody {
  height: calc(100vh - 85px);
}

.Noproject-Create-Image {
  width: 300px;
}

.project-create-maindiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 120px);
}

.session-videolist .modal-header .close {
  padding: 10px 10px;
}

.video-modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 26px;
  height: 26px;
  border-radius: 26px;
}

.field-mandotary:after {
  content: "*" !important;
  margin-left: 2px;
}

.list-style-none li {
  padding: 4px 0;
  cursor: pointer !important;
  list-style: none;
}

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

.apexcharts-selected {
  display: none;
}

.user-img img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 15px;
}

.recorded-cardbody {
  height: calc(100vh - 130px);
}

/* ################ Workspace List ############# */

.workspacelist-Dropdown {
  max-width: 360px;
  width: 100%;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.workspacelist-Dropdown-bk {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 3;
  max-width: 360px;
  min-width: 330px;
  width: 100%;
}

.workspace-newdropdown li {
  padding: 5px 10px;
}

.workspace-create .btn {
  height: 45px !important;
  width: 100% !important;
  border-radius: 0px 0px 10px 10px !important;
}

.rotate-150 {
  transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
}

.channel-namelist {
  line-height: 30px;
  display: flex;
  align-items: center;
}

.TeamtalkList-Channels li {
  padding-left: 5px;
}

.TeamtalkList-Channels li:hover {
  transform: scale(1.01);
  transition-timing-function: linear;
  border-radius: 4px;
}

.Newdirect-List li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.Newdirect-List li:hover {
  transform: scale(1.01);
  transition-timing-function: linear;
  border-radius: 4px;
}

.btn-New-workspace::after {
  all: unset !important;
}

.collabration-chatbox-header .avtar-pic.w40,
.collabration-sidebar-channel-List .avtar-pic.w40 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-channel-btn {
  padding: 1px 10px;
  border-radius: 8px;
  line-height: 20px;
  display: grid;
  place-items: center;
}

.leave-btn {
  padding: 1px 10px;
  border-radius: 8px;
  line-height: 20px;
  display: grid;
  place-items: center;
}

.searchbox-allchannel {
  border-radius: 0.25rem !important;
}

.gantt-dropdown-closeicon {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 9px;
  display: grid;
  right: 5px;
  place-items: center;
  top: 5px;
}

.angle-down-workspace {
  position: absolute;
  top: 6px;
}

.dropdown-count-btn {
  height: 37px !important;
  width: 37px !important;
}

.btn-New-workspace .work-space-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Twofactorauth-page {
  display: grid;
  place-content: center;
}

.chatbox-downloadicon {
  height: 18px;
  width: 18px;
  display: grid;
  place-content: center;
  border-radius: 4px;
}

.chatBody-images {
  height: 85px !important;
  width: 85px !important;
  object-fit: scale-down !important;
}

.select-onclick-directchat {
  filter: grayscale(100%);
  cursor: pointer;
}

.active-img-colr {
  filter: grayscale(0%);
  cursor: pointer;
}

.workspace-btnlist li {
  margin-left: -3px;
}

.workspace-btnlist li .btn {
  width: 35px;
  height: 35px;
}

.channelbox-maindiv .scrollbox {
  height: calc(100vh - 240px) !important;
}

.TeamtalkList-Channels {
  padding: auto 15px;
}

.chatapp_body .chat-header .chat-team-info li {
  position: static;
  position: initial;
}

.chatapp_body .chat-header .chat-team-info img {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  margin: 0px 0px 0px -6px;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}


#channelwiseusers .endcall-bk {
  position: fixed;
}

#channelwiseusers .endcall-bk .endcall-alert {
  max-width: 396px;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateY(50%);
  transform: translateX(-50%);
  height: calc(100vh - 56px);
}

#channelwiseusers .endcall-bk .endcall-alert .endcall-body {
  height: calc(100vh - 140px);
  overflow-y: auto;
}

.channel-wise-users {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.channel-wise-users img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 30px;
}

.close-model-icon {
  position: absolute;
  right: -6px;
  top: -9px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  display: grid;
  place-items: center;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-backdrop.fade {
  opacity: 1;
}

.workspace-dropmenu {
  transform: translate(1px, 50px) !important;
  position: fixed !important;
  top: 81px !important;
  left: 85px !important;
}

.workspacelist-modal .scrollbox {
  height: calc(100vh - 50vh) !important;
}


.plusicon-count {
  margin-right: 2px;
}

.btn-create-channel {
  padding: 1px 4px;
}

.modules-list li {
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 6px;
}

.superadmin-dashboardtable .manager-settings-scrollbox .scrollbox {
  height: calc(100vh - 134px) !important;
}

.superadmin-dashboardtable .table-container {
  overflow: hidden;
  height: calc(100vh - 55vh) !important;
}

.light_version .table.table-orglist thead th {
  border-top: 0px !important;
}

.adduser-superadmin-add {
  padding: 9px 20px;
}

.recorded-tablemain .table-container {
  overflow: hidden;
  height: calc(100vh - 206px) !important;
}

.recorded-tablemain .table-container .table thead th {
  padding: 0.25rem 0.5rem;
}

.domaincreate-superad .scrollbox {
  height: calc(100vh - 206px) !important;
}

.recorded-sessions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px;
  border-radius: 6px;
}

.moduleslection-popup .custom-alert-box {
  max-width: 750px !important;
  width: 100% !important;
}

.moduleList-creation .table-container {
  height: calc(100vh - 65vh) !important;
}

.superadmin-userlist .table-container {
  height: calc(100vh - 167px) !important;
}

.superadmin-userlist .table-container .table tbody td {
  padding: 4px 15px !important;
}

.Superadm-acation .switch {
  width: 40px !important;
  height: 28px !important;
}

.Superadm-acation .switch .slider.round {
  border-radius: 4px !important;
}

.Superadm-acation .switch .slider.round:before {
  border-radius: 4px !important;
}

.Superadm-acation .switch .slider:before {
  height: 22px !important;
  width: 20px !important;
  left: 2px !important;
  bottom: 2px !important;
}

.Superadm-acation .switch .slider::after {
  height: 22px !important;
  width: 20px !important;
  left: 2px !important;
}

.opsadmin-table .table-container {
  overflow: hidden;
  height: calc(100vh - 60vh);
}

.nomodule-dashboard {
  height: 490px;
}

.reconnect-mainmodal .modal-content {
  border: none !important;
}

.work-summary-prod {
  height: 100%;
  min-height: 435px;
  max-height: 100%;
}

.notimesheet-module-piechart {
  min-height: 515px;
}

[data-hide-tooltip="true"] .ql-tooltip {
  display: none !important;
}

.link-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
}

.link-dialog.open {
  display: flex;
}

.link-dialog-content {
  border-radius: 4px;
  width: 300px;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: calc(50% - 100px);
  left: calc(50% - 150px);
}

.link-dialog-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}

.link-dialog-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

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

.link-text {
  margin-bottom: 10px;
}

.link-text-alignment a {
  text-decoration: none;
}

.link-text-alignment a:hover {
  text-decoration: underline;
}

/* Custom styles for Quill toolbar */
.ql-toolbar {
  padding: 4px !important;
}


/* Style the toolbar buttons */
.ql-toolbar button {
  border: none;
  border-radius: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  cursor: pointer;
}

.ql-syntax {
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
}

.alert-msg-body {
  position: absolute;
  bottom: 92px;
  left: 10px;
  border-bottom: none !important;
  width: calc(100% - 20px);
  border-radius: 4px 4px 0 0;
}

.message-alert-text {
  line-height: 30px;
  display: flex;
  align-items: center;
}

.task-multi-selection-item {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 12px;
  margin-left: 7px;
}

.vertical-align-top {
  vertical-align: "top" !important;
}

.link-underline {
  text-decoration: underline !important;
}

.checkbox-alignment {
  width: 13px !important;
  height: 13px !important;
}



.remove-text {
  cursor: pointer;
}

.licenseModalupdate {
  position: absolute;
  bottom: 10px;
  right: 7px;
}

.tool-alignment {
  padding: 4px;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 7px;
  margin-bottom: 2px;
  cursor: pointer;
}

.team-weeks-dropdown {
  position: absolute;
  top: -36px;
  right: 15px;
  max-width: 100px;
}

.Weekly-dateSelf {
  position: absolute;
  top: -22px;
  left: 15px;
}

.Self-download {
  position: absolute;
  top: -45px;
  right: 15px;
}

.Double-left-Team {
  position: absolute;
  left: 100px;
}

.Double-right-Team {
  position: absolute;
  right: 100px;
}

.team-member-week {
  position: absolute;
  top: 177px;
  right: 60px;
}

.team-download {
  position: absolute;
  top: 170px;
  right: 20px;
}

.Weekly-dateTeam {
  position: absolute;
  top: 169px;
  left: 20px;
}

/* ################### page loader css start ################ */
.sl-box4 {
  position: absolute !important;
  z-index: 6 !important;
  width: 100% !important;
  height: 100% !important;
}

.endcall-bk {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.endcall-alert {
  max-width: 360px !important;
  width: 100% !important;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  top: 50% !important;
  margin-top: -50px !important;
  left: 50%;
  transform: translateY(50%) !important;
  transform: translateX(-50%) !important;
}

.file-upload-note {
  height: 35px;
}

.width_Cruiser {
  height: 15px;
  width: 15px;
  margin-left: 20px;
}

.width_think {
  height: 15px;
  width: 15px;
}

.watermark {
  position: fixed;
  left: 0;
  bottom: 10px;
  display: flex;
  justify-content: right;
  align-items: center;
  pointer-events: none;
  height: calc(100% - 32%);
  width: calc(100% - 12%);
  rotate: 335deg;
}

.watermark-img {
  max-width: 7%;
  opacity: 0.2;
  margin-right: 10px;
  width: 30%;
  height: 30%;
}

.Watermartk-text {
  opacity: 0.2;
  text-align: center;
}

.Timeline_Graph {
  height: calc(100vh - 20vh);
  overflow-y: scroll;
}

.Timeline-Scrollbox {
  height: 100%;
}

/* ###################### Barchart Download icons display none ################## */
.Project-dropdownlist .scrollbox {
  height: calc(100vh - 50vh);
}

.Change-newpassword .scrollbox {
  height: calc(100vh - 200px);
}

/* #################### Collaboration Chatbox Css #################### */
.sb-avatar__text {
  width: 30px !important;
  height: 30px !important;
}

.table-cell div span {
  vertical-align: middle !important;
  text-align: center !important;
}

.ql-bold .ql-stroke,
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-stroke {
  stroke: #909090 !important;
}

.ql-strike .ql-fill {
  fill: #909090 !important;
}

.Gantt-Dropdown {
  top: 54px !important;
}

.collabration-chatbox-header .sb-avatar__text div span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 50px;
}

.livechat-handle {
  width: 60px;
  height: 60px;
}

.window.screen.width {
  margin: 10px;
  width: 1400px;
}

.window.screen.height {
  margin: 10px;
  height: 677px;
}

/* ############### full screen width ############## */
.Dish div {
  width: 100% !important;
  height: 100% !important;
}

.collabrotaion-sidebar-scroll .scrollbox {
  height: calc(100vh - 72vh) !important;
}

.pagination {
  justify-content: end;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.blurred-area {
  position: absolute !important;
  z-index: 1000 !important;
  pointer-events: none !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
}

.Projectlist-maindev .scrollbox {
  height: calc(100vh - 25vh);
}

.No_dataimage_timesheet {
  height: calc(100vh - 25vh);
  display: flex;
  justify-content: center;
  align-items: center;
}

.No_dataimage_Chats {
  height: calc(100vh - 36vh);
  display: flex;
  justify-content: center;
  align-items: center;
}

.No_dataimage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nodata_selftimg {
  width: 100px;
  opacity: 0.5;
}

.hover-icon {
  position: absolute;
  bottom: 10px;
  right: 40px;
  cursor: pointer;
}

.hover-menu {
  position: absolute;
  bottom: 30px;
  right: 20px;
  border-radius: 4px;
  padding: 8px;
  z-index: 999;
}

.list-group-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px;
  border: none;
}

.list-group-item i {
  margin-right: 8px;
}

.ImageHover {
  margin: 200px;
  height: 200px;
}

.pemkey-no-data {
  display: flex;
  align-items: center;
  justify-content: right;
  position: static;
  margin-right: -8rem !important;
  margin-top: 4rem !important;
}

.ApexChart {
  justify-content: center;
  align-items: center;
  height: 400px !important;
}

.tool-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 8px;
}

.task-tool {
  line-height: 20px;
}

.trends-dropdown-text .btn-secondary {
  margin-right: 12rem !important;
}

.custom-dropdown .dropdown-toggle {
  margin-right: 0px;
}

.timesheetteamproductivity .custom-dropdown {
  margin-right: 4rem !important;
}

.User_productivity_mr {
  margin-right: 2rem !important;
}

.App-Utilisation-mr {
  margin-right: 2rem !important;
}

/* -----newly added video player styles start-------- */
.glen-player {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.glen-player-display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glen-player-progress-indicator {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
}

.glen-player-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glen-player-progress-bar-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.glen-player-progress-bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  border-radius: 50%;
  transform-origin: left center;
}

.glen-player-controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 5px;
}

.glen-player-seek {
  flex-grow: 1;
  margin: 0 10px;
}

.glen-player-play,
.glen-player-pause {
  cursor: pointer;
}

.glen-player-status {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* -----newly added video player styles end-------- */

.PropagateLoader_Maindiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 70px);
}

.Loader_Prop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 0);
  height: calc(100vh - 70px);
}

.Joinyour_Oneable {
  max-width: 90px;
  min-width: 70px;
}

.Continue_browser {
  min-width: 375px;
  max-width: 400px;
}

.Request_ManagerTool {
  display: flex;
}

/* Small pagination */
.pagination-small li a {
  padding: 4px 8px;
}

#passwordPolicyList li {
  list-style: none;
  padding: 3px 10px;

}

/* ##############Scale Loader Spinner Overlay############# */

.scale-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.desktop_toolicon {
  top: -45px;
  border-radius: 50%;
  width: 90px;
}


.Timesheet-team tr th,
.Timesheet-team tr td {
  padding: 7px 11px !important;
}

.Fileshare_from {
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.folder-logout-button {
  position: relative;
  z-index: 10;
}

.folder-tree-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.folder-tree-container {
  position: relative;
  z-index: 1;
}

.folder-Fileshare_from {
  position: relative;
  z-index: 1;
}

.Rightarrow_fileshare {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.folder-tree-container .scrollbox {
  height: calc(100vh - 40vh) !important;
}

.login-form-container {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
}

.folder-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-h-35 {
  height: 35px;
  width: 35px;
}

.dropdown-hide::after {
  display: none !important;
}

.createmodal .modal-dialog .modal-content {
  margin-top: 3rem !important;
}




/* .task-date-selection .react-datepicker{
  position: absolute;
    top: 36px;
    z-index: 99;
}
.task-date-selection .btn-secondary {
  color: #000000!important;
  background-color: #ffffff!important;
  border-color: #6c757d!important;
} */

.custom-dropdown-menu {
  border-radius: 4px;
  padding: 0;
}

.datepicker-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  margin-top: 5px;
  width: -webkit-max-content;
  width: max-content;
}

.dropdown:hover .dropdown-menu {
  display: none !important;
}

.dropdown.show .dropdown-menu {
  display: block !important;
}

.settings-sidebar-button {
  all: unset;
  cursor: pointer;
  display: inline-block;
  border: none !important;
  outline: none !important;
}

.settings-sidebar-button:focus {
  outline: none;
}

.loginbg {
  display: flex;
 align-items: center;
}

/* ---------------- Modal search filters css styles ------------------- */
.ModalSearchDiv {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.ModalSearchDiv input {
  width: 36px;
  height: 32px;
  padding: 4px 10px 4px 32px;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #f1f3f5;
  font-size: 14px;
  color: #333;
  transition: width 0.4s ease, background-color 0.3s ease;
  cursor: pointer;
}

.ModalSearchDiv input::placeholder {
  color: #aaa;
  transition: opacity 0.2s;
  opacity: 0;
}

.ModalSearchDiv input:focus {
  width: 220px;
  background-color: #fff;
  border: 1px solid #ced4da;
  outline: none;
  cursor: text;
}

.ModalSearchDiv input:focus::placeholder {
  opacity: 1;
}

.ModalInputSearchIcon {
  position: absolute;
  left: 10px;
  font-size: 14px;
  color: #888;
  pointer-events: none;
}



input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
@media screen and (min-width: 890px) and (max-width: 1377px) {
  .chatt_top {
    display: table !important;
    justify-content: center !important;
  }

  .chatt_top .w35 {
    width: 30px !important;
    margin-top: 6px;
  }

  user-btnactive {
    width: 25px !important;
    height: 25px !important;
    padding: 5px 6px !important;
    font-size: 12px !important;
  }
}

@media screen and (max-width: 625px) {
  .foote-atteched .input-group {
    padding: 12px !important;
  }
}

/* ##################### collaboration sidebar and chatbox ################### */

@media screen and (min-width: 320px) and (max-width: 770px) {
  .collabrotaion-sidebar-scroll .scrollbox {
    height: calc(25vh - 7vh) !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1400px) {
  .collabrotaion-sidebar-scroll .scrollbox {
    height: calc(100vh - 75vh) !important;
  }
}

/* ############### Sidebar and Header section ############### */
@media screen and (min-width: 320px) and (max-width: 770px) {
  .opsdashboar-year-selection {
    margin-right: 0px !important;
  }

  #ops-barchart-bar-align .apexcharts-menu-icon {
    top: 0px !important;
    right: 0px !important;
  }

  .opsbarchart-cardbody {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* ############### Sidebar and Header section ############### */
@media screen and (min-width: 450px) and (max-width: 625px) {
  .send-message {
    right: 20px;
    bottom: 20px;
  }

  .foote-atteched .ck-editor {
    margin-top: 0px !important;
  }

  .foote-atteched {
    margin-top: 47px !important;
  }
}

@media screen and (max-width: 1200px) {
  #main-content {
    width: 100% !important;
  }

  .light_version .top-navbar {
    width: 100% !important;
  }
}

/* ############### Timesheet ############# */

@media only screen and (max-width: 1400px) and (min-width: 763px) {
  .fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
    font-size: 18px;
    top: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }

  .w12 {
    width: 10px;
  }

  .fc .fc-daygrid-day-events {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }

  .calendar_Self,
  .Details_Self,
  .Details_Team,
  .calendar_Team {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 762px) and (min-width: 300px) {
  .fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
    font-size: 18px;
    top: 6px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .fc .fc-scrollgrid-liquid {
    height: 100vh !important;
  }

  .w12 {
    width: 10px;
  }

  .fc .fc-daygrid-day-events {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }

  .calendar_Self,
  .Details_Team,
  .calendar_Team {
    height: 100vh !important;
    overflow-y: hidden;
  }

  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 4em !important;
  }

  .calendar_Self:hover,
  .calendar_Self:focus {
    overflow: auto;
    height: calc(100vh - 90px) !important;
  }

  .calendar_Self::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .calendar_Self::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background-color: #7269ef;
  }

  .calendar_Self::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    background-color: #f5f5f5;
    border-radius: 4px;
  }

  .channel-setting-collaboration {
    display: block !important;
    justify-content: space-between;
    align-items: center;
  }

  .search-channels-setting {
    margin-top: 15px;
  }

}

.channel-setting-collaboration {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* header alignments */

@media only screen and (min-width: 1025px) {
  .text-alignment {
    margin-left: 15px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .header-profile-menu {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .side-menu-list {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .user-img-hide-show img {
    display: block;
  }

  .user-name-hide-show {
    display: none;
  }
}

@media only screen and (min-width: 720px) {
  .user-img-hide-show img {
    display: none;
  }

  .user-name-hide-show {
    display: block;
  }
}

/* ############ profile icons############## */

@media screen and (max-width: 768px) {
  #main-content {
    margin-top: 80px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
  .menu-toggle-button {
    cursor: pointer !important;
    color: #888 !important;
    position: absolute;
    right: -13px;
    top: 95%;
    z-index: 13;
    display: none;
  }

  .mini_sidebar_on .closeIcon-mobileview {
    position: absolute;
    font-size: 15px;
    height: 24px !important;
    width: 24px !important;
    border-radius: 24px !important;
    right: -13px;
    top: 12px;
    z-index: 13;
    all: unset;
  }

  .inr-menuicons-close {
    position: absolute;
    top: 40px;
    right: -8px;
    font-size: 16px;
    border: 1px solid #dcdcdc !important;
    background-color: #f5f5f5 !important;
    border-radius: 50%;
  }

  .offcanvas-active #left-sidebar .btn-toggle-offcanvas {
    display: block !important;
    background: rgba(255, 255, 255, 0.05);
    color: #ffa117;
  }
}

@media screen and (min-width: 1200px) and (max-width: 2560px) {
  .offcanvas-active #left-sidebar .btn-toggle-offcanvas {
    display: none !important;
    background: rgba(255, 255, 255, 0.05);
    color: #ffa117;
  }
}

@media screen and (min-width: 889px) and (max-width: 1250px) {
  .calendar-col {
    padding-left: 5px;
    top: 10px;
    position: relative;
  }
}

@media screen and (min-width: 1251px) and (max-width: 1369px) {
  .calendar-col {
    padding-left: 5px;
    top: 0px;
    position: relative;
  }
}

@media screen and (min-width: 1370px) and (max-width: 1439px) {
  .calendar-col {
    padding-left: 5px;
    top: 5px;
    position: relative;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .calendar-col {
    padding-left: 5px;
    top: 0px;
    margin-top: -25px;
    position: relative;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .calendar-col {
    padding-left: 5px;
    top: 45px;
    position: relative;
  }

  .Max-width1 {
    max-width: 55% !important;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .Max-width2 {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

/* ############ Mini-sidebar ########### */
@media screen and (max-width: 1024px) {
  .mini_sidebar .top-navbar {
    width: 100% !important;
  }

  .mini_sidebar #main-content {
    width: 100% !important;
  }
}

@media only screen and (min-width: 200px) and (max-width: 2850px) {
  .user-account .dropdown .dropdown-menu {
    transform: translate(0px, 35px) !important;
  }
}

.geek-maindiv {
  position: relative;
}

.geeks::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  z-index: 0;
}

.geeks:hover::before {
  animation: animate 1s linear forwards;
}

/* ########## Input box ############*/
@media screen and (min-width: 761px) and (max-width: 1366px) {
  .task-selectbox-header {
    display: flex !important;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 515px) {

  .task-selectbox-header,
  .Task-gridlist-header {
    display: block !important;
    margin-bottom: 0px !important;
  }

  .taskheader-dropdow {
    display: flex;
    margin-top: 10px;
  }

  .gridelist-task-tool {
    display: flex !important;
    margin-top: 10px !important;
  }
}

/* ############### Task page full width ############### */
@media screen and (min-width: 320px) and (max-width: 770px) {
  .task-selectbox-header {
    display: block !important;
  }

  .pricing-div .subpricing-division {
    display: block !important;
  }

  .w350 {
    width: 100% !important;
  }

  .task-gride-timeshow {
    justify-content: end;
  }

  .grid-view-content .container-fluid .overflow-auto {
    overflow: auto !important;
  }

  .Gridelist-overflow {
    width: 100% !important;
  }

  .subpricing-division {
    width: 100% !important;
  }

  .Gridelist-view-right {
    margin-top: 5px;
    margin-right: 6px;
  }

  .collabroration-chatting-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* ################## Select box styles end ################# */

/* ########### table header fixed ############## */
.table-container {
  overflow: scroll;
  height: calc(100vh - 184px);
}

.Session-table {
  overflow: hidden;
  height: calc(100vh - 250px);
}

.Session-table .table th,
.table-container .table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 4;
}

.Session-table:hover,
.Session-table:focus,
.table-container:hover,
.table-container:focus {
  overflow: auto;
}

.Session-table::-webkit-scrollbar,
.table-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.Session-table::-webkit-scrollbar-thumb,
.table-container::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
  background-color: #7269ef;
}

.Session-table::-webkit-scrollbar-track,
.table-container::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* ############### table header fixed close ############### */

/* ################## Gantt Modal Open ############ */
.Gantt-Dropdown {
  max-width: 280px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  position: absolute;
  top: 85px;
  left: 16px;
  right: 0px;
}

.Gantt-Dropdown-bk {
  background-color: rgb(255, 255, 255, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 3;
}

#shift-closed-alert .Gantt-Dropdown-bk {
  position: relative;
}

/*################ spiner ################# */
.main-spinner-div {
  position: fixed;
  z-index: 10000;
  background-color: #0000008c;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

.vertical-align-middle {
  position: absolute;
  top: 30%;
  left: 50%;
}

@media screen and (min-width: 523px) and (max-width: 602px) {
  .mangerrequest_selectbox .select-box-small {
    min-width: 90px !important;
    max-width: 112px !important;
  }
}

@media screen and (min-width: 603px) and (max-width: 708px) {
  .mangerrequest_selectbox .select-box-small {
    min-width: 111px !important;
    max-width: 180px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 900px) {
  .Request_ManagerTool {
    display: block;
    justify-content: start;
    width: 100%;
  }

  .team-margin {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 905px) {
  .manager-settings-layout {
    height: calc(100vh - 50px);
  }
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
  #user-productivity-bar-align .apexcharts-toolbar {
    right: 8rem !important;
  }

  .download_userchart {
    right: -10px;
  }

  #tool_Productscroll_width .apexcharts-toolbar {
    right: 5rem !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 1109px) {

  #manager-trands-team-productivity-bar-align .apexcharts-toolbar,
  #trand-top-ten-productivity-bar-align .apexcharts-toolbar,
  #trand-app-productivity-bar-align .apexcharts-toolbar {
    right: 6rem !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 760px) {
  .trends-dropdown-text .btn-secondary {
    margin-right: 9rem !important;
  }
}

@media screen and (min-width: 760px) and (max-width: 1109px) {

  #manager-trands-team-productivity-bar-align .apexcharts-toolbar,
  #trand-top-ten-productivity-bar-align .apexcharts-toolbar,
  #trand-app-productivity-bar-align .apexcharts-toolbar {
    right: 7rem !important;
  }
}

@media screen and (min-width: 579px) and (max-width: 928px) {
  .setting-layout {
    height: calc(100vh - 62px);
  }
}

@media screen and (min-width: 553px) and (max-width: 1260px) {
  .create_img_Div {
    margin-top: -40px;
  }

  .create_imagebg {
    max-width: 110px;
    min-width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .selfUser-productivity-download-icon .apexcharts-toolbar {
    transform: translateX(60px) !important;
    top: -43px !important;
    height: 25px;
    width: 25px;
  }

  .selfTool-productivity-download-icon .apexcharts-toolbar {
    transform: translateX(60px) !important;
    top: -44px !important;
    height: 25px;
    width: 25px;
  }

  .custom-dropdown .dropdown-toggle {
    font-size: 8px !important;
  }

  #user-productivity-bar-align .apexcharts-toolbar {
    top: -108px !important;
    height: 25px;
    width: 25px;
  }

  .download_userchart {
    bottom: 83px;
    width: 25px;
    height: 25px;
  }

  #user-productivity-bar-align .custom-dropdown {
    transform: translateX(50px);
  }

  #tool_Productscroll_width .apexcharts-toolbar {
    top: -108px !important;
    height: 25px;
    width: 25px;
  }

  #tool_Productscroll_width .custom-dropdown {
    transform: translateX(30px);
  }


  #org-barchart-bar-align .apexcharts-menu {
    top: 25px !important;
  }

  .trends-dropdown-text .btn-secondary {
    font-size: 8px !important;
    margin-right: 3rem !important;
  }

  #manager-trands-team-productivity-bar-align .trends-dropdown-text .btn-secondary {
    font-size: 8px !important;
  }

  #trand-top-ten-productivity-bar-align .trends-dropdown-text .btn-secondary {
    font-size: 8px !important;
  }

  #trand-app-productivity-bar-align .trends-dropdown-text .btn-secondary {
    font-size: 8px !important;
  }

  #main-content .trends-dropdown-text .btn-secondary {
    font-size: 8px !important;
  }

  #manager-trands-team-productivity-bar-align .apexcharts-toolbar,
  #trand-top-ten-productivity-bar-align .apexcharts-toolbar,
  #trand-app-productivity-bar-align .apexcharts-toolbar.apexcharts-toolbar {
    top: -26px !important;
    height: 25px;
    width: 25px;
    transform: translateX(70px);
  }

  #manager-trands-team-productivity-bar-align .apexcharts-toolbar {
    top: -26px !important;
    height: 25px;
    width: 25px;
    transform: translateX(0px);
  }
}

@media screen and (max-width: 768px) {
  .Recordsession-font {
    font-size: 10px;
    margin-top: 5px;
  }

  .No_workspace {
    font-size: 14px;
  }

  .Click_workspace {
    font-size: 12px;
  }

  .form-control {
    font-size: 13px !important;
  }

  .team-resource {
    transform: translateX(-170px);
  }

  .grid-list-view-align .card .planned_task {
    height: calc(100vh - 199px);
  }

  .Nodata-task {
    position: fixed;
    left: 50%;
    top: 70%;
  }

  .Usersby-tools {
    font-size: 14px !important;
  }

  .fc .fc-button {
    font-size: 12px !important;
  }

  .team-calender-align .fc-toolbar-chunk h2 {
    font-size: 13px;
  }

  .mangerrequest_selectbox .select-box-small {
    min-width: 40px;
    max-width: 80px;
  }

  .Project_Create {
    font-size: 8px;
  }
}

@media screen and (max-width: 768px) {
  .nodata_selftimg {
    width: 70px;
    opacity: 0.5;
  }

  /* team-pagenation */
  .manager-settings-layout {
    height: calc(100vh - 3vh);
  }

  .multi-pagenation {
    font-size: 8px;
    margin-top: 40px !important;
  }
}


@media only screen and (min-width: 320px) and (max-width: 990px) {

  .loginbg {
    display: none;
  }

  .dash-style {
    width: 5px !important;
  }

  .col-sm-4 .setting-layout {
    height: calc(100vh - 60vh) !important;
  }

  .login-bk{
    height: calc(100vh - 1vh);
  }
}
  /* ##############MultiSelection close button.css############## */

  .TimeDateRange:hover{
    box-shadow: none!important;
  }
  .TimesheetPdf-Btn{
    width: 100%;
    background: #1d428a;
    padding: 5px;
    color: #fff;
    font-size: 18px;
  }	
  
  
  /* ##############CustomDateRangePicker.css############## */
  .custom-date-range-picker .DateRangePickerInput {
    font-size: 14px;
  }
  
  .custom-date-range-picker .DateInput_input {
    font-size: 14px;
  }
  
  .custom-date-range-picker .CalendarMonth_caption {
    font-size: 14px; /* Increase the font size */
  }
  
  .custom-date-range-picker .DayPicker_weekHeader {
    font-size: 14px; /* Increase the font size */
  }
  
  .custom-date-range-picker .CalendarDay {
    font-size: 14px;
  }
  
  .custom-date-range-picker .CalendarDay__default {
    font-size: 14px;
  }
  
  .custom-date-range-picker .CalendarDay__selected {
    font-size: 14px;
    background: grey;
    border: 1px solid grey;
  }
  
  .custom-date-range-picker .CalendarDay__selected_span {
    font-size: 14px;
    background: lightgrey;
    border: 1px solid lightgrey;
  }
  
  .custom-date-range-picker .CalendarDay__hovered_span {
    font-size: 14px;
    background: lightgrey;
    border: 1px solid lightgrey;
  }
  
  
  .custom-dropdown .dropdown-menu {
    font-size: 14px;
    width: auto; 
    text-align: center;
  }
  
  .custom-dropdown .dropdown-item {
    padding: 10px 20px;
  }
  .custom-dropdown .dropdown-toggle {
    font-size: 14px; 
    padding: 8px 10px;
    font-weight: 500;
    color: #000!important;
    text-align: center;
    background: #fff !important;
  }
  .custom-date-range-picker .DateInput{
    width: 110px!important;
  }
  .custom-date-range-picker .DateInput_fang{
    top: 20px!important;
    left: 0px!important;
  }
  /* ##############TasksDateRangePicker.css############## */
  .task-date-container {
    display: flex;
    align-items: center;
  }
  
  .task-date-selection {
      display: flex;
      align-items: center;
      margin-right: 15px;
  }
  
  .custom-Tasks-date-range-picker {
      display: flex;
      align-items: center;
      margin-right: 40px!important;
  }
  
  .custom-Tasks-date-range-picker .DateRangePicker {
      display: flex;
      flex-direction: row;
  }
  
  .custom-Tasks-date-range-picker .DateRangePickerInput {
      display: flex;
      flex-direction: row;
      align-items: center;
  }

.custom-Tasks-date-range-picker .DateInput {
    width: 120px; /* Adjust as needed */
    margin-right: 10px; /* Adjust as needed */
}

.custom-Tasks-date-range-picker .DateRangePickerInput__withBorder {
    border: none;
}

.custom-Tasks-date-range-picker .DateRangePicker_picker {
    display: flex;
    flex-direction: row;
}

.custom-dropdown {
    margin-right: 10px;
}

.clear-button {
    margin-left: 10px;
}

.task-date-selection #startDate{
  display: none;
}
.task-date-selection #endDate,.task-date-selection .DateRangePickerInput_arrow_svg{
  display: none;
}
.DateRangePicker_picker{
  top: 30px!important;
}
.trends-dropdown-text .dropdown-toggle::after{
  display: none!important;
}
.trends-dropdown-text .btn-secondary{
  background-color: #fff!important;
  color: #909090 !important;
  font-weight: 500;
  font-size:14px !important;
}
.self-team-productivity .DateInput_fang
{
  top: 20px!important;
}
.Projectlist-maindev .scrollbox {
    height: calc(100vh - 24vh);
}

.ProjectListSub {
    padding: 1rem 0.7rem;
    border-radius: 7px;
    margin-bottom: 10px;
}

.Project_Create {
    padding: 0.5rem 1rem;
}

.CreateColums {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
}

/* ------------- media query medium devices css styles ---------------- */
@media only screen and (min-width: 999px) and (max-width: 1450px) {
    .Projectlist-maindev .scrollbox {
        height: calc(100vh - 33vh) !important;
    }

    .ProjectListSub {
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 7px;
    }

    .Project_Create {
        padding: 0.25rem 0.5rem;
    }

    .CreateColums {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem !important;
    }
}

.ProjectFiltersDiv .p-multiselect .p-multiselect-label {
    padding: 0.45rem 0.75rem !important;
}

.ProjectFiltersDiv .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding: 0.45rem 0.75rem !important;
}
.p-inputtext {
    padding: 0.45rem 0.75rem !important;
}
.Filetransferform {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: calc(100vh - 18vh);
}
@media screen and (max-width: 768px) {
  .FileTransfer-source {
      margin-top: 22px;
      
  }
}
/* ------------- media query medium devices css styles ---------------- */
@media only screen and (min-width: 999px) and (max-width: 1450px) {
    .Filetransferform {
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 27vh);
    }
}
.language-menu {
    box-shadow: none;
    border-color: #fff !important;
}

.login-imagenew {
    max-width: 350px;
}

.language-menu:hover {
    box-shadow: none;
    border-color: #fff !important;
}

.auth-main .WorkspaceText {
    font-size: 18px;
    font-weight: 600;
}

.auth-main .ProvideText {
    font-size: 14px;
    font-weight: 500;
}


.loginbg .auth-main {
    height: 100vh;
}
.PswVeiw-btn{
    background: none !important;
    border: none !important;
    padding: 0px !important;
    cursor: pointer !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

@media only screen and (min-width: 999px) and (max-width: 1450px) {

    .login-imagenew {
        max-width: 300px;
    }

    .auth-main .WorkspaceText {
        font-size: 18px;
        font-weight: 600;
    }

    .auth-main .ProvideText {
        font-size: 14px !important;
        font-weight: 500;
    }
}


@media only screen and (min-height: 150px) and (max-height: 346px) {
     
        .auth-main {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100%!important;
        }
   
}
.OldPasswordPolicy .PswVeiw{
    top: 10px;
    background: transparent;
    outline: none;
    border: none;
    right: 10px;
    box-shadow: none;
}	
.OTPConformDiv input {
    width: 45px !important;
    height: 45px !important;
    display: inline-block;
}
.auth-main {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100vh - 12vh);
  }
.Cruiser_Cell {
    padding: 1rem !important;
}
.OrgapexToolList .apexcharts-menu-icon svg {
    display: none !important;
}
/*--------------------colors and background colors-------------------*/
/* ################### font color code ################ */

.color-darkheading {
  color: #070829 !important;
}

.color-textpara {
  color: #43425d;
}

.color-redgray {
  color: #707070;
}

.color-quill-icon {
  color: #909090;
}

.color-redlightgray {
  color: #909090;
}

.Manatee-Gray {
  color: #9ca2a8;
}

.color-nightred {
  color: #303030;
}

.color-Ceruleanblue {
  color: #2682c3;
}

.one-blue {
  color: #3aafa9;
}

.text-thinkgray {
  color: #1e2a31;
}

.text-Zambezi {
  color: #606060;
}

.text-navyblue {
  color: #477bd5;
}

.text-darkblue {
  color: #1d428a !important;
}
.bg-cornflower {
  background: #7269ef;
  color: #fff;
}

.Ghost-white {
  background-color: #f4f4fa;
}
.color-darkgray {
  color: #43425db3 !important;
}

.color-lightgray {
  color: #909090 !important;
}

.form_wizard_tab {
  background-color: #6f7b7d;
  border-radius: 0.1875rem;
  color: #fff;
  margin-right: 2px;
}

.form_wizard_tab:hover {
  background-color: #6f7b7d;
  border-radius: 0.18rem;
  color: #fff;
  margin-right: 2px;
}

.form_wizard_tab.active {
  background-color: #d79a17 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.sidebar-scroll::-webkit-scrollbar {
  width: 0;
  background-color: #282b2f;
}

.sidebar-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #282b2f;
}

.black-editor {
  background-color: #282b2f !important;
}
.shadow {
  box-shadow: 0 0.2px 7px rgba(0, 0, 0, 0.15) !important;
}

.welcome-bottom {
  border-bottom: solid 3px #ed7014;
}

.folder-bg-light {
  background-color: #f8f9fa;
}

.specifyColor {
  accent-color: red;
}

.ApprovedSpecify {
  accent-color: #ed7014 !important;
}

.text-oneable {
  color: #3aafa9;
}

.oneableapp_color {
  color: #000308;
  text-align: center;
}

.browser_color {
  background-color: #3aafa9;
  color: white;
  text-align: center;
}

.past-halfway .glen-player-progress-bar {
  background-color: #8bc34a;
}
.backicon_teammember {
  background: #fff;
}

.backbtn-darkblue {
  color: #1d428a !important;
}

.Selecteduser_teammember_back {
  background: #1d428a;
  color: #fff;
}

.ql-snow .ql-stroke {
  color: red !important;
}

.ql-toolbar.ql-snow {
  color: red !important;
}

.ant-table-wrapper .ant-table-thead > tr > th {
  background-color: #1d428a;
  color: #fff;
}

.Timesheetteam-table thead th {
  background-color: #1d428a !important;
  border: #fff 0.1px solid !important;
  color: #fff;
}

.tool-alignment:hover {
  background: #00000014;
}

.active-tool {
  background: #00000014;
}
.mention {
  color: #0b51c1 !important;
}

.btn-primary {
  background: #1d428a !important;
  border-color: #1d428a !important;
}

.border-oneable {
  border-color: #3aafa9;
  color: #3aafa9;
}

.btn-darkbrule {
  background-color: #1d428a;
  border-color: #1d428a;
  color: #fff;
}

.btn-darkbrule:hover {
  background-color: #1d428a;
  border-color: #1d428a;
  color: #fff;
}

.Superadm-acation .switch input:checked + .slider {
  background-color: #fefefe !important;
  border: solid 1px #4fc2f8 !important;
}
.Superadm-acation .switch .slider::after {
  background-color: #824ff8 !important;
  border: solid 1px #fefefe !important;
}
.Superadm-acation .switch .slider:before {
  background-color: #4fc2f8 !important;
  border: solid 1px #fefefe !important;
}

.Superadm-acation .switch .slider {
  background-color: #f5f5f5 !important;
  border: solid 1px #dcdcdc !important;
}

.modal-domain-footer {
  box-shadow: -3px -3px 12px #00000029;
}

.recorded-tablemain .table-container .table tbody td,
.recorded-tablemain .table-container .table tbody td h6 {
  color: #303030 !important;
  font-size: 14px !important;
}

.unselect-workspace {
  color: #707070;
}

.selected-workspacename {
  color: #37abe6 !important;
}

.user-img-fit img {
  object-fit: cover;
  background-color: #dcdcdc;
}

.modal-backdrop {
  background-color: rgb(0, 0, 0, 0.7) !important;
}

.New-workspace {
  color: #3aafa9 !important;
}

.New-workspace::after {
  all: unset !important;
  color: #3aafa9 !important;
}

.ddp {
  color: #37abe6 !important;
}

.ddpx {
  color: rgba(22, 34, 58, 0.6);
}

.modal-backdrop-back {
  background: #0003088c;
}

.dropdown-item:active {
  background-color: #2682c3;
  color: #fff !important;
}

.btn-outline-indgo {
  color: #37abe6 !important;
  border: solid 1px #37abe6 !important;
}

.btn-outline-indgo:hover {
  color: #fff !important;
  background-color: #37abe6 !important;
  border: solid 1px #37abe6 !important;
}

.Settingsui-sidebarmenu .nav-item a {
  color: #666 !important;
}

.menu-toggle-button:hover {
  border: 1px solid #3aafa9 !important;
  background-color: #f5f5f5 !important;
  color: #3aafa9 !important;
}

.team-navbreadcrumb .breadcrumb .breadcrumb-item {
  color: #37abe6;
}

.breadcrumb li a {
  color: #909090;
  text-decoration: none;
}

.message .border_redius {
  background-color: #fff;
}

.collaboration-headeing {
  color: #37abe6;
}

.border-active {
  border: solid 1px #3aafa9 !important;
  color: #3aafa9 !important;
}
.bg-Gainsboro {
  background: #dcdcdc;
  color: #000;
}
.message-count-chat {
  background: #ef7c1b !important;
  color: #fff;
}

.chat-header {
  box-shadow: #00000026 0px 2px 5px;
}

.dropdown-style {
  background-color: white;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.chat-file-attachment {
  position: absolute;
  z-index: 999 !important;
  background: #007bff;
  color: white !important;
}

.bg-light-gray {
  background-color: #dcdcdc;
  border: 2px solid #f5f5f5;
  color: #303030;
}

.toolcount-dashboard {
  background-color: #fff !important;
  color: #070829 !important;
}

.custom-violet {
  color: #8e57ce;
}

.org-creaction-table .table thead th {
  color: #000 !important;
}

.whiteboard-input-bgcolor {
  background-color: #e9ecf7;
}

.Whiteboard-Navtabs a {
  color: #707070;
}
.btn-rejected {
  background-color: #fc0f0f !important;
  color: #fff !important;
}

.btn-submitted {
  background-color: #37abe6 !important;
  color: #fff !important;
}
.btn-closed {
  background-color: #858181 !important;
  color: #fff !important;
}

.btn-approved {
  background-color: #c98209 !important;
  color: #fff !important;
}
.datepicker-container {
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.custom-dropdown-toggle {
  background-color: white !important;
  color: #333 !important;
  border: 1px solid #e1e8ed !important;
}
.custom-dropdown-menu {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.folder-loader-overlay {
  background: rgba(255, 255, 255, 0.8);
}

.input-error {
  border-color: #e3342f;
  background-color: #fce8e6;
}

.input-text-danger {
  color: #e3342f;
}
.light_version .Tablethbg-Oneable tr th {
  background: #3aafa9 !important;
  color: #fff !important;
  border: #fff solid 2px;
  border-top: none !important;
}
.desktop_toolicon {
  border: solid 5px #fff;
  box-shadow: 2px 3px 7px #dcdcdc;
  background: #fff;
}
.scale-loader-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

.glen-player-status {
  background: rgba(0, 0, 0, 0.5);
}

.glen-player-controls .glen-player-play:hover,
.glen-player-controls .glen-player-pause:hover {
  background: rgba(255, 255, 255, 0.5);
}
.glen-player-play,
.glen-player-pause {
  color: white;
}
.glen-player-controls {
  background: rgba(0, 0, 0, 0.5);
}
.glen-player-progress-bar {
  background-color: #ffffff;
}

.glen-player-progress-bar-container {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}
.glen-player-progress-text {
  color: #ffffff;
}
.tool-circle {
  border: solid 1px #000;
  background-color: #fff;
  color: "#000";
}

.list-group-item:hover {
  background-color: #f8f9fa;
}

.hover-menu {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.arrow-icon {
  color: #0057ff !important;
}
.blurred-area {
  background: rgba(255, 255, 255, 0.2) !important;
}

.collabration-chatbox-header .sb-avatar__text div span {
  color: #000;
}
.Watermartk-text {
  color: #3aafa9;
}
.width_think {
  background-color: #f8b912;
}
.file-upload-note {
  color: #77797c;
}
.width_Cruiser {
  background-color: #8fc555;
}
.endcall-alert {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
}
.endcall-bk {
  background-color: rgb(0, 0, 0, 0.7);
}
.sl-box4 {
  background: #3aafa991 !important;
}
.task-multi-selection-item {
  background: #0057ff;
  color: #fff;
}
.message-alert-text {
  color: #0b51c1;
}

.alert-msg-body {
  background-color: #d2eefb;
}
.ql-syntax {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.ql-toolbar button {
  background-color: #fff;
}
.ql-toolbar {
  background-color: #f2f2f2;
  border: 1px solid #ccc !important;
}
.link-text-alignment a {
  color: #007bff;
}
.link-dialog-content {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.link-dialog {
  background-color: rgba(0, 0, 0, 0.5);
}
.recorded-sessions {
  background: #fff;
}
.light_version .table.table-orglist thead th {
  background-color: #f4f4fa;
  border: #fff 3.1px solid !important;
}

.modules-list li {
  background-color: #fff;
  box-shadow: 1px 1px 12px #dcdcdc;
  border: 1px solid #dcdcdc;
}

.close-model-icon {
  background: #f5f5f5;
}
.chatapp_body .chat-header .chat-team-info img {
  background-color: #dcdcdc;
}
.workspace-btnlist li .btn {
  background: #f9f9f9 0% 0% no-repeat padding-box;
}

.chatbox-downloadicon {
  background: #ffffff;
}
.btn-New-workspace .work-space-dropdown {
  color: #909090;
}
.angle-down-workspace {
  color: #3aafa9;
}
.gantt-dropdown-closeicon {
  background: #dcdcdc;
}
.Newdirect-List li:hover {
  background-color: #f1f4f6;
}
.Newdirect-name {
  color: #707070;
}

.TeamtalkList-Channels li:hover {
  background-color: #f1f4f6;
}

.channel_names h6 span i {
  color: #707070;
}
.channel_names h6 span {
  color: #303030;
}
.workspacelist-Dropdown-bk {
  background-color: rgb(255, 255, 255, 0);
}
.workspacelist-Dropdown {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.field-mandotary:after {
  color: red !important;
}
.video-modal-close {
  background-color: #fff;
  color: #666;
}

.daterangepicker .ranges {
  background: #fff;
  box-shadow: 1px 1px 14px #dcdcdc;
}
.accordion .card-header .btn i {
  color: #909090 !important;
}
.accordion .card-header .btn {
  color: #666 !important;
}
.languages-btn-close {
  background-color: #fff;
}
.menu-toggle-button {
  border: 1px solid #dcdcdc !important;
  background-color: #f5f5f5 !important;
  color: #3aafa9 !important;
}

.bg-custom {
  background-color: #f1f1f1 !important;
}
.input-search-icon {
  color: #ff9800;
  background-color: #f1f1f1 !important;
}
.team-resource {
  background: #fff;
}
.team-more {
  background: #fff;
}
.team-two-letters:nth-child(odd) {
  background: #f5f5f5;
  color: #888;
}
.team-two-letters {
  background: #f1f1f1;
  color: #888;
}
.custom-alert-box {
  background-color: #f5f5f5;
}
.custom-alert-model {
  background-color: rgb(0, 0, 0, 0.7);
}
.tooltip-email .tooltiptext-email {
  background-color: black;
  color: #fff;
}
#super-admin-dashboard .required:after {
  color: red;
}
.p-low {
  border: 1px solid #803ad0;
  color: #803ad0;
}

.p-medium {
  border: 1px solid #ff6600;
  color: #ff6600;
}
.p-high {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.file-upload-cancel-icon {
  border: 1px solid #909090;
  background: #f4f4fa;
  color: #909090;
}

.alignment-filename {
  color: #909090;
}

.chatt-fileupload {
  background: #f4f4fa;
}
.user-list-view {
  background: #fff;
}

.btn-custom-dark {
  background-color: rgb(0, 0, 0, 0.5);
  border: 2px solid #fff;
  box-shadow: 0px 2px 10px 0px rgb(23 25 28 / 20%);
  color: #fff;
}

#system-admin-barcharts .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}
.workspace-sidebar-collaboration {
  background: #fff;
}

.Screen {
  background: #000;
}
.Dish div:after {
  color: #aaa;
}
.Dish > div video {
  background: #000;
}
.Dish > div {
  background: #fff;
}
.work-space-sidebar {
  background: #dcdcdc78;
}
.user-send-message .message {
  background-color: #f3f4f9;
  color: #666 !important;
}
.send-message {
  background-color: #3d8bf8;
  color: #fff;
}
.alert-box-bk {
  background-color: #fff;
}
.alert-info-bk {
  background-color: rgb(0, 0, 0, 0.5);
}
.modal-backdrop-bgcolor {
  background-color: #0000008c;
}
.create-workspacebtn {
  background-color: #37abe6;
}
.bg-cyan {
  background-color: #37abe6;
  color: #fff;
}
.channel-profile {
  background-color: #fff;
}
.input-search {
  color: #727272;
  border: solid 1px #dcdcdc;
}

.user-btnactive {
  color: #909090;
  background: #fff;
  border: solid 1px #dcdcdc;
}

.Barchart_scrollbox::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
  background-color: #909090;
}

.Barchart_scrollbox::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.new-timesheet-button-add {
  color: #909090 !important;
  border: 1px solid #dcdcdc;
}

.team-calender-align .fc-toolbar-chunk h2 {
  font-size: 17px;
}

.new-timesheet-button {
  background-color: #dcdcdc !important;
  color: #000308 !important;
  padding: 6px 14px !important;
}
.sidemenu-close-icon {
  color: #909090;
}

.sidebar-menu-list .dropdown-menu .dropdown-item:focus {
  color: #191f28 !important;
}
.sidebar-menu-list .dropdown-menu .dropdown-item {
  color: #909090 !important;
}
.sidebar-menu-list .dropdown-menu {
  color: #909090 !important;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #303030 !important;
}

.Toastify__toast-theme--light {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #477bd5 !important;
}

.Project_sidenav .nav-link.active,
.Project_sidenav .nav-link:hover,
.Project_sidenav .nav-link:focus {
  color: #fff !important;
  background-color: #2682c3 !important;
  margin-bottom: 5px;
}

.Project_sidenav .nav-link {
  color: #222222d9 !important;
}

.Projectcreate_tabs .nav-link.active,
.Projectcreate_tabs .nav-link:hover,
.Projectcreate_tabs .nav-link:focus {
  color: #000 !important;
}

.color-helight {
  color: #303030 !important;
}
#opsdashboar-bar-align .apexcharts-menu-icon {
  color: #6e8192;
}

.alert-warning {
  color: #fff;
  background-color: #fdbe3f !important;
}

.alert-secondary {
  color: #fff;
  background-color: #909090;
}
.Ops_admin_Active .nav-link.active,
.Ops_admin_Active .nav-link:hover,
.Ops_admin_Active .nav-link:focus {
  color: #000 !important;
}

.statu_ative {
  color: #fdbe3f;
}

.status_Inactive {
  color: #909090;
}

.working_hrs {
  color: #78a1f1;
}

#ops-barchart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}
#emp-barchart-bar-align2 .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}
#emp-barchart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}
#org-barchart-bar-align2 .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}
#org-piechart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}

#manager-piechart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}

#manager-barchart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}

#manager-barchart-bar-align2 .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}

#barchart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}
#piechart-bar-align .apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  color: #6e8192;
}
.System_Machine a.active,
.System_Machine a:hover,
.System_Machine a:focus {
  color: #16223a !important;
}
.pomodorocreate_modal {
  background-color: #000308b3;
}

/* ###################### Pomodoro ################### */

.bg_darkAquamarine {
  color: #fff;
  background: #01c575;
}

.bg-Lightgeen {
  background-color: #4fa64f;
  color: #fff;
}

.bg_lightcyan {
  background-color: #4381e6;
  color: #fff;
}

.Add_Modalback {
  background: #00000080;
}

.text-white {
  color: #fff;
}

/* ############## RmployrrOnboard Garage ############ */

.upload_document {
  border: dashed 3px #0000001f;
  color: #00000080;
}
.email_collaboration {
  background-color: #fff;
}

.Collaborat_Email .nav-item a {
  color: #00000080;
}
.Collaborat_Email .nav-item a.active,
.Collaborat_Email .show > a {
  background: #fff !important;
  color: #ed7014 !important;
}

.bg_lightgray2 {
  background: #dcdcdc;
}

.collabration_setting a,
.collabration_setting_item {
  color: #707070;
  background: #fff;
}

.collabration_setting a.active {
  color: #37abe6;
}

.create_imagebg {
  background: #fff;
}
.workaspace_nodata .create_imagebg {
  background: #fff;
}
.fileupload .document_upload a:hover,
.fileupload .document_upload a {
  border: solid 1px #90909080 !important;
  color: #90909080 !important;
}
.fileupload .document_upload a.active {
  background: #37abe6 !important;
  color: #fff !important;
}

.chatapp_body .chat-history .collaboration_chat li.right .message:after {
  background: #f4f4fa !important;
}

.chatapp_body .chat-history .message_data li.right .message:after,
.chatapp_body .chat-history .message_data li.left .message:after {
  border-left-color: #f8f9fa;
  border-bottom-color: #f8f9fa;
  border-right-color: #f8f9fa;
}
.chatapp_body .chat-history .collaboration_chat li.left .message {
  background: #5a68df !important;
}

.chatapp_body .chat-history .collaboration_chat li.right .message {
  background: #f4f4fa !important;
  color: #070829 !important;
}

/* #####################################################Colbrations start####################################################  */

.fileshare_tabs a.active,
.fileshare_tabs a:hover,
.fileshare_tabs a:focus {
  background: #37abe6 !important;
  color: #fff !important;
}

.add_person {
  color: #2682c3;
}

.bg_cyan {
  background: #37abe6;
}

.bg-warning {
  background: #fe7e00 !important;
}

.border_cyan {
  border-color: #37abe6;
  color: #37abe6 !important;
}

.color_indgo {
  color: #37abe6 !important;
}

.bg_indgo {
  background: #1d428a !important;
  border-color: #1d428a !important;
  color: #fff;
}

.bg_PapayaWhip {
  background: #faf5f5;
}

.border_warning {
  border-left: solid 1px #ed7014;
  border-color: #ed7014;
}

.search_message::placeholder {
  color: #70707099;
}

.bg-lightgray {
  background: #f4f4fa;
  color: #909090;
}

.bg_darkgray {
  background: #3b3b3b;
  color: #fff !important;
}

.upcoming_btn {
  background: #dedee3;
}

.garage_menu p a {
  color: #00000099 !important;
}
.chatapp_body .chat-history .message_data li.left .message {
  background-color: #fff !important;
}

.single_email {
  background: #fff;
}

.light_version {
  background-color: #f1f4f6 !important;
}

.light_version .tabs-styles-edit .nav.nav-tabs .nav-link.active,
.light_version .tabs-styles-edit .nav.nav-tabs .nav-link:hover,
.light_version .tabs-styles-edit .nav.nav-tabs .nav-link:focus {
  border: 1px solid #fe7e00;
}
.dash-style {
  color: #909090;
}

.user-detail .btn i {
  color: #d35b4d;
}
.user-detail .btn {
  background-color: #fff;
  border: 1px solid #dedede;
  color: black;
}

.user-detail h3 {
  color: #000;
}
.user-detail {
  background-color: #fff;
  color: #8b8b89;
}

.fc .fc-toolbar h2 {
  color: #000308;
}
.fileshare-div .plan,
.pricing-div .plan {
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
}
.camera_Icon {
  background: #f5f5f5 !important;
  border: 2px solid #fff !important;
}

.Bgwarning {
  background-color: #fef4e8 !important;
  color: #ed7014 !important;
}

.Bgprimary {
  color: #78a1f1;
  background-color: #eff4fd !important;
}

.Btndanger {
  background-color: #f1404c;
}

.approved {
  color: #ed7014 !important;
}

.reject {
  color: #f34157;
}

.pending {
  color: #a4a9b3;
}

.calendar-col i {
  color: black;
}

.calendar-col span {
  color: black;
}

.calendar-row {
  background: white;
}

.cd-content-li {
  background-color: #fff;
  box-shadow: 2px 2px 16px #dcdcdc;
}

.ul-fixed li:hover {
  background: #37abe6;
}

.ul-fixed li a:focus .ul-fixed li {
  background: #37abe6;
}

.ul-fixed li a:active .ul-fixed li {
  background: #37abe6;
}

.ul-fixed li a {
  color: #fff;
}

.cd-title {
  color: #666;
}
.ul-fixed li {
  background: #59c2ff;
  border-bottom: 1px solid #fff;
}
.cd-header {
  background-color: #2682c3;
  color: #fff;
}
.text-input .target {
  color: white;
}

.text-input {
  background: #222;
  color: white;
}

.light_version .Team_Subtabs.nav-tabs .nav-link.active,
.light_version .Team_Subtabs.nav-tabs .nav-link:hover,
.light_version .Team_Subtabs.nav-tabs .nav-link:focus {
  color: #ed7014 !important;
}

.fc-prev-button,
.fc-next-button {
  background-color: #fe7e00 !important;
  border-color: #fff !important;
}
.timesheet-rejected {
  color: #ff3e30 !important;
}
.timesheet-submitted {
  color: #f7b529 !important;
}
.timesheet-approved {
  color: #179c52 !important;
}

.progress-bar-primary {
  background-color: #7c67cd;
}

.system_table {
  color: #000;
}
.img-circle1 {
  background: #daddf280;
}
.img-circle {
  background: #daddf280;
}
.scrollbox::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.scrollbox::-webkit-scrollbar-thumb {
  background-color: #37abe6;
}
.Lang-select {
  color: #2622c3;
}

.dashboardicon {
  color: #dcdcdc;
}

.TimePending {
  background: #77797c !important;
  color: white !important;
}

.downloadpopup {
  background-color: rgba(0, 0, 0, 0.404);
}

.Employeeslide-show {
  background-color: #fff;
  box-shadow: -3px 0px 20px #dcdcdc;
}

.Employee-Card {
  color: #16223a99 !important;
}

.BorderBottom-Style {
  background: #3aafa9;
}
.loginbg {
  background-color: #3aafa9;
}
.seltTable th,
.seltTable td {
  color: #000 !important;
}
.slide-showes {
  background-color: #fff;
}
.Project_show {
  background-color: #fff;
}
.model-close-icon:hover {
  color: #2682c3 !important;
}
.model-close-icon {
  color: #888;
}
.slide-show .modal-title {
  color: #303030;
}

.slide-show .modal-header {
  background-color: #fff;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0px 3px 6px #dcdcdc;
}
.slide-show {
  background-color: #fff;
}

.btn-warning {
  background: #fe7e00;
  border-color: #fe7e00;
}

.timeThead tr th p {
  color: #7b7b7b;
}

.timeThead tr th,
.SelfThead tr th {
  background: #ebebeb !important;
}

.navbar-nav .icon-menu .notification-dot {
  color: #ed7014 !important;
  background-color: #fff !important;
  border: 1px solid #ed7014 !important;
}

#left-sidebar .navbar-brand span {
  font-size: larger;
  font-weight: 600;
  color: #3aafa9 !important;
}
.oneable-bg-light span {
  color: #303030 !important;
  font-size: 12px !important;
}

.oneable-bg-light {
  background-color: #f1f1f1;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.dashboard-table .table-custom thead th {
  background: #ebebeb !important;
}
.modul-tablelist thead th {
  background-color: #dcdcdc !important;
  color: #303030;
}

.card-header {
  background-color: white;
}

.card-footer {
  background-color: white;
}

.light_version .metismenu a {
  color: #666;
}

.light_version .nav-pills a:active,
.light_version .nav-pills a:focus,
.nav-pills .nav-item a.active {
  color: #fff !important;
}

.light_version .metismenu a:active,
.light_version .metismenu a:focus,
.mini_sidebar .mini_sidebar_on .sidebar-nav .metismenu,
a.active {
  color: #3aafa9 !important;
}

.theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus span {
  color: #3aafa9 !important;
}

.metismenu a:active,
.metismenu a:focus {
  background-color: #f1f1f1;
}
.metismenu a:active,
.metismenu a:focus,
.metismenu .active a {
  background-color: #f1f4f6;
}

.bg-azure {
  background: #ebf3f2;
}

.custom_tab.nav-link {
  color: #ffffff;
}

.file-attachment-body::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #f5f5f5;
}

.file-attachment-body::-webkit-scrollbar-thumb {
  background-color: #37abe6;
}
.file-attachment-body::-webkit-scrollbar {
  background-color: #282b2f;
}

.file-attachment-body {
  background: white;
}
.p-high {
  color: #ff0000;
}
.tooltip-email .tooltiptext-email {
  background-color: black;
  color: #fff;
}
.btn-custom-dark {
  color: #fff;
}
.alignment-filename {
  color: #909090;
}

.languages-btn-close {
  background-color: #fff;
}
.workspacelist-Dropdown-bk {
  background-color: rgb(255, 255, 255, 0);
}

.TeamtalkList-Channels li:hover {
  background-color: #f1f4f6;
}
.angle-down-workspace {
  color: #3aafa9;
}

#channelwiseusers .endcall-bk .endcall-alert {
  background-color: #f5f5f5;
}
.Watermartk-text {
  color: #3aafa9;
}
.hover-menu {
  background-color: #fff;
}
.tool-circle {
  border: solid 1px #000;
  background-color: #fff;
  color: "#000";
}
.metismenu a:active,
.metismenu a:focus,
.metismenu .active a {
  border-right: 2px solid #3aafa9;
  border-radius: 0px !important;
}
.oneable-body {
  border-bottom: 1px solid #dcdcdc;
}
.dashboard-table .table-custom thead th {
  border: #fff 0.1px solid !important;
}
.slide-show .modal-footer {
  box-shadow: 0px -3px 6px #dcdcdc;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.icons-list div {
  border-right: 1px solid #252a33;
}
.file-attachment-body::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}
.text-editor-black .public-DraftEditor-content {
  border: 1px solid #f1f1f1;
}
.dnd-item {
  border: dashed 1px gray;
  border-radius: 8px;
}
.custom-nav .dropdown-menu {
  box-shadow: 0px 2px 20px 0px rgb(23 25 28 / 20%);
  border-radius: 0.1875rem;
}
.slide-showes {
  box-shadow: -3px 0px 20px #dcdcdc;
  border-radius: 12px;
}
.borderlg {
  border: solid 1px #303030 !important;
}

.borderlg:focus {
  border: solid 1px #1d428a !important;
}
.seltTable th,
.seltTable td {
 border-top: 1px solid #ebebeb !important;
}

.border {
  border: solid #dcdcdc 1px !important;
}

.newtimecard {
  box-shadow: 1px 1px 8px #00000029;
}

.Newtime_Team_Div {
  border: 1px solid #dcdcdc !important;
  border-radius: 8px;
}
.fileshare-div .plan,
.pricing-div .plan {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

.input-opt input:focus {
  border: 1px solid red !important;
  outline: 1px solid red;
}
.input-opt input[type="number"] {
  border: 1px solid #909090;
}
.timesheet-entry .form-control {
   border-radius: 4px !important;
  border: 1px solid #dcdcdc !important;
}

.download_userchart {
 border: solid 1px #dcdcdc;
}

.border-radius7 {
  border-radius: 7px;
}

.border-radius10 {
  border-radius: 10px;
}

.box-shadow2 {
  box-shadow: #00000029 0px 3px 6px;
}

.createmodal .modal-content {
  border-radius: 10px !important;
}
.user-btn {
 border: solid 1px #dcdcdc;
}
.Orgsetting-header,
.channelsetting-header {
  border-bottom: 1px solid #e1e1e1;
}

.light_version .orgsetting-collbration tr td,
.light_version .orgsetting-collbration tr th,
.light_version .channelsetting-collaboration tr td,
.light_version .channelsetting-collaboration tr th,
.light_version .personal-setting tr td,
.light_version .personal-setting tr th {
  border-bottom: 1px solid #e1e1e1;
  border-top: none;
}
.right_chat .media .status {
  border: 3px solid #fff !important;
}
.custom-shadow {
  box-shadow: 2px 2px 20px #dcdcdc !important;
}
.mini_sidebar #left-sidebar {
  box-shadow: 2px 2px 18px #dcdcdc;
}
.slide-show {
 box-shadow: -3px 0px 20px #dcdcdc;
 }
 .Project_show {
 box-shadow: -3px 0px 20px #dcdcdc;
}

.shadow1 {
  box-shadow: 1px 1px 14px #dcdcdc;
}

.passcode_inputDiv input {
  border: 1px solid #2682c3;
  border-radius: 6px;
  box-shadow: 1px 4px #dcdcdc;
}
.profile-badge {
  border: 1px solid #c1c1c1;
}
.profile-pic img {
  box-shadow: 0px 0px 5px 0px #c1c1c1;
}

.otp-inputs input {
   border-radius: 4px;
  border: 1px solid #909090;
}
.otp-inputs input:focus {
  border: 0px solid #909090;
  outline: 1px solid #ed7014 !important;
}

.email_collaboration {
  box-shadow: -3px 0px 20px #dcdcdc;
}
.sidebar-menu-list .dropdown-menu {
box-shadow: 2px 2px 16px #dcdcdc;
}
.channel-profile {
 box-shadow: -3px 0px 20px #dcdcdc;
}
.btn-custom-dark {
box-shadow: 0px 2px 10px 0px rgb(23 25 28 / 20%);
border: 2px solid #fff;
}
.Draft-Text-Editor-Main {
  border-radius: 4px;
  box-shadow: 0 -4px 7px rgb(0 0 0 / 15%);
}
.dropdown-data:hover,
.dropdown-data:after,
.dropdown-data:focus {
  box-shadow: inset 2px 0px 0px #0052cc;
  box-shadow: inset 2px 0px 0px var(--ds-border-focused, #0052cc);
 }
 .user-list-view {
box-shadow: 1px 1px 6px #909090;
 }
 .resource-active {
  border: 3px solid #fe7e00 !important;
}
.team-two-letters:hover {
   box-shadow: 1px 1px 6px #dcdcdc;
}
.team-two-letters {
 border: 3px solid #fff;
}
.team-more {
 box-shadow: 1px 1px 10px #dcdcdc;
}

.team-resource {
 box-shadow: 1px 1px 10px #dcdcdc;
}
.user-account .dropdown .dropdown-menu {
  box-shadow: 1px 1px 8px #dcdcdc !important;
  border: 1px solid #dcdcdc;
 }
 .chatapp_body .chat-header .chat-team-info img:hover {
  transform: scale(1.1);
  box-shadow: 1px 1px 2px #666;
}
.hover-menu {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.border-right {
  border-right: #dcdcdc 1px solid;
}

.border-bottom {
  border-bottom: #dcdcdc 1px solid;
}
.workspace-sidebar-collaboration {
 border-right: dashed 1px #dcdcdc;
}
.icons-list div {
border-right: 1px solid #252a33;
}
.apexcharts-canvas .apexcharts-pie-series path {
  stroke: #dcdcdc !important;
  stroke-width: 1px !important;
}

.tabs-styles-edit .nav-tabs .nav-link {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.workaspace_nodata .create_imagebg {
  border: solid 1px #dcdcdc;
 }

.create_imagebg {
  border: solid 1px #dcdcdc;
}
.Ops_admin_Active .nav-link.active,
.Ops_admin_Active .nav-link:hover,
.Ops_admin_Active .nav-link:focus {
 border-bottom: solid 2px #000 !important;
}

.userself_icon {
 border: 2px #dcdcdc solid;
}

.border-dashed {
  border: dashed 1px #dcdcdc;
}

.send-message {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  cursor: pointer !important;
  border: 0px solid #dcdcdc;
  position: absolute;
  right: 20px;
  bottom: 19px;
  text-align: center;
  z-index: 10;
  border-radius: 3px;
}
.send-message {
 border: 0px solid #dcdcdc;
}

.Dish {
 background: rgba(0, 0, 0, 0.3);
}
.hr-border {
  border-bottom: 0.8px solid #dcdcdc;
}

.input-channelsearch {
  border-radius: 7px;
  border: solid 1px #ebebeb;
}
.message-count-chat {
 border-color: #fff;
 }
 
#PriView-image-divisioniv {
  border: 1px solid #dcdcdc;
}
.chatt-fileupload {
  border: solid 1px #dcdcdc;
  border-radius: 5px;
}

.custom-btn {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.p-high {
  border: 1px solid #ff0000;
  border-radius: 4px;
}
.custom-alert-box {
 border: 1px solid #dcdcdc;
}
.custom-form-control {
 border: 1px solid #e1e8ed !important;
}
.task-status-name {
  border-bottom: 2px solid #dcdcdc;
}
.languages-btn {
  border: 1px solid #dcdcdc;
}

.selfUser-productivity-download-icon .apexcharts-toolbar {
  border: 1px solid #dcdcdc;
}

.selfTool-productivity-download-icon .apexcharts-toolbar {
border: 1px solid #dcdcdc;
}

#tool_Productscroll_width .apexcharts-toolbar {
 border: 1px solid #dcdcdc;
  }
  
#user-productivity-bar-align .apexcharts-toolbar {
 border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.workspace-btnlist li .btn {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}
.chatapp_body .chat-header .chat-team-info img {
 border: 2px solid #fff;
}
#channelwiseusers .endcall-bk .endcall-alert {
    border: 1px solid #dcdcdc;
}
.close-model-icon {
 border: 2px solid rgb(0, 0, 0, 0.7);
}

.chatbox-fileupload {
  border: 1px solid #dcdcdc;
  border-style: dashed;
  border-spacing: revert;
  border-radius: 6px;
}
.link-dialog-content::after {
border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.ql-toolbar {
  border-radius: 0 0 4px 4px;
  border-top: none !important;
  border-bottom: none !important;
}
.ql-container {
  border-radius: 4px 4px 0 0;
}
.collabration-chatbox-header .sb-avatar__text div span {
  border: solid 1px #dcdcdc;
}

.tool-circle {
  border-radius: 50%;
  border: solid 1px #000;
}
.datepicker-container {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.mention {
  background-color: transparent !important;
}
.light_version .Tablethbg-Oneable tr td {
  background: none !important;
}
.login-reset-password,
.profile-skills-button {
  background: transparent !important;
  color: inherit;
}

.login-reset-password,
.profile-skills-button,
.login-reset-password:hover,
.profile-skills-button:hover,
.login-reset-password:focus,
.profile-skills-button:focus {
  outline: none;
  background: transparent !important;
  box-shadow: none;
}
.left_dropdown_btn {
  background-color: transparent !important;
  border: 0 !important;
}
.left_dropdown_btn:hover {
  background-color: transparent;
  border: 0 !important;
  box-shadow: none !important;
  box-shadow: initial !important;
  outline: 0 !important;
}

.left_dropdown_btn:active {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-shadow: initial !important;
  outline: 0 !important;
}

.left_dropdown_btn:focus {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-shadow: initial !important;
  outline: 0 !important;
}
.icon-dashboard {
  background: url(/static/media/Dashboard.83215b270a3c564eee7b.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-dashboard .theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus .icon-dashboard,
.metismenu .active .icon-dashboard {
  background: url(/static/media/ic-dashborad-color.fb141a3439427ca8b22d.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-timesheet {
  background: url(/static/media/Timesheet.bce5d99235fd868126c2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-timesheet .theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus .icon-timesheet,
.metismenu .active .icon-timesheet {
  background: url(/static/media/ic-timesheet-color.fbf9afafe6eafc10452f.svg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .icon-project {
  background: url(/static/media/Project.baa8d3c0713b2d838f5e.svg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .icon-project .theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus .icon-project,
.metismenu .active .icon-project {
  background: url(/static/media/ic-projects-color.88ed28f4da2d7a7ceefd.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-collabration {
  background: url(/static/media/Collabration.203eaad7af2a02ee07ad.svg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 
.icon-collabration .theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus .icon-collabration,
.metismenu .active .icon-collabration {
  background: url(/static/media/ic-chat-color.bec5f9490df097e151cd.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-productivity {
  background: url(/static/media/Productivity.a87d2d0ddc7cf0b3290d.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-productivity .theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus .icon-productivity,
.metismenu .active .icon-productivity {
  background: url(/static/media/ic-productivity-color.97bf0759bcb403f14074.svg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .icon-employee {
  background: url(/static/media/Employee.ac2e755fee8de1c8f39c.svg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .icon-task {
  background: url(/static/media/Task.7de3380dc3ab0ee11c55.svg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .icon-task .theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus .icon-task,
.metismenu .active .icon-task {
  background: url(/static/media/ic-tasks-color.fc15265518dcaab892f5.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-scheduler {
  background: url(/static/media/Scheduled.07f4f8b342f95af6aa8e.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-seeddata {
  background: url(/static/media/Seedeta.ad615844caa54f74a998.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-Vai {
  background: url(/static/media/Vai.72a77b7e802decee99ea.svg);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .icon-Vai .theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus .icon-Vai,
.metismenu .active .icon-Vai {
  background: url(/static/media/ic-cruiser-color.9588c60679e868ce94b6.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-fileshare {
  background: url(/static/media/Fileshare.a5bcc31890b2754659b6.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-fileshare .theme-cyan .sidebar-nav .metismenu > li > a:active,
.theme-cyan .sidebar-nav .metismenu > li > a:focus .icon-fileshare,
.metismenu .active .icon-fileshare {
  background: url(/static/media/ic-fileshare-color.bfc605a8923e0dc6c66a.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.metismenu > li i {
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.loginbg {
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.Lang-select {
background: transparent;
border: 0px;
}

.produc-bg-Img {
  background-repeat: no-repeat;
  background-size: cover;
}
.mini_sidebar .mini_hover #left-sidebar {
  background-color: transparent !important;
}

.timesheet-approved {
  background-color: transparent !important;
  border-radius: 20px !important;
  padding: 2px 6px !important;
  border: none !important;
  outline: inherit !important;
}
.timesheet-submitted {
  background-color: transparent !important;
  border-radius: 20px !important;
  border: none !important;
  outline: inherit !important;
}
.timesheet-rejected {
  background-color: transparent !important;
  border-radius: 20px !important;
  border: none !important;
  outline: inherit !important;
 }
 .timesheet-rejected {
  background-color: transparent !important;
  border-radius: 20px !important;
  border: none !important;
  outline: inherit !important;
  }
  .icon-approved {
    background: url(/static/media/Timesheet.bce5d99235fd868126c2.svg);
  }
  .OrgProductivity {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: bottom !important;
  }
  .text-input .target {
    border: 0;
    border-radius: 0;
    background: transparent;
   }
   
.login-bk {
  background-image: url(/static/media/Login-oneable.516407038947a0d66269.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fc-daygrid-day-top {
  background-color: transparent;
  background-image: "../../assets/images/projectcolor.svg";
}

.somethingd {
  background-image: url(/static/media/review-pending-icon.be98bcb7b0da9ea50266.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.fc-daygrid-day-top-approved {
  background-image: url(/static/media/review-approved-icon.2db062d4b87e16479339.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.fc-daygrid-day-top-reject {
  background-image: url(/static/media/review-reject-icon.327da053bd8c1866ced1.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.breadcrumb {
  background: none;
}
.imagebacked {
  background-image: url(/static/media/logobk.82e5d7352bbfbd2eeff9.jpg);
}
.sidebar-menu-list .dropdown-menu .dropdown-item {
 background-color: transparent;
  border: 0;
 }
 
.viewfiles-list .btn-default {
  background: none !important;
}
.glen-player-play,
.glen-player-pause {
  background: none;
  border: none;
}
.work-space-sidebar {
  background: #dcdcdc78;
}
.list-group-item {
 background-color: transparent;
}

.Timesheetteam-table tbody td {
  background: none !important;
}
.workspace-dropmenu {
 background: none !important;
  border: none !important;
}
.Dish div:before {
  background-size: 100% 100%;
}
.Dish > div video {
 background-size: cover;
}
.first-menu-alignment {
  border-bottom: 1px solid var(--border-color);
}
.link-dialog-content::after {
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
/*###################   fonts-styles  #####################*/
.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}

@font-face {
  font-family: Montserrat, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  src: local("../assets/fonts/Montserrat/Montserrat-Regular.ttf");
}

body {
  font-family: Montserrat, Arial, sans-serif !important;
}

/* Now, let's apply it on an element */

.apexcharts-canvas .apexcharts-legend .apexcharts-legend-text {
  font-family: Montserrat, Arial, sans-serif !important;
  color: #303030 !important;
}

.apexcharts-text tspan {
  font-family: Montserrat, Arial, sans-serif !important;
}

.apexcharts-yaxis-title {
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 500 !important;
}

.apexcharts-yaxis-title text {
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 500 !important;
}

.page-name {
  font-weight: 500 !important;
  color: #3aafa9 !important;
}

.font_12 {
  font-size: 12px;
  line-height: 12px;
}

/* ########################## font weight #################### */

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600;
}

/* ######################### font size start ################# */

.font-size-10 {
  font-size: 10px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-26 {
  font-size: 26px;
}

.ql-editor p {
  font-size: 18px !important;
}
.ql-snow {
  box-sizing: border-box;
  font-size: 19px !important;
}

.ql-editor {
  font-family: Montserrat, Arial, sans-serif !important;
  padding: 7px 15px !important;
}

.form-height {
  font-size: 14px !important;
  height: 30px;
}

.far {
  font-weight: 300 !important;
}

.light_version .table.table-orglist tbody td {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.module-title {
  font-weight: 500;
}

.unselect-workspace {
  font-size: 14px;
  font-weight: 400;
}

.selected-workspacename {
  font-size: 14px;
  font-weight: 500;
}

.New-workspace {
  font-weight: 500;
  font-size: 16px !important;
}

.ddp {
  font-style: bold !important;
  font-weight: 600 !important;
}

.Task-issue-TypeDropdown a {
  font-size: 14px;
}

.team-navbreadcrumb .breadcrumb .breadcrumb-item {
  font-size: 18px;
}

.border-active {
  font-weight: 600;
}
.Whiteboard-Navtabs .nav-link .active,
.Whiteboard-Navtabs .show > .nav-link {
  font-weight: 600;
}
.arrow-icon {
  font-size: 22px !important;
  font-weight: 600;
}
.table-cell div span {
  font-size: 12px !important;
}
.Watermartk-text {
  font-size: calc(3.5rem - 1rem);
}
.file-upload-note {
  font-size: 14px;
}
.angle-down-workspace {
  font-size: 16px;
  font-weight: 600;
}
.Newdirect-name {
  font-size: 14px;
  font-weight: 400;
}
.channel_names h6 span {
  font-size: 15px;
}
.accordion .card-header .btn i {
  font-size: 14px;
}
.accordion .card-header .btn {
  font-size: 18px;
}
.input-search-icon {
  font-size: 13px;
}

.custom-alert-header {
  font-size: 16px;
  font-weight: 600;
}

#super-admin-dashboard .required:after {
  font-size: 19px;
}

.team-calender-align .fc-toolbar-chunk h2 {
  font-size: 17px;
}

.side-menu-list-logo {
  font-size: 18px !important;
}

.sidebar-menu-list .dropdown-menu .dropdown-item:focus {
  font-weight: 600;
}
.form-control {
  font-size: 14px !important;
}

.Collaborat_Email .nav-item a {
  font-size: 14px !important;
}
.Collaborat_Email .nav-item a.active,
.Collaborat_Email .show > a {
  font-weight: 600 !important;
  font-size: 14px !important;
}

.collabration_setting a,
.collabration_setting_item {
  font-weight: 500;
  font-size: 14px;
}

.collabration_setting a.active {
  font-weight: 600;
  font-size: 14px;
}

.user-detail p {
  font-size: 14px;
}

.fc .fc-toolbar h2 {
  font-size: 18px;
}
.userfont {
  font-size: 90px;
}

.calendar-col i {
  font-size: x-small;
}

.calendar-col span {
  font-size: x-small;
}

.cd-title {
  font-size: 16px;
}
.text-input .target {
  font-size: 12pt;
}

.light_version .Team_Subtabs.nav-tabs .nav-link.active,
.light_version .Team_Subtabs.nav-tabs .nav-link:hover,
.light_version .Team_Subtabs.nav-tabs .nav-link:focus {
  font-weight: bold;
}
.timesheet-rejected {
  font-size: 12px !important;
}
.timesheet-submitted {
  font-size: 12px !important;
}
.timesheet-approved {
  font-size: 12px !important;
}
.model-close-icon:hover {
  font-weight: 500 !important;
}
.slide-show .modal-title {
  font-size: 20px;
}
.slide-show .modal-header .modal-title {
  font-size: 18px;
  font-weight: 500;
}

.r96 .TeamTable {
  font-size: 14px;
}

.TeamTable {
  font-size: 14px;
}
.productivity-navlink-p .nav-link {
  font-size: 14px !important;
}

.timeThead tr th p {
  font-weight: 500;
}

.navbar-nav .icon-menu .notification-dot {
  font-size: 9px !important;
}

#left-sidebar .navbar-brand span {
  font-size: larger;
  font-weight: 600;
}

.light_version .nav-pills a:active,
.light_version .nav-pills a:focus,
.nav-pills .nav-item a.active {
  font-weight: 600 !important;
}

.light_version .metismenu a:active,
.light_version .metismenu a:focus,
.mini_sidebar .mini_sidebar_on .sidebar-nav .metismenu,
a.active {
  font-weight: 600 !important;
}
.angle-down-workspace {
  font-size: 16px;
  font-weight: 600;
}
.Watermartk-text {
  font-size: calc(3.5rem - 1rem);
}

.icons-list div:hover i {
  font-size: 26px;
}

.theme-cyan .sidebar-nav .metismenu > li > a span {
  position: absolute;
  font-size: 15px !important;
}

.dashboard-table {
  font-size: 14px !important;
}
.productivity-navlink-p .nav-link {
  font-size: 14px !important;
}

.TeamArrow {
  font-size: 22px !important;
  font-weight: 600;
}
.custom-label {
  font-size: 14px;
}
.selftbtn,
.teambtn {
  font-size: 16px;
}
.task_add_btn {
  font-size: 18px;
}

.sidenav a {
  font-size: 14px;
}

.team_tabs h6 {
  font-size: 10px;
}

.computer_icon {
  font-size: 80px;
}

.font-size-16 {
  font-size: 16px !important;
}

#super-admin-dashboard .sidenav a {
  font-size: 16px !important;
}

.languages-btn {
  font-size: 12px;
}
/* Small pagination */
.pagination-small li a {
  font-size: 12px;
}

#passwordPolicyList li {
  font-size: 14px;
}
.create-task label {
  font-size: 14px;
}

.alert-boxtext {
  font-size: 18px;
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 600;
}

.sidebar-channelcreate li a {
  font-size: 14px;
}
.Dish div:after {
  font-size: 13px;
}

#super-admin-dashboard .required:after {
  content: " *";
  font-size: 19px;
}
.light_version .table.table-orglist thead th {
  font-weight: 600 !important;
  font-size: 14px !important;
}
.message-alert-text {
  font-size: 14px;
}
.team-weeks-dropdown {
  font-size: 14px;
}
.Weekly-dateSelf {
  font-size: 12px;
}
.team-member-week {
  font-size: 14px;
}
.Weekly-dateTeam {
  font-size: 12px;
}
.collabration-chatbox-header .sb-avatar__text div span {
  font-size: 15px;
}
.glen-player-progress-text {
  font-size: 14px;
}
.glen-player-play,
.glen-player-pause {
  font-size: 20px;
}
.alert {
  font-size: 13px !important;
}
.custom-label label {
  font-weight: 600;
  font-size: 14px;
}
.custom-nav .dropdown-menu {
  font-size: inherit;
}

.custom-label label {
  font-weight: 600;
  font-size: 14px;
}
.client-view {
  font-size: 0;
}
.client-view-content {
  font-size: 12pt;
}
.cd-trigger {
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  font-style: none;
}
.fc .fc-daygrid-day-number {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.input-opt input[type="number"] {
  font-size: 25px;
}
.fileupload .document_upload a.active {
  font-size: 12px;
}

.fileupload .document_upload a:hover,
.fileupload .document_upload a {
  font-size: 12px;
}

.No_badge {
  font-size: 8px;
}
.View_employe {
  font-size: 13px;
}
.create_project_modal label {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.create_project_modal label {
  font-size: 14px;
}
.development_modal label {
  font-size: 14px !important;
}
.sidemenu-close-icon {
  font-size: 13px;
}

.timesheet-entry .form-control {
  font-size: 13px !important;
}
.user-btn {
  font-size: 14px;
}
.create-workspacebtn {
  font-size: 16px;
}
.send-message {
  font-size: 22px;
}
.user-send-message .message {
  font-size: 12px;
}
.btn-custom-dark {
  font-size: 13px;
}

.file-upload-cancel-icon {
  font-size: 12px;
}
.team-more {
  font-size: 14px;
}
.team-resource {
  font-size: 14px;
}
.task-status-name {
  font-size: 15px !important;
}
.field-mandotary:after {
  font-size: 17px;
}
.workspace-create .btn {
  font-size: 16px;
  font-weight: 600;
}
.channel-namelist {
  font-size: 14px;
}
.close-model-icon {
  font-size: 12px;
}
.icons-list div i {
  transition: font-size 0.2s;
}
.camera_Icon {
  font-size: 14px;
}

.custom-form-control {
  font-size: 14px !important;
}
.ProductivityTabs a {
  font-weight: bold;
}
.main-hours td {
  font-weight: bold !important;
}
.sidebar-menu-list .dropdown-menu .dropdown-item {
  font-weight: 400;
}
.Dish div:after {
font-weight: 100;
 }
 .Dish div:before {
font-weight: 100;
   }
   .channel-namelist {
    font-weight: 400;
   }
   .message-alert-text {
    font-weight: 400;
   }
   .mention {
   font-weight: 700 !important;
  }
  .tool-circle {
 font-weight: bold;
  }
  
.oneable-text-bold {
  font-weight: bold;
}


h6 {
  font-weight: 500;
}

.TeamTable a,
.TeamTable a:hover {
  text-decoration: none;
  font-family: Montserrat, Arial, sans-serif !important;
}
.ql-syntax {
  font-family: Montserrat, Arial, sans-serif !important;
}

/* @import "components/Settings/Requests/Request.css"; */
/* @import "components/Settings/Settings.css"; */
.sl-heart1,
.sl-heart1 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-heart1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-heart1 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-heart1 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    line-height: 1.7;
    font-size: 20px;
    color: var(--cl);
}

.sl-heart1 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    position: relative;
}

.sl-heart1 .sl-loader .sl-loader-items .sl-heart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-85%, -75%);
    background-color: var(--bg);
    animation: sl-heart1 1000ms linear infinite;
}

.sl-heart1 .sl-loader .sl-loader-items .sl-heart::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 0;
    background-color: var(--bg);
}

.sl-heart1 .sl-loader .sl-loader-items .sl-heart::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: var(--bg);
}

@keyframes sl-heart1 {
    to {
        transform: translate(-60%, -60%) scale(0.5);
    }
    30% {
        transform: translate(-80%, -70%) scale(0.8);
    }
    60% {
        transform: translate(-60%, -60%) scale(0.5);
    }
    80% {
        transform: translate(-80%, -70%) scale(0.8);
    }
    from {
        transform: translate(-85%, -75%) scale(1);
    }
}
.sl-box1,
.sl-box1 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-box1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-box1 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--cl);
}

.sl-box1 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-box1 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    perspective: 100px;
}

.sl-box1 .sl-loader .sl-loader-items .sl-parent-cub {
    width: 100px;
    height: 100px;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 50% 50% -50px;
}

.sl-box1 .sl-loader .sl-loader-items .sl-parent-cub .sl-cub {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: var(--bg);
    animation: sl-box1 500ms ease infinite;
}

@keyframes sl-box1 {
    to {
        transform: translate(-50%, -50%) rotateX(0deg);
    }
    from {
        transform: translate(-50%, -50%) rotateX(180deg);
    }
}
.sl-box2,
.sl-box2 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-box2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-box2 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--cl);
}

.sl-box2 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-box2 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    perspective: 100px;
}

.sl-box2 .sl-loader .sl-loader-items .sl-parent-cub {
    width: 100px;
    height: 100px;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 50% 50% -50px;
}

.sl-box2 .sl-loader .sl-loader-items .sl-parent-cub .sl-cub {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: var(--bg);
    animation: sl-box2 500ms ease infinite;
}

@keyframes sl-box2 {
    to {
        transform: translate(-50%, -50%) rotateY(0deg);
    }
    from {
        transform: translate(-50%, -50%) rotateY(180deg);
    }
}
.sl-box3,
.sl-box3 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-box3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-box3 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--cl);
}

.sl-box3 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-box3 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    perspective: 100px;
}

.sl-box3 .sl-loader .sl-loader-items .sl-parent-cub {
    width: 100px;
    height: 100px;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 50% 50% -50px;
}

.sl-box3 .sl-loader .sl-loader-items .sl-parent-cub .sl-cub {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: var(--bg);
    animation: sl-box3 500ms ease infinite;
}

@keyframes sl-box3 {
    to {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    from {
        transform: translate(-50%, -50%) rotateZ(180deg);
    }
}
.sl-box4,
.sl-box4 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-box4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-box4 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--cl);
}

.sl-box4 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-box4 .sl-loader .sl-loader-items {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.sl-box4 .sl-loader .sl-loader-items .sl-rectangular {
    width: 10px;
    height: 25px;
    background-color: var(--bg);
    border-radius: 5px;
    animation: sl-box4 600ms ease-in-out infinite;
    animation-delay: calc(var(--i) * -650ms);
}

@keyframes sl-box4 {
    from {
        height: 30px;
    }
    50% {
        height: 60px;
    }
    to {
        height: 30px;
    }
}
.sl-box5,
.sl-box5 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-box5 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-box5 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--cl);
}

.sl-box5 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-box5 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.sl-box5 .sl-loader .sl-loader-items .sl-rectangular-ping {
    width: 100%;
    height: 5px;
    position: relative;
    background-color: var(--bg);
    overflow: hidden;
}

.sl-box5 .sl-loader .sl-loader-items .sl-rectangular-ping::before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: var(--bgb);
    animation: sl-rectangular-ping 800ms ease-in infinite;
}

@keyframes sl-rectangular-ping {
    from {
        left: -10px;
    }
    to {
        left: calc(100% + 10px);
    }
}
.sl-box6,
.sl-box6 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-box6 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-box6 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-box6 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--cl);
    font-weight: 700;
    line-height: 1.7;
}

.sl-box6 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sl-box6 .sl-loader .sl-loader-items .sl-item {
    width: 10px;
    height: 10px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    position: relative;
    box-shadow: 0 0 5px 0 var(--shadow);
    background-color: var(--bga);
    animation: sl-box6 2500ms ease-in infinite;
    animation-delay: calc(var(--i) * 500ms);
}

@keyframes sl-box6 {
    from {
        top: 0;
        background-color: var(--bga);
        box-shadow: 0 0 5px 0 var(--shadow);
    }
    10% {
        top: -10px;
        background-color: var(--bg);
        box-shadow: 0 0 2px var(--shadow);
    }
    12.5% {
        top: -10px;
        background-color: var(--bg);
        box-shadow: 0 0 2px var(--shadow);
    }
    22.5% {
        top: 0;
        background-color: var(--bga);
        box-shadow: 0 0 5px 0 var(--shadow);
    }
    to {
        top: 0;
        background-color: var(--bga);
        box-shadow: 0 0 5px 0 var(--shadow);
    }
}
.sl-box-7,
.sl-box-7 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-bubble3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-box-7 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-box-7 .sl-loader-title {
    padding-top: 10px;
    width: 100%;
    color: var(--cl);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.sl-box-7 .sl-loader .sl-loader-items {
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.sl-box-7 .sl-loader .sl-loader-items .sl-cube {
    width: 14px;
    height: 25px;
    background-color: var(--bg);
    animation: loader-ping-cube 1000ms ease-in-out infinite;
    animation-delay: calc(var(--i) * 150ms);
}

.sl-box-7 .sl-loader .sl-loader-items .sl-cube + .sl-cube {
    margin-left: 7px;
}

@keyframes loader-ping-cube {
    to {
        transform: scale(1, 1);
    }
    5% {
        transform: scale(1, 1.5);
    }
    30% {
        transform: scale(1, 1.5);
    }
    50% {
        transform: scale(1, 1);
    }
    from {
        transform: scale(1, 1);
    }
}
.sl-bubble1,
.sl-bubble1 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-bubble1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-bubble1 .sl-loader {
    width: 150px;
    height: 40px;
    transform: scale(var(--size));
}

.sl-bubble1 .sl-loader-title {
    padding-top: 10px;
    width: 100%;
    color: var(--cl);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.sl-bubble1  .sl-loader-items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.sl-bubble1  .sl-loader-items .sl-bubble {
    width: 30px;
    height: 30px;
    background-color: var(--bg);
    border-radius: 100%;
    animation: sl-bubble1 1200ms ease-in-out infinite;
    animation-delay: calc(var(--i) * -350ms);
}

@keyframes sl-bubble1 {
    to {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.3, 0.3);
    }
    from {
        transform: scale(1, 1);
    }
}
.sl-bubble2,
.sl-bubble2 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-bubble2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-bubble2 .sl-loader {
    width: 150px;
    height: 40px;
    transform: scale(var(--size));
}

.sl-bubble2 .sl-loader-title {
    padding-top: 10px;
    width: 100%;
    color: var(--cl);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.sl-bubble2 .sl-loader .sl-loader-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.sl-bubble2 .sl-loader .sl-loader-items .sl-bubble {
    width: 30px;
    height: 30px;
    background-color: var(--bg);
    border-radius: 100%;
    animation: sl-bubble2 1200ms ease-in-out infinite;
    animation-delay: calc(var(--i) * -350ms);
}

@keyframes sl-bubble2 {
    to {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    from {
        transform: translateY(0);
    }
}
.sl-bubble3,
.sl-bubble3 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-bubble3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-bubble3 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-bubble3 .sl-loader-title {
    padding-top: 10px;
    width: 100%;
    color: var(--cl);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.sl-bubble3 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    position: relative;
}

.sl-bubble3 .sl-loader .sl-loader-items .sl-bubble {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--bg);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: sl-bubble3 1200ms linear infinite;
    animation-delay: calc(var(--i) * -400ms);
}

@keyframes sl-bubble3 {
    from {
        width: 15px;
        height: 15px;
        opacity: 1;
    }
    to {
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
.sl-bubble4,
.sl-bubble4 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-bubble4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-bubble4 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-bubble4 .sl-loader-title {
    padding-top: 10px;
    width: 100%;
    color: var(--cl);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.sl-bubble4 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sl-bubble4 .sl-loader .sl-loader-items .sl-item-content-loader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 70px;
    animation: sl-bubble4 1.5s ease-in infinite;
}

.sl-bubble4 .sl-loader .sl-loader-items .sl-item-content-loader .sl-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--bg);
}

@keyframes sl-bubble4 {
    from {
        transform: rotate(0);
    }
    45% {
        transform: rotate(400deg);
    }
    50% {
        transform: rotate(360deg);
    }
    95% {
        transform: rotate(-40deg);
    }
    to {
        transform: rotate(0);
    }
}
.sl-bubble5,
.sl-bubble5 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-bubble5 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-bubble5 .sl-loader {
    width: 100px;
    position: relative;
    height: 35px;
    transform: scale(var(--size));
}

.sl-bubble5 .sl-loader-title {
    padding-top: 10px;
    width: 100%;
    color: var(--cl);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.sl-bubble5 .sl-loader .sl-loader-item {
    width: 20px;
    height: 20px;
    background-color: var(--bg);
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
}

.sl-bubble5 .sl-loader .sl-loader-item:nth-child(2) {
    animation: sl-bubble5AnimOne 600ms linear infinite;
  }
  
.sl-bubble5 .sl-loader .sl-loader-item:nth-child(3) {
    animation: sl-bubble5AnimTwo 600ms linear infinite;
}

.sl-bubble5 .sl-loader .sl-loader-item:first-child {
    animation: sl-bubble5AnimThere 600ms linear infinite;
}

.sl-bubble5 .sl-loader .sl-loader-item:last-child {
    animation: sl-bubble5AnimFour 600ms linear infinite;
}

@keyframes sl-bubble5AnimOne {
    0% {
        transform: translate(7px, -50%) scale(1);
    }
    100% {
        transform: translate(41px, -50%) scale(1.5);
    }
}

@keyframes sl-bubble5AnimTwo {
    0% {
        transform: translate(41px, -50%) scale(1.5);
    }
    100% {
        transform: translate(74px, -50%) scale(1);
    }
}

@keyframes sl-bubble5AnimThere {
    0% {
        transform: translate(7px, -50%) scale(0.5);
    }
    100% {
        transform: translate(7px, -50%) scale(1);
    }
}

@keyframes sl-bubble5AnimFour {
    0% {
        transform: translate(74px, -50%) scale(1);
    }
    100% {
        transform: translate(74px, -50%) scale(0.5);
    }
}
.sl-spinner1,
.sl-spinner1 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-spinner1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-spinner1 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-spinner1 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    color: var(--cl);
}

.sl-spinner1 .sl-loader .sl-loader-items {
    width: 100%;
    height: 100px;
    position: relative;
    transform: rotateY(180deg);
}

.sl-spinner1 .sl-loader .sl-loader-items .sl-item {
    transform: rotate(calc(var(--i) * 30deg));
    animation: sl-spinner1 1.2s linear infinite;
    animation-delay: calc(var(--i) * -100ms);
    transform-origin: 50px 50px;
}

.sl-spinner1 .sl-loader .sl-loader-items .sl-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 47px;
    width: 7px;
    height: 21px;
    background-color: var(--bg);
    border-radius: 20%;
    box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

@keyframes sl-spinner1 {
    to {
        opacity: 0;
    }
    from {
        opacity: 1;
    }
}
.sl-spinner2,
.sl-spinner2 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-spinner2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-spinner2 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-spinner2 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    color: var(--cl);
}

.sl-spinner2 .sl-loader-items {
    width: 100%;
    height: 100px;
    position: relative;
}

.sl-spinner2 .sl-loader .sl-loader-items .sl-item {
    transform: rotate(calc(var(--i) * 45deg));
    transform-origin: 50px 50px;
}

.sl-spinner2 .sl-loader .sl-loader-items .sl-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 10px;
    height: 10px;
    background-color: var(--bg);
    border-radius: 50%;
    animation: sl-spinner2 800ms linear infinite;
    animation-delay: calc(var(--i) * 100ms);
}

@keyframes sl-spinner2 {
    to {
        transform: scale(1, 1);
    }
    from {
        transform: scale(1.5, 1.5);
    }
}
.sl-spinner3,
.sl-spinner3 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-spinner3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-spinner3 .sl-loader {
    width: 100px;
    transform: scale(var(--size));
}

.sl-spinner3 .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--cl);
}

.sl-spinner3 .sl-loader .sl-loader-parent {
    width: 100%;
    height: 100px;
    position: relative;
}

.sl-spinner3 .sl-loader .sl-loader-parent .sl-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid var(--border);
    border-top: 10px solid var(--bg);
    animation: sl-spinner3 800ms linear infinite;
}

@keyframes sl-spinner3 {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}
.sl-ekvalayzer,
.sl-ekvalayzer * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-ekvalayzer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-ekvalayzer .sl-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--cl);
}

.sl-ekvalayzer .sl-loader-items {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    transform: scale(var(--size));
}

.sl-ekvalayzer .sl-loader-items .sl-parent-rectangular {
    padding: 3px;
    width: -webkit-min-content;
    width: min-content;
    height: -webkit-min-content;
    height: min-content;
}

.sl-ekvalayzer .sl-loader-items .sl-parent-rectangular .sl-rectangular {
    width: 10px;
    background-color: var(--bg);
    box-shadow: 0 0 10px 2px var(--bg);
    animation: sl-ekvalayzer1 500ms ease-in-out infinite;
    animation-delay: calc(var(--i) * -100ms);
}

@keyframes sl-ekvalayzer1 {
    from {
        height: calc(var(--w) * 20px);
    }
    50% {
        height: 80px;
    }
    to {
        height: calc(var(--w) * 20px);
    }
}
.sl-hourglass,
.sl-hourglass * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sl-hourglass {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sl-hourglass .sl-hourglass-loader-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--cl);
    font-weight: 700;
    line-height: 1.7;
}

.sl-hourglass .sl-hourglass-loader-items {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    transform: scale(var(--size));
}

.sl-hourglass .sl-hourglass-loader-items .sl-hourglass-item {
    border: 30px solid transparent;
    border-top-color: var(--bg);
    border-bottom-color: var(--bg);
    border-radius: 50%;
    animation: sl-hourglass 1.2s ease-in infinite;
}

@keyframes sl-hourglass {
    from {
        transform: rotate(0);
    }
    45% {
        transform: rotate(360deg);
    }
    80% {
        transform: rotate(900deg);
    }
    to {
        transform: rotate(1080deg);
    }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: 9999;
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, 9999 px);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: 320px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: #fff;
  color: var(--toastify-text-color-info);
  background: #3498db;
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: #fff;
  color: var(--toastify-text-color-success);
  background: #07bc0c;
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #fff;
  color: var(--toastify-text-color-warning);
  background: #f1c40f;
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: #fff;
  color: var(--toastify-text-color-error);
  background: #e74c3c;
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: rgba(255, 255, 255, 0.7);
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


