@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
: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,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; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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,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 {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

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;
  -webkit-text-decoration-skip: objects; }

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -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-cancel-button, [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: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

.mark, mark {
  padding: .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: .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: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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;
  background-color: transparent; }

.table td, .table th {
  padding: .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 .table {
  background-color: #fff; }

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

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

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

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

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

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

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

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

.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 > td, .table-secondary > th {
  background-color: #d6d8db; }

.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 > td, .table-success > th {
  background-color: #c3e6cb; }

.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 > td, .table-info > th {
  background-color: #bee5eb; }

.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 > td, .table-warning > th {
  background-color: #ffeeba; }

.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 > td, .table-danger > th {
  background-color: #f5c6cb; }

.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 > td, .table-light > th {
  background-color: #fdfdfe; }

.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 > td, .table-dark > th {
  background-color: #c6c8ca; }

.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 > td, .table-active > th {
  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: #212529;
  border-color: #32383e; }

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

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

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e; }

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

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

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

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

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

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

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

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

.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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

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

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

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  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: .3rem;
  margin-left: -1.25rem; }

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

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

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

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

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745; }

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

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

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

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

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

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

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

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

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

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

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

.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit; }

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

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

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

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

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    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 .custom-select, .form-inline .input-group {
    width: auto; }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

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

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

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

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }

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

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

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

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

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

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

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

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

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

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }

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

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

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

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

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

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

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

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

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }

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

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .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: .25rem; }

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem; }

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

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

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

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

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

.dropdown-item:focus, .dropdown-item:hover {
  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;
  background-color: transparent; }

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

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

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

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

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

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

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

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

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

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  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=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

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

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

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

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

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

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  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-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: .375rem .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: .25rem; }

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

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.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), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  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: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

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

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

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

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

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

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

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%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::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .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(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

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

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

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%; }

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

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

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

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media screen and (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: .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;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

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

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

.custom-range::-moz-range-track {
  width: 100%;
  height: .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: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  appearance: none; }

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

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

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .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-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none; } }

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

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

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

.nav-link.disabled {
  color: #6c757d; }

.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: .25rem;
  border-top-right-radius: .25rem; }

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

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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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: .25rem; }

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

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

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

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start; }

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

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

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

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

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

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

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%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:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

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

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

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

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%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:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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: .25rem; }

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

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

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

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem; }

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

.card-subtitle {
  margin-top: -.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: .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(.25rem - 1px) calc(.25rem - 1px) 0 0; }

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

.card-footer {
  padding: .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(.25rem - 1px) calc(.25rem - 1px); }

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

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

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

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

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: .25rem; }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0; } }

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

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

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

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

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

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

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

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

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .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: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

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

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

.page-item.active .page-link {
  z-index: 1;
  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: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

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

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

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.badge:empty {
  display: none; }

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

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

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

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

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

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

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

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

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

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

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

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

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

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

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

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

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

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

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

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

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

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .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: .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; }

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

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

.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

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

.list-group-item-action:focus, .list-group-item-action:hover {
  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: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

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

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

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

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

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

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

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  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:focus, .list-group-item-secondary.list-group-item-action:hover {
  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:focus, .list-group-item-success.list-group-item-action:hover {
  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:focus, .list-group-item-info.list-group-item-action:hover {
  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:focus, .list-group-item-warning.list-group-item-action:hover {
  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:focus, .list-group-item-danger.list-group-item-action:hover {
  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:focus, .list-group-item-light.list-group-item-action:hover {
  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:focus, .list-group-item-dark.list-group-item-action:hover {
  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:not(:disabled):not(.disabled) {
  cursor: pointer; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2)); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: ""; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,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: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .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,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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0; }

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem; }

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  -webkit-transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    -webkit-transition: none;
    transition: none; } }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5; }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  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 {
  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-circle {
  border-radius: 50% !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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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 embed, .embed-responsive iframe, .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 {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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; } }

.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;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  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; }

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

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !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;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-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; }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
.navbg {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6%, rgba(120, 180, 213, 0)), color-stop(61%, rgba(120, 180, 213, 0.5)), color-stop(185%, rgba(120, 180, 213, 0.9)));
  border-radius: 9px; }

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
.logintext {
  background-color: #284353;
  font-size: 13px;
  color: #a4dcfc;
  font-family: neuropol_x_rg; }

.logintext:focus {
  background-color: #284353;
  color: #fff;
  font-family: neuropol_x_rg; }

.logintext::-webkit-input-placeholder {
  color: #fff; }

.logintext::-moz-placeholder {
  color: #fff; }

.logintext::-ms-input-placeholder {
  color: #fff; }

.logintext::placeholder {
  color: #fff; }

.loginforms .form-control {
  border-radius: 22px;
  border-color: transparent;
  margin-right: 3px;
  height: 29px; }

.btn-login {
  background: transparent; }

.btn .btn-login:active, .btn .btn-login:hover {
  -webkit-box-shadow: inset 0 3px 5px transparent;
  box-shadow: inset 0 3px 5px transparent; }

.makeCenterSignupForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.loginSvgLeft {
  width: 99%; }

.imageLoginLeft {
  width: 68%;
  height: 364px;
  background: url("/images/login/bgleft.svg"); }

.enterSignUp {
  background: transparent;
  border: 0px; }

.enterSignUp:focus {
  outline: oldlace; }

.signUpNameForm {
  height: 53px;
  background: transparent;
  border: 0px;
  font-size: 18px;
  font-family: neuropol_x_rg;
  color: grey;
  font-weight: 700; }

.signUpNameForm:focus {
  height: 53px;
  background: transparent;
  border: 0px;
  font-size: 18px;
  font-family: neuropol_x_rg;
  color: grey;
  font-weight: 700; }

.signUpNameForm::-webkit-input-placeholder {
  color: grey;
  font-size: 18px;
  font-family: neuropol_x_rg;
  font-weight: 700; }

.signUpNameForm::-moz-placeholder {
  color: grey;
  font-size: 18px;
  font-family: neuropol_x_rg;
  font-weight: 700; }

.signUpNameForm::-ms-input-placeholder {
  color: grey;
  font-size: 18px;
  font-family: neuropol_x_rg;
  font-weight: 700; }

.signUpNameForm::placeholder {
  color: grey;
  font-size: 18px;
  font-family: neuropol_x_rg;
  font-weight: 700; }

.textAlignAll {
  text-align: center; }

.loginBottomHeading {
  font-size: 15px;
  font-weight: 100;
  color: #78b3d4; }

.loginBottomPara {
  font-size: 0.66vw;
  font-weight: 100;
  color: #afafaf;
  font-family: neuropol_x_rg; }

.loginBottomBoxBorder {
  border-right: 2px solid; }

.paddingBottomLogin {
  padding-left: 4%;
  padding-right: 4%; }

.forgetAlign {
  margin-top: 15px;
  text-align: right; }

.loginContentsCentered {
  position: fixed;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 65%; }

.forgetSvgLeft {
  width: 40%; }

.makeForgetBox {
  position: fixed;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.forgetPasswordHeading {
  margin-bottom: 2%;
  font-size: 30px;
  color: white;
  font-family: "Neuropol X";
  font-weight: 900; }

.bottomTextLogin {
  bottom: 1%;
  position: fixed;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin-left: 10%; }

.loginFooterServiceHeading {
  width: 40%; }

.loginCreateAccoutFont {
  font-size: 30px;
  color: #fff; }

.loginServicesFont {
  font-size: 25px;
  color: #fff; }

.hrHorizontal {
  border-right: 4px solid #fff; }

.loginServicesFont:hover, .loginServicesFont:active, .loginServicesFont:focus {
  outline: none;
  text-decoration: none;
  color: #fff; }

.showForgetInLogin {
  padding-right: 5px; }

.dpForAllLogin {
  border-radius: 50%;
  height: 100%;
  width: 100%; }

.dpForAllLoginPost {
  border-radius: 50%;
  height: 100%;
  border: 4px solid #a4dcfc; }

.flashContainer {
  position: fixed;
  z-index: 10000;
  bottom: 0px;
  right: 0px; }

.ggFlash {
  background: rgba(100, 255, 0, 0.5);
  border-radius: 50px; }

.ggFlashError {
  background: rgba(245, 57, 57, 0.5);
  border-radius: 50px; }

.flashHeight {
  min-height: 45px;
  height: auto;
  min-width: 300px;
  max-width: 450px; }

.flashMsgUi {
  text-align: justify;
  padding: 15px;
  font-size: 0.8vw;
  font-family: neuropol_x_rg;
  color: #fff; }

.leftDesign {
  float: left;
  border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px; }

.getinHover {
  opacity: 1; }

.resetMainCard {
  height: 90vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0; }

.resetSubCard {
  width: 30%; }

.forgetLoginStyle {
  font-size: 12.5px;
  color: #78b4d4; }

.makeThisPlaceholderUpper::-webkit-input-placeholder {
  text-transform: capitalize; }

.makeThisPlaceholderUpper::-moz-placeholder {
  text-transform: capitalize; }

.makeThisPlaceholderUpper::-ms-input-placeholder {
  text-transform: capitalize; }

.makeThisPlaceholderUpper::placeholder {
  text-transform: capitalize; }

video::-webkit-media-controls-start-playback-button {
  display: none; }

video:focus {
  outline: -webkit-focus-ring-color auto 0px; }

.bk_anim {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.imgBg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto;
  background-size: 10000%;
  background-repeat: no-repeat; }

.custom-box {
  border-radius: 6px;
  color: white;
  height: 420px;
  text-align: center;
  line-height: 25px; }

.custom-box:hover {
  border-radius: 6px;
  color: #ff0000;
  font-size: 20px;
  top: -50px; }

.custom-div {
  height: 100%;
  width: 100%;
  background-attachment: scroll; }

.dashboard-card {
  background-image: url(../../images/dashboard/adda-card.png);
  background-size: contain;
  background-repeat: no-repeat; }

.dashboard-card.adda {
  background-image: url(../../images/dashboard/adda-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.dashboard-card.market {
  background-image: url(../../images/dashboard/market-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.dashboard-card.play {
  background-image: url(../../images/dashboard/play-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.dashboard-card.stream {
  background-image: url(../../images/dashboard/stream-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.hidden-div {
  height: 70px; }

.append-data {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828be3), color-stop(19%, #121115d1), color-stop(82%, #121115d1), color-stop(171%, #7a828be8));
  background: linear-gradient(to bottom, #7a828be3 -71%, #121115d1 19%, #121115d1 82%, #7a828be8 171%);
  color: #00ffff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px 0px #4fe9073d;
  box-shadow: 10px 10px 10px 0px #4fe9073d;
  height: 477px;
  position: relative;
  top: 30px;
  text-align: -webkit-center;
  padding-top: 66px;
  padding-bottom: 51px;
  font-family: 'Quish';
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px; }

.append-data:hover {
  color: #ccb807;
  cursor: not-allowed; }

.custom-card {
  padding-top: 120px;
  text-align: right;
  background: transparent;
  border: 0px; }

.custom-card a {
  color: #fff; }

.btn-right-arrow {
  background-color: #169ddb;
  font-size: 13px;
  color: #fff;
  margin-top: 100px;
  margin-left: -30px;
  height: 100px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828b), color-stop(19%, #121115), color-stop(82%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #7a828b -71%, #121115 19%, #121115 82%, #7a828b 171%); }

.btn-right-arrow:hover,
.btn-right-arrow:focus,
.btn-right-arrow.active {
  background-color: #1c242a;
  font-size: 18px;
  color: #cfbc38;
  margin-top: 100px;
  margin-left: -30px;
  height: 100px;
  text-align: center;
  -webkit-box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2); }

* {
  margin: 0;
  padding: 0; }

.dash-card {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 150px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 7px #2114da;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3); }

.hand:before,
.hand:after {
  content: "";
  display: grid; }

.hand:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.hand {
  zoom: 0; }

.dash-card:hover {
  cursor: pointer; }

.spread {
  width: 125%;
  height: 250px;
  position: relative;
  left: 100px;
  bottom: 15px; }

.spread > .dash-card {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s ease, left 0.3s ease;
  transition: top 0.3s ease, left 0.3s ease; }

.spread .dashplay {
  /* -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg); */
  left: 0px;
  top: 50px;
  height: 200%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #d6cf00; }

.spread .dashchannel {
  left: 150px;
  top: 50px;
  height: 200%;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #6a3499d7; }

.spread .dashmarket {
  left: 300px;
  top: 50px;
  height: 200%;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  background-color: #333380d3; }

.spread .dashadda {
  left: 450px;
  top: 50px;
  height: 200%;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #81211cd8; }

.spread > .dash-card {
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4); }

.box-card-body {
  position: absolute;
  top: 0%;
  width: 25%;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  -webkit-transform: rotateX(60deg) rotate(30deg) scale(0.7);
  transform: rotateX(60deg) rotate(30deg) scale(0.7);
  -webkit-perspective: 900px;
  perspective: 900px;
  -webkit-box-shadow: 0px 20px 50px #555;
  box-shadow: 0px 20px 50px #555;
  -webkit-animation: entry 1s linear 1;
  animation: entry 1s linear 1; }

.box-card-body:hover {
  cursor: pointer;
  -webkit-transform: rotate(0deg) scale(1) translateY(10px);
  transform: rotate(0deg) scale(1) translateY(10px);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  z-index: 400;
  top: -50px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.at-click {
  top: -50px !important;
  color: aqua;
  z-index: 400;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important; }

.hidden-div {
  height: 100px;
  width: 100%; }

.welcome-dash {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828be3), color-stop(19%, #121115d1), color-stop(82%, #121115d1), color-stop(171%, #7a828be8));
  background: linear-gradient(to bottom, #7a828be3 -71%, #121115d1 19%, #121115d1 82%, #7a828be8 171%);
  color: #00ffff;
  border-radius: 10px;
  height: 477px;
  position: relative;
  top: 33px;
  text-align: -webkit-center;
  padding-top: 66px;
  padding-bottom: 51px;
  font-family: 'Quish';
  text-shadow: 5px 5px 10px, 0 0 1em #09ef99, 0 0 1.2em #ffd308; }

.welcome-dash:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828be3), color-stop(19%, #121115d1), color-stop(82%, #121115d1), color-stop(171%, #7a828be8));
  background: linear-gradient(to bottom, #7a828be3 -71%, #121115d1 19%, #121115d1 82%, #7a828be8 171%);
  color: #00ffff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px 0px #4fe9073d;
  box-shadow: 10px 10px 10px 0px #4fe9073d;
  height: 477px;
  position: relative;
  top: 30px;
  text-align: -webkit-center;
  padding-top: 66px;
  padding-bottom: 51px;
  font-family: 'Quish';
  text-shadow: 5px 5px 20px, 0 0 1em #ffd308, 0 0 1.2em #09ef99;
  cursor: not-allowed; }

.dashboardSmallIcons {
  position: absolute;
  top: 40.5%;
  left: 38%;
  right: 38%;
  width: 24%;
  height: 16%; }

.dashboardLargeIcons {
  position: absolute;
  top: 56%;
  left: 31.5%;
  right: 31.5%;
  width: 37%; }

.dashboardDefaultBtn {
  position: absolute;
  top: 79%;
  left: 36%;
  right: 36%;
  width: 28%;
  border: 1px solid #fff !important;
  background: transparent !important;
  color: #fff;
  border-radius: 7px !important;
  font-size: calc(13px + (20 - 13) * ((100vw - 1024px) / (1920 - 1024))); }

.dashboardGGLogo {
  position: fixed;
  bottom: 3.8%;
  left: 48.5%;
  right: 0;
  height: 6%; }

.dashboardFirstHeader {
  position: absolute;
  font-size: calc(27px + (30 - 16) * ((100vw - 1024px) / (1920 - 1024)));
  top: 12.5%;
  color: #fff;
  width: 100%;
  text-align: center; }

.dashboardSecondHeader {
  position: absolute;
  font-size: calc(24px + (30 - 25) * ((100vw - 1024px) / (1920 - 1024)));
  top: 25%;
  color: #fff;
  width: 100%;
  text-align: center; }

.dLoungeBtn,
.dRialtoBtn,
.dGGArenaBtn {
  display: none; }

.dLoungeEvent:hover {
  background-image: url(/images/dashboard/Lounge.png);
  background-size: 100% 100%; }

.dLoungeEvent:hover > .dLoungeBtn {
  display: block; }

.dRialtoEvent:hover {
  background-image: url(/images/dashboard/RIALTO.png);
  background-size: 100% 100%; }

.dRialtoEvent:hover > .dRialtoBtn {
  display: block; }

.dGGArenaEvent:hover {
  background-image: url(/images/dashboard/GGARENA.png);
  background-size: 100% 100%; }

.dGGArenaEvent:hover > .dGGArenaBtn {
  display: block; }

.dashboardAnchorClickable {
  width: 100%;
  height: 100%;
  display: block; }

.dashboardDescriptionFont {
  font-size: calc(14px + (16 - 10) * ((100vw - 1024px) / (1920 - 1024)));
  color: white;
  position: absolute;
  top: 72%;
  padding-left: 5%;
  padding-right: 5%;
  left: 0;
  right: 0; }

/*!
 *   Hapiness
 *   Author: Systango.com
 *	 Website: Almsaeed Studio <http://systango.com.com> 
 
!*/
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  height: auto;
  min-height: 100%;
  background-image: url(/images/Background.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0;
  position: relative; }

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll; } }

body {
  padding-top: 30px; }

@media screen and (max-width: 768px) {
  body {
    padding-top: 0px; } }

.layout-boxed html,
.layout-boxed body {
  height: 100%; }

body {
  font-family: OpenSans-Regular;
  font-weight: 400;
  overflow: auto; }

/* Layout */
.wrapper {
  height: 100% !important;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.wrapper:before,
.wrapper:after {
  content: " ";
  display: table; }

.wrapper:after {
  clear: both; }

.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative; }

.layout-boxed {
  background: url("../img/boxed-bg.jpg") repeat fixed; }

/*
  * Content Wrapper - contains the main content
  * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
  */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin-left: 16%;
  z-index: 820; }

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0; }

@media (max-width: 767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0; } }

@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0; } }

@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    transform: translate(230px, 0); } }

.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: #ecf0f5;
  z-index: 800; }

.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de; }

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed; }

.fixed .main-header {
  top: 0;
  right: 0;
  left: 0; }

.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px; }

@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px; } }

.fixed.layout-boxed .wrapper {
  max-width: 100%; }

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  -webkit-transition: none;
  transition: none; }

/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif; }

/* General Links */
a {
  color: #3c8dbc; }

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2; }

/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px; }

.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px; }

/*
  * Component: Main Header
  * ----------------------
  */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030; }

.main-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 16%;
  border: none;
  min-height: 50px;
  border-radius: 0; }

.login-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 11%;
  border: none;
  min-height: 50px;
  border-radius: 0; }

.layout-top-nav .main-header .navbar {
  margin-left: 0; }

.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent; }

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9); }

.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc; }

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc; }

.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right; }

@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent; } }

@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none; }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px; }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0; } }

.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome; }

.main-header .sidebar-toggle:before {
  content: "\f142"; }

.main-header .sidebar-toggle:hover {
  color: #fff; }

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent; }

.main-header .sidebar-toggle .icon-bar {
  display: none; }

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px; }

.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9; }

.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden; }

.main-header .logo .logo-lg {
  display: block; }

.main-header .logo .logo-mini {
  display: none; }

.main-header .navbar-brand {
  color: #fff; }

.content-header {
  position: relative;
  padding: 15px 15px 0 15px; }

.content-header > h1 {
  margin: 0;
  font-size: 24px; }

.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300; }

.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px; }

.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block; }

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px; }

.content-header > .breadcrumb > li + li:before {
  content: '>\00a0'; }

@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px; }
  .content-header > .breadcrumb li:before {
    color: #97a0b3; } }

.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px; }

@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left; }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left; }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px; } }

@media (max-width: 767px) {
  .main-header {
    position: relative; }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none; }
  .main-header .navbar {
    margin: 0; }
  .main-header .navbar-custom-menu {
    float: right; } }

@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important; }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px; } }

/*
  * Component: Sidebar
  * ------------------
  */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 100px; } }

@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-230px, 0);
    transform: translate(-230px, 0); } }

@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-230px, 0);
    transform: translate(-230px, 0); } }

@media (max-width: 767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.sidebar {
  padding-bottom: 10px; }

.sidebar-form input:focus {
  border-color: transparent; }

.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden; }

.user-panel:before,
.user-panel:after {
  content: " ";
  display: table; }

.user-panel:after {
  clear: both; }

.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto; }

.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px; }

.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px; }

.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px; }

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0; }

.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block; }

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px; }

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px; }

.sidebar-menu > li .badge {
  margin-top: 3px; }

.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px; }

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px; }

.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px; }

.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sidebar-menu li.active > .treeview-menu {
  display: block; }

.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px; }

.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px; }

.sidebar-menu .treeview-menu > li {
  margin: 0; }

.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px; }

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px; }

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto; }

/*
  * Component: Sidebar Mini
  */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840; }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 180px !important;
    top: -22px !important;
    z-index: 900; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display: none; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0; }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important; }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px; }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px; }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none; }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px; } }

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
  padding: 10% 10% 10% 10%; }

.sidebar-menu:hover {
  overflow: visible; }

.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip; }

.sidebar-menu li > a {
  position: relative; }

.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px; }

/*
  * Component: Control sidebar. By default, this is the right sidebar.
  */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0; }

.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out; }

.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010; }

@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 100px; } }

.control-sidebar > .tab-content {
  padding: 10px 15px; }

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0; }

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0; }

@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px; } }

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0; }

.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0; }

.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px; }

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none; }

@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table; }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell; } }

.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px; }

.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px; }

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px; }

.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px; }

.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table; }

.control-sidebar-menu > li > a:after {
  clear: both; }

.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0; }

.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px; }

.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px; }

.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0; }

.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px; }

.control-sidebar-menu .progress {
  margin: 0; }

.control-sidebar-dark {
  color: #b8c7ce; }

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: #fff; }

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff; }

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c; }

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce; }

.control-sidebar-light {
  color: #5e5e5e; }

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444444; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111; }

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111; }

.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px; }

.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5; }

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e; }

/*
  * Component: Dropdown menus
  * -------------------------
  */
/*Dropdowns in general*/
.dropdown-menu {
  border-color: #eee; }

.dropdown-menu > li > a {
  color: #777; }

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px; }

.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333; }

.dropdown-menu > .divider {
  background-color: #eee; }

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%; }

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative; }

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px; }

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center; }

@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important; } }

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0; }

.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px; }

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2); }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important; }

@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important; } }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px; }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table; }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both; }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666; }

@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9; } }

.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px; }

@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px; } }

/* Add fade animation to dropdown menus by appending
  the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both; }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px); } }

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative; }

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto; }

@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right; }
  .navbar-custom-menu > .navbar-nav > li {
    position: static; }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff; } }

/*
  * Component: Form
  * ---------------
  */
.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d2d6de; }

.form-control:focus {
  border-color: #3c8dbc;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1; }

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group.has-success label {
  color: #00a65a; }

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #00a65a;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-group.has-success .help-block {
  color: #00a65a; }

.form-group.has-warning label {
  color: #f39c12; }

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-group.has-warning .help-block {
  color: #f39c12; }

.form-group.has-error label {
  color: #dd4b39; }

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-group.has-error .help-block {
  color: #dd4b39; }

/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff; }

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0; }

.icheck > label {
  padding-left: 0; }

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px; }

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px; }

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px; }

/*
  * Component: Progress Bar
  * -----------------------
  */
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px; }

/* size variation */
.progress.sm,
.progress-sm {
  height: 10px; }

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px; }

.progress.xs,
.progress-xs {
  height: 7px; }

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 1px; }

.progress.xxs,
.progress-xxs {
  height: 3px; }

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px; }

/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px; }

.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0; }

.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px; }

.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px; }

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px; }

.progress-group .progress-text {
  font-weight: 600; }

.progress-group .progress-number {
  float: right; }

/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0; }

.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc; }

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  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); }

.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a; }

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  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); }

.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef; }

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  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); }

.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12; }

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  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); }

.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39; }

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  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); }

/*
  * Component: Small Box
  * --------------------
  */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.small-box > .inner {
  padding: 10px; }

.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15); }

.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0; }

.small-box p {
  font-size: 15px; }

.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px; }

.small-box h3,
.small-box p {
  z-index: 5; }

.small-box .icon {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15); }

.small-box:hover {
  text-decoration: none;
  color: #f9f9f9; }

.small-box:hover .icon {
  font-size: 95px; }

@media (max-width: 767px) {
  .small-box {
    text-align: center; }
  .small-box .icon {
    display: none; }
  .small-box p {
    font-size: 12px; } }

/*
  * Component: Box
  * --------------
  */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.box.box-primary {
  border-top-color: #3c8dbc; }

.box.box-info {
  border-top-color: #00c0ef; }

.box.box-danger {
  border-top-color: #dd4b39; }

.box.box-warning {
  border-top-color: #f39c12; }

.box.box-success {
  border-top-color: #00a65a; }

.box.box-default {
  border-top-color: #d2d6de; }

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none; }

.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0; }

.box .nav-stacked > li:last-of-type {
  border-bottom: none; }

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto; }

.box .border-right {
  border-right: 1px solid #f4f4f4; }

.box .border-left {
  border-left: 1px solid #f4f4f4; }

.box.box-solid {
  border-top: 0; }

.box.box-solid > .box-header .btn.btn-default {
  background: transparent; }

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1); }

.box.box-solid.box-default {
  border: 1px solid #d2d6de; }

.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de; }

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444; }

.box.box-solid.box-primary {
  border: 1px solid #3c8dbc; }

.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc; }

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff; }

.box.box-solid.box-info {
  border: 1px solid #00c0ef; }

.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef; }

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff; }

.box.box-solid.box-danger {
  border: 1px solid #dd4b39; }

.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39; }

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff; }

.box.box-solid.box-warning {
  border: 1px solid #f39c12; }

.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12; }

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff; }

.box.box-solid.box-success {
  border: 1px solid #00a65a; }

.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a; }

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff; }

.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.box.box-solid[class*='bg'] > .box-header {
  color: #fff; }

.box .box-group > .box {
  margin-bottom: 5px; }

.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em; }

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px; }

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px; }

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5); }

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table; }

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both; }

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative; }

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4; }

.collapsed-box .box-header.with-border {
  border-bottom: none; }

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1; }

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px; }

.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px; }

.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative; }

.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto; }

.box-header > .box-tools .dropdown-menu > li > a {
  color: #444 !important; }

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3; }

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84; }

.btn-box-tool.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px; }

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.box-body > .table {
  margin-bottom: 0; }

.box-body .fc {
  margin-top: 5px; }

.box-body .full-width-chart {
  margin: -19px; }

.box-body.no-padding .full-width-chart {
  margin: -9px; }

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px; }

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0; }

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff; }

.chart-legend {
  margin: 10px 0; }

@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px; } }

.box-comments {
  background: #f7f7f7; }

.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee; }

.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table; }

.box-comments .box-comment:after {
  clear: both; }

.box-comments .box-comment:last-of-type {
  border-bottom: 0; }

.box-comments .box-comment:first-of-type {
  padding-top: 0; }

.box-comments .box-comment img {
  float: left; }

.box-comments .comment-text {
  margin-left: 40px;
  color: #555; }

.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600; }

.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px; }

/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto; }

.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444; }

.todo-list > li:last-of-type {
  margin-bottom: 0; }

.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px; }

.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600; }

.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px; }

.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39; }

.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer; }

.todo-list > li:hover .tools {
  display: inline-block; }

.todo-list > li.done {
  color: #999; }

.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500; }

.todo-list > li.done .label {
  background: #d2d6de !important; }

.todo-list .danger {
  border-left-color: #dd4b39; }

.todo-list .warning {
  border-left-color: #f39c12; }

.todo-list .info {
  border-left-color: #00c0ef; }

.todo-list .success {
  border-left-color: #00a65a; }

.todo-list .primary {
  border-left-color: #3c8dbc; }

.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px; }

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px; }

.chat .item {
  margin-bottom: 10px; }

.chat .item:before,
.chat .item:after {
  content: " ";
  display: table; }

.chat .item:after {
  clear: both; }

.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%; }

.chat .item > .online {
  border: 2px solid #00a65a; }

.chat .item > .offline {
  border: 2px solid #dd4b39; }

.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px; }

.chat .item > .message > .name {
  display: block;
  font-weight: 600; }

.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px; }

.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px; }

.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0; }

.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table; }

.chat .item > .attachment:after {
  clear: both; }

.box-input {
  max-width: 200px; }

.modal .panel-body {
  color: #444; }

/*
  * Component: Info Box
  * -------------------
  */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px; }

.info-box small {
  font-size: 14px; }

.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px; }

.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0; }

.info-box .progress .progress-bar {
  background: #fff; }

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2); }

.info-box-icon > img {
  max-width: 100%; }

.info-box-content {
  padding: 5px 10px;
  margin-left: 90px; }

.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px; }

.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.info-box-text {
  text-transform: uppercase; }

.info-box-more {
  display: block; }

.progress-description {
  margin: 0; }

/*
  * Component: Timeline
  * -------------------
  */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px; }

.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative; }

.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px; }

.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1; }

.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600; }

.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px; }

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0; }

.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px; }

.timeline-inverse > li > .timeline-item {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none; }

.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd; }

/*
  * Component: Button
  * -----------------
  */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent; }

.btn.uppercase {
  text-transform: uppercase; }

.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px; }

.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn:focus {
  outline: none; }

.btn.btn-file {
  position: relative;
  overflow: hidden; }

.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd; }

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7; }

.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9; }

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9; }

.btn-success {
  background-color: #00a65a;
  border-color: #008d4c; }

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c; }

.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6; }

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6; }

.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925; }

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925; }

.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b; }

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b; }

.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); }

.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px; }

.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block; }

.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa; }

.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400; }

/*
  * Component: Callout
  * ------------------
  */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee; }

.callout a {
  color: #fff;
  text-decoration: underline; }

.callout a:hover {
  color: #eee; }

.callout h4 {
  margin-top: 0;
  font-weight: 600; }

.callout p:last-child {
  margin-bottom: 0; }

.callout code,
.callout .highlight {
  background-color: #fff; }

.callout.callout-danger {
  border-color: #c23321; }

.callout.callout-warning {
  border-color: #c87f0a; }

.callout.callout-info {
  border-color: #0097bc; }

.callout.callout-success {
  border-color: #00733e; }

/*
  * Component: alert
  * ----------------
  */
.alert {
  border-radius: 3px; }

.alert h4 {
  font-weight: 600; }

.alert .icon {
  margin-right: 10px; }

.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.alert a {
  color: #fff;
  text-decoration: underline; }

.alert-success {
  border-color: #008d4c; }

.alert-danger,
.alert-error {
  border-color: #d73925; }

.alert-warning {
  border-color: #e08e0b; }

.alert-info {
  border-color: #00acd6; }

/*
  * Component: Nav
  * --------------
  */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7; }

/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444; }

.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right: 5px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #3c8dbc; }

.nav-pills > li.active > a {
  font-weight: 600; }

/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444; }

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc; }

.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase; }

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px; }

.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0; }

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999; }

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0; }

.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999; }

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent; }

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc; }

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444; }

.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4; }

.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0; }

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent; }

.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important; }

.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right; }

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0; }

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px; }

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent; }

.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444; }

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px; }

.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999; }

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #3c8dbc; }

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #00c0ef; }

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #dd4b39; }

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #f39c12; }

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #00a65a; }

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de; }

/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666; }

.pagination.pagination-flat > li > a {
  border-radius: 0 !important; }

/*
  * Component: Products List
  * ------------------------
  */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff; }

.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table; }

.products-list > .item:after {
  clear: both; }

.products-list .product-img {
  float: left; }

.products-list .product-img img {
  width: 50px;
  height: 50px; }

.products-list .product-info {
  margin-left: 60px; }

.products-list .product-title {
  font-weight: 600; }

.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4; }

.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0; }

/*
  * Component: Table
  * ----------------
  */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4; }

.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4; }

.table tr td .progress {
  margin-top: 5px; }

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

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4; }

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

.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0; }

/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center; }

.table.align th {
  text-align: left; }

.table.align td {
  text-align: right; }

/*
  * Component: Label
  * ----------------
  */
.label-default {
  background-color: #d2d6de;
  color: #444; }

/*
  * Component: Direct Chat
  * ----------------------
  */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0; }

.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto; }

.direct-chat-msg,
.direct-chat-text {
  display: block; }

.direct-chat-msg {
  margin-bottom: 10px; }

.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table; }

.direct-chat-msg:after {
  clear: both; }

.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444; }

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none; }

.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px; }

.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px; }

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0; }

.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de; }

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px; }

.right .direct-chat-img {
  float: right; }

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px; }

.direct-chat-name {
  font-weight: 600; }

.direct-chat-timestamp {
  color: #999; }

.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto; }

.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0; }

.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table; }

.contacts-list > li:after {
  clear: both; }

.contacts-list > li:last-of-type {
  border-bottom: none; }

.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left; }

.contacts-list-info {
  margin-left: 45px;
  color: #fff; }

.contacts-list-name,
.contacts-list-status {
  display: block; }

.contacts-list-name {
  font-weight: 600; }

.contacts-list-status {
  font-size: 12px; }

.contacts-list-date {
  color: #aaa;
  font-weight: normal; }

.contacts-list-msg {
  color: #999; }

.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff; }

.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39; }

.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff; }

.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc; }

.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff; }

.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12; }

.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff; }

.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef; }

.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff; }

.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a; }

/*
  * Component: Users List
  * ---------------------
  */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center; }

.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto; }

.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999; }

.users-list-name,
.users-list-date {
  display: block; }

.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.users-list-date {
  color: #999;
  font-size: 12px; }

/*
  * Component: Carousel
  * -------------------
  */
.carousel-control.left,
.carousel-control.right {
  background-image: none; }

.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px; }

/*
  * Component: modal
  * ----------------
  */
.modal {
  background: rgba(0, 0, 0, 0.3); }

.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0; }

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); } }

.modal-header {
  border-bottom-color: #f4f4f4; }

.modal-footer {
  border-top-color: #f4f4f4; }

.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095; }

.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a; }

.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc; }

.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e; }

.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321; }

/*
  * Component: Social Widgets
  * -------------------------
  */
.box-widget {
  border: none;
  position: relative; }

.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.widget-user .widget-user-desc {
  margin-top: 0; }

.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px; }

.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff; }

.widget-user .box-footer {
  padding-top: 30px; }

.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300; }

.widget-user-2 .widget-user-desc {
  margin-top: 0; }

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px; }

.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left; }

/*
  * Page: Mailbox
  * -------------
  */
.mailbox-messages > .table {
  margin: 0; }

.mailbox-controls {
  padding: 5px; }

.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4; }

.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px; }

.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0; }

.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0; }

.mailbox-read-time {
  color: #999;
  font-size: 13px; }

.mailbox-read-message {
  padding: 10px; }

.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px; }

.mailbox-attachment-name {
  font-weight: bold;
  color: #666; }

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block; }

.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4; }

.mailbox-attachment-size {
  color: #999;
  font-size: 12px; }

.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px; }

.mailbox-attachment-icon.has-img {
  padding: 0; }

.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto; }

/*
  * Page: Lock Screen
  * -----------------
  */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de; }

.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300; }

.lockscreen-logo a {
  color: #444; }

.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%; }

/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600; }

/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px; }

/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10; }

.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px; }

/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px; }

.lockscreen-credentials .form-control {
  border: 0; }

.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px; }

.lockscreen-footer {
  margin-top: 10px; }

/*
  * Page: Login & Register
  * ----------------------
  */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300; }

.login-logo a,
.register-logo a {
  color: #444; }

.login-page,
.register-page {
  background: #d2d6de; }

.login-box,
.register-box {
  width: 360px;
  margin: 7% auto; }

@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px; } }

.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666; }

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777; }

.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px; }

.social-auth-links {
  margin: 10px 0; }

/*
  * Page: 400 and 500 error pages
  * ------------------------------
  */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto; }

@media (max-width: 991px) {
  .error-page {
    width: 100%; } }

.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300; }

@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center; } }

.error-page > .error-content {
  margin-left: 190px;
  display: block; }

@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0; } }

.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px; }

@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center; } }

/*
  * Page: Invoice
  * -------------
  */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px; }

.invoice-title {
  margin-top: 0; }

/*
  * Page: Profile
  * -------------
  */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de; }

.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666; }

.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.post .user-block {
  margin-bottom: 15px; }

/*
  * Social Buttons for Bootstrap
  *
  * Copyright 2013-2015 Panayiotis Lipiridis
  * Licensed under the MIT License
  *
  * https://github.com/lipis/bootstrap-social
  */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social.btn-lg {
  padding-left: 61px; }

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social.btn-sm {
  padding-left: 38px; }

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social.btn-xs {
  padding-left: 30px; }

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0; }

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social-icon.btn-lg {
  padding-left: 61px; }

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social-icon.btn-sm {
  padding-left: 38px; }

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social-icon.btn-xs {
  padding-left: 30px; }

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%; }

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0; }

.btn-adn {
  color: #ffffff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:focus,
.btn-adn.focus {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:hover {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none; }

.btn-adn .badge {
  color: #d87a68;
  background-color: #ffffff; }

.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:hover {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none; }

.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff; }

.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:hover {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none; }

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff; }

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:focus,
.btn-facebook.focus {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:hover {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none; }

.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff; }

.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:focus,
.btn-flickr.focus {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:hover {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none; }

.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff; }

.btn-foursquare {
  color: #ffffff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:hover {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none; }

.btn-foursquare .badge {
  color: #f94877;
  background-color: #ffffff; }

.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:focus,
.btn-github.focus {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:hover {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none; }

.btn-github .badge {
  color: #444444;
  background-color: #ffffff; }

.btn-google {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:focus,
.btn-google.focus {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:hover {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none; }

.btn-google .badge {
  color: #dd4b39;
  background-color: #ffffff; }

.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:focus,
.btn-instagram.focus {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:hover {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none; }

.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff; }

.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:hover {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none; }

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff; }

.btn-microsoft {
  color: #ffffff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:hover {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none; }

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #ffffff; }

.btn-openid {
  color: #ffffff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:focus,
.btn-openid.focus {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:hover {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none; }

.btn-openid .badge {
  color: #f7931e;
  background-color: #ffffff; }

.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:hover {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none; }

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #ffffff; }

.btn-reddit {
  color: #000000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:focus,
.btn-reddit.focus {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:hover {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none; }

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000000; }

.btn-soundcloud {
  color: #ffffff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:hover {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none; }

.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #ffffff; }

.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:hover {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none; }

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff; }

.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:focus,
.btn-twitter.focus {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:hover {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none; }

.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff; }

.btn-vimeo {
  color: #ffffff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:hover {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none; }

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #ffffff; }

.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:focus,
.btn-vk.focus {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:hover {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none; }

.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff; }

.btn-yahoo {
  color: #ffffff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:hover {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none; }

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #ffffff; }

/*
  * Plugin: Full Calendar
  * ---------------------
  */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd; }

.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9; }

.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px; }

.fc-header-right {
  padding-right: 10px; }

.fc-header-left {
  padding-left: 10px; }

.fc-widget-header {
  background: #fafafa; }

.fc-grid {
  width: 100%;
  border: 0; }

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0; }

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0; }

.fc-toolbar {
  padding: 10px;
  margin: 0; }

.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px; }

.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0; }

.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px; }

.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s; }

.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

#add-new-event {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s; }

.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move; }

.external-event:hover {
  -webkit-box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2); }

/*
  * Plugin: Select2
  * ---------------
  */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none; }

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px; }

.select2-container--default.select2-container--open {
  border-color: #3c8dbc; }

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white; }

.select2-results__option {
  padding: 6px 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0; }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de; }

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7); }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px; }

/*
  * General: Miscellaneous
  * ----------------------
  */
.pad {
  padding: 10px; }

.margin {
  margin: 10px; }

.margin-bottom {
  margin-bottom: 20px; }

.margin-bottom-none {
  margin-bottom: 0; }

.margin-r-5 {
  margin-right: 5px; }

.inline {
  display: inline; }

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center; }

.description-block.margin-bottom {
  margin-bottom: 25px; }

.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px; }

.description-block > .description-text {
  text-transform: uppercase; }

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important; }

.bg-gray {
  color: #000;
  background-color: #d2d6de !important; }

.bg-gray-light {
  background-color: #f7f7f7; }

.bg-black {
  background-color: #111111 !important; }

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important; }

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important; }

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important; }

.bg-blue {
  background-color: #0073b7 !important; }

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important; }

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important; }

.bg-navy {
  background-color: #001f3f !important; }

.bg-teal {
  background-color: #39cccc !important; }

.bg-olive {
  background-color: #3d9970 !important; }

.bg-lime {
  background-color: #01ff70 !important; }

.bg-orange {
  background-color: #ff851b !important; }

.bg-fuchsia {
  background-color: #f012be !important; }

.bg-purple {
  background-color: #252525 !important; }

.bg-maroon {
  background-color: #d81b60 !important; }

.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important; }

.bg-black-active {
  background-color: #000000 !important; }

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important; }

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important; }

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important; }

.bg-blue-active {
  background-color: #005384 !important; }

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important; }

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important; }

.bg-navy-active {
  background-color: #001a35 !important; }

.bg-teal-active {
  background-color: #30bbbb !important; }

.bg-olive-active {
  background-color: #368763 !important; }

.bg-lime-active {
  background-color: #00e765 !important; }

.bg-orange-active {
  background-color: #ff7701 !important; }

.bg-fuchsia-active {
  background-color: #db0ead !important; }

.bg-purple-active {
  background-color: #555299 !important; }

.bg-maroon-active {
  background-color: #ca195a !important; }

[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65); }

.text-red {
  color: #dd4b39 !important; }

.text-yellow {
  color: #f39c12 !important; }

.text-aqua {
  color: #00c0ef !important; }

.text-blue {
  color: #0073b7 !important; }

.text-black {
  color: #111111 !important; }

.text-light-blue {
  color: #3c8dbc !important; }

.text-green {
  color: #00a65a !important; }

.text-gray {
  color: #d2d6de !important; }

.text-navy {
  color: #001f3f !important; }

.text-teal {
  color: #39cccc !important; }

.text-olive {
  color: #3d9970 !important; }

.text-lime {
  color: #01ff70 !important; }

.text-orange {
  color: #ff851b !important; }

.text-fuchsia {
  color: #f012be !important; }

.text-purple {
  color: #605ca8 !important; }

.text-maroon {
  color: #d81b60 !important; }

.link-muted {
  color: #7a869d; }

.link-muted:hover,
.link-muted:focus {
  color: #606c84; }

.link-black {
  color: #666; }

.link-black:hover,
.link-black:focus {
  color: #999; }

.hide {
  display: none !important; }

.no-border {
  border: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.flat {
  border-radius: 0 !important; }

.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700; }

.text-sm {
  font-size: 12px; }

.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important; }

.description-block .description-icon {
  font-size: 16px; }

.no-pad-top {
  padding-top: 0; }

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

.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666; }

.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0; }

.list-link > a {
  padding: 4px;
  color: #777; }

.list-link > a:hover {
  color: #222; }

.font-light {
  font-weight: 300; }

.user-block:before,
.user-block:after {
  content: " ";
  display: table; }

.user-block:after {
  clear: both; }

.user-block img {
  width: 40px;
  height: 40px;
  float: left; }

.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px; }

.user-block .username {
  font-size: 16px;
  font-weight: 600; }

.user-block .description {
  color: #999;
  font-size: 13px; }

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px; }

.user-block.user-block-sm .username {
  font-size: 14px; }

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left; }

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important; }

.img-sm + .img-push {
  margin-left: 40px; }

.img-md {
  width: 60px;
  height: 60px; }

.img-md + .img-push {
  margin-left: 70px; }

.img-lg {
  width: 100px;
  height: 100px; }

.img-lg + .img-push {
  margin-left: 110px; }

.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px; }

.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px; }

.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7; }

.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left; }

.attachment-block .attachment-pushed {
  margin-left: 110px; }

.attachment-block .attachment-heading {
  margin: 0; }

.attachment-block .attachment-text {
  color: #555; }

.connectedSortable {
  min-height: 100px; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px; }

.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65); }

.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.chart {
  position: relative;
  overflow: hidden;
  width: 100%; }

.chart svg,
.chart canvas {
  width: 100% !important; }

/*
  * Misc: print
  * -----------
  */
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important; }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important; }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0; }
  .invoice-col {
    float: left;
    width: 33.3333333%; }
  .table-responsive {
    overflow: auto; }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important; } }

.icheckbox_square-blue > label {
  padding-left: 0; }

.wrapper,
body,
html {
  height: 100% !important; }

.tncMainHeading {
  font-size: 16px;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: OpenSans-Bold; }

.tncSubHeading {
  font-size: 14px;
  font-family: OpenSans-SemiBold; }

.tncPara {
  font-size: 11px;
  text-align: justify; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-item-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.breakAll {
  word-break: break-all; }

.textAlignRight {
  text-align: right; }

.form-control[readonly] {
  cursor: not-allowed; }

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("../../images/blue.png") no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-blue {
  background-position: 0 0; }

.icheckbox_square-blue.hover {
  background-position: -24px 0; }

.icheckbox_square-blue.checked {
  background-position: -48px 0; }

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0; }

.iradio_square-blue {
  background-position: -120px 0; }

.iradio_square-blue.hover {
  background-position: -144px 0; }

.iradio_square-blue.checked {
  background-position: -168px 0; }

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-blue.checked.disabled {
  background-position: -216px 0; }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(blue@2x.png);
    background-size: 240px 24px; } }

.wrapper, body, html {
  display: 100% !important; }

/*
adda post template styles
*/
.panel-google-plus {
  position: relative;
  border-radius: 0px;
  border: 1px solid #d8d8d8;
  font-family: 'Roboto', sans-serif; }

.panel-google-plus > .dropdown {
  position: absolute;
  top: 5px;
  right: 15px; }

.panel-google-plus > .dropdown > span > span {
  font-size: 10px; }

.panel-google-plus > .dropdown > .dropdown-menu {
  left: initial;
  right: 0px;
  border-radius: 2px; }

.panel-google-plus > .panel-google-plus-tags {
  position: absolute;
  top: 35px;
  right: -3px; }

.panel-google-plus > .panel-google-plus-tags > ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.panel-google-plus > .panel-google-plus-tags > ul:hover {
  -webkit-box-shadow: 0px 0px 3px black;
  box-shadow: 0px 0px 3px black;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25); }

.panel-google-plus > .panel-google-plus-tags > ul > li {
  display: block;
  right: 0px;
  width: 0px;
  padding: 5px 0px 5px 0px;
  background-color: whitesmoke;
  font-size: 12px;
  overflow: hidden; }

.panel-google-plus > .panel-google-plus-tags > ul > li::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  border-right: 3px solid #427fed; }

.panel-google-plus > .panel-google-plus-tags > ul:hover > li,
.panel-google-plus > .panel-google-plus-tags > ul > li:first-child {
  padding: 5px 15px 5px 10px;
  width: auto;
  cursor: pointer;
  margin-left: auto; }

.panel-google-plus > .panel-google-plus-tags > ul:hover > li {
  background-color: white; }

.panel-google-plus > .panel-google-plus-tags > ul > li:hover {
  background-color: #427fed;
  color: white; }

.panel-google-plus > .panel-heading,
.panel-google-plus > .panel-footer {
  background-color: white;
  border-width: 0px; }

.panel-google-plus > .panel-heading {
  margin-top: 20px;
  padding-bottom: 5px; }

.panel-google-plus > .panel-heading > img {
  margin-right: 15px; }

.panel-google-plus > .panel-heading > h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 700; }

.panel-google-plus > .panel-heading > h5 {
  color: #999999;
  font-size: 12px;
  font-weight: 400; }

.panel-google-plus > .panel-body {
  padding-top: 5px;
  font-size: 13px; }

.panel-google-plus > .panel-body > .panel-google-plus-image {
  display: block;
  text-align: center;
  background-color: whitesmoke;
  border: 1px solid #d9d9d9; }

.panel-google-plus > .panel-body > .panel-google-plus-image > img {
  max-width: 100%; }

.panel-google-plus > .panel-footer {
  font-size: 14px;
  font-weight: 700;
  min-height: 54px; }

.panel-google-plus > .panel-footer > .btn {
  float: left;
  margin-right: 8px; }

.panel-google-plus > .panel-footer > .input-placeholder {
  display: block;
  margin-left: 98px;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 6px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px; }

.panel-google-plus.panel-google-plus-show-comment > .panel-footer > .input-placeholder {
  display: none; }

.panel-google-plus > .panel-google-plus-comment {
  display: none;
  padding: 10px 20px 15px;
  border-top: 1px solid #e5e5e5;
  background-color: whitesmoke; }

.panel-google-plus.panel-google-plus-show-comment > .panel-google-plus-comment {
  display: block; }

/*.panel-google-plus > .panel-google-plus-comment > img {
    float: left;   
}*/
.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea {
  float: right;
  width: calc(100% - 56px); }

.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > textarea {
  display: block;
  /*margin-left: 60px;
    width: calc(100% - 56px);*/
  width: 100%;
  background-color: white;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
  resize: vertical; }

.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > .btn {
  margin-top: 10px;
  margin-right: 8px;
  width: 100%; }

@media (min-width: 992px) {
  .panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > .btn {
    width: auto; } }

.panel-google-plus .btn {
  border-radius: 3px; }

.panel-google-plus .btn-default {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px; }

.panel-google-plus .btn-default:hover,
.panel-google-plus .btn-default:focus,
.panel-google-plus .btn-default:active {
  background-color: white;
  border-color: black; }

.set-size-400 {
  width: 400px; }

.set-size-600 {
  width: 600px; }

.set-size-600 {
  width: 600px; }

.set-size-800 {
  width: 600px; }

.white-text {
  color: white; }

.boldify {
  color: yellow;
  font-weight: bolder; }

.custom-comment-modal {
  max-height: 200px;
  overflow: scroll; }

.custom-comment-modal {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.custom-comment-modal::-webkit-scrollbar {
  display: none; }

.post-icon-size {
  font-size: 18px; }

.custom-like-modal {
  max-height: 400px;
  overflow: scroll; }

.custom-like-modal {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.custom-like-modal::-webkit-scrollbar {
  display: none; }

.you-font {
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif; }

.gg-yellow-bg {
  background-color: #ffd408; }

.margin-bit {
  margin: 10px; }

.white-text-color {
  color: white; }

.clan-event-bg {
  background-color: #93863e;
  padding: 10px; }

.fixed-container {
  height: 350px;
  padding: 3px; }

.overflow-content {
  height: 224px;
  overflow: auto; }

.discussion-bg {
  background-color: #2f2f2f;
  padding: 8px;
  margin-top: 10px; }

.quish-font {
  font-family: 'Quish'; }

.clan-bg-black {
  background: #000;
  margin-top: 6%;
  width: 13%;
  border-radius: 10px; }

.clan-name-color {
  color: #83841c; }

.image-thumbnail {
  height: 50px;
  width: 50px; }

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

.red-text {
  color: red; }

.dot-drop {
  margin-left: 18px;
  color: #333333; }

.dot-drop a {
  color: #333333; }

.grey-bg {
  background-color: #c6c6c6; }

.market-image {
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover; }

.cover-fit {
  -o-object-fit: contain;
  object-fit: contain; }

.carousel-margin {
  margin-top: 430px; }

.hide-overflow {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.height-limiter {
  margin: 10px;
  max-height: 209px;
  overflow: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.grey-bg {
  background-color: #c6c6c6; }

.set-padding {
  margin: 10; }

/* .thumbnail .photofullTrigger {
    background-color: transparent;
    border: 0px;
} */
.no-white-bg {
  background-color: transparent;
  border: 0px; }

.bold {
  font-weight: bolder; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 30%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../../images/loader.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

.width-h {
  width: 100px; }

.product-view-image-main {
  -o-object-fit: cover;
  object-fit: cover;
  /* max-height: 400px;
    min-height: 150px; */
  height: 100%; }

.product-view-image-small {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100px;
  width: 150px;
  max-width: 100px;
  max-height: 150px; }

.calendar-time {
  padding-top: 20px; }

.forumboxfav {
  background-color: #2a2a30; }

.tableheadfav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #29292e), color-stop(331%, #fff), color-stop(107%, #29292e));
  background: linear-gradient(to bottom, #29292e 44%, #fff 331%, #29292e 107%); }

.forumtablefav > tbody > tr > td {
  border: 1px solid #37343e; }

.forumtablefav > tbody > tr > th {
  border: 1px solid #37343e; }

.text-greys {
  color: #bfbcbc; }

.forumtitlefav {
  color: #ffd408; }

.forumtitlefav:hover, .forumtitlefav:active, .forumtitlefav:focus {
  text-decoration: underline;
  color: #ffd408; }

.forumyellow {
  color: #ffd408; }

.t1fav {
  width: 2%; }

.t2fav {
  width: 14%; }

.t3fav {
  width: 5%; }

.global-back-button {
  background-color: #1c242a;
  font-size: 15px;
  color: #bebcb0;
  margin-top: 0px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828b), color-stop(19%, #121115), color-stop(82%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #7a828b -71%, #121115 19%, #121115 82%, #7a828b 171%); }

.global-back-button:hover, .global-back-button:focus, .global-back-button.active {
  background-color: #1c242a;
  /* padding: 8px; */
  /* margin: -3px; */
  margin-right: -3px;
  color: #db9733;
  margin-top: 0px;
  border-radius: 2px;
  -webkit-box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828b), color-stop(19%, #121115), color-stop(82%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #7a828b -71%, #121115 19%, #121115 82%, #7a828b 171%); }

.neuropol-font {
  font-family: neuropol_x_rg; }

.nobullet {
  list-style-type: none; }

.mini-card {
  /* Add shadows to create the "card" effect */
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

/* On mouse-over, add a deeper shadow */
.mini-card:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

/* Add some padding inside the card container */
.mini-card-container {
  padding: 2px 16px; }

.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-size: 10px !important;
  padding: 3px;
  z-index: 9999; }

.jvectormap-zoomin, .jvectormap-zoomout {
  position: absolute;
  top: 100%;
  margin-top: -25px;
  border-radius: 2px;
  background: #d2d6de;
  padding: 5px;
  color: #444;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.jvectormap-zoomin {
  left: 100%;
  margin-left: -50px; }

.jvectormap-zoomout {
  left: 100%;
  margin-left: -30px; }

.custom-box-gallery {
  border-radius: 6px;
  background-color: black;
  margin-top: 5%;
  color: #fff;
  height: 140px; }

.custom-input {
  border-radius: 10px;
  background-color: rgba(145, 137, 137, 0.836);
  width: 200px; }

.custom-box-gallery:hover {
  border-radius: 6px;
  opacity: 1;
  filter: alpha(opacity=50);
  margin-top: 5%;
  color: white;
  background: black; }

.center-the-text {
  text-align: center; }

.make-text-black {
  color: black; }

.image-150-100 {
  width: 250px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain; }

.imagegallery {
  border: 4px solid #ddd;
  border-radius: 4px;
  width: 100%;
  padding: 1%;
  -webkit-filter: drop-shadow(2px 1px 3px gray);
  filter: drop-shadow(2px 1px 3px gray);
  opacity: 0.7; }

.imagegalleryphoto {
  width: 100%;
  margin: auto;
  height: 300px;
  padding: 1%; }

.galleryframe {
  border-radius: 3px solid #ddd;
  margin: 2%;
  background-color: gray; }

.bottom-left {
  position: absolute;
  bottom: 9%;
  left: 12%; }

.bottom-right {
  position: absolute;
  bottom: 9%;
  right: 12%; }

.albumname {
  font-weight: 700;
  font-size: 26px;
  color: #ffff; }

.createalbumbtn {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn .createalbumbtn :hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 5.75em;
  background: #79FAC4;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: hidden; }

.hovereffect img {
  display: block;
  position: relative; }

.hovereffect h2 {
  text-transform: uppercase;
  color: #ffff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  float: left;
  margin: 0px;
  display: inline-block; }

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent; }

.hovereffect a.info:hover {
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff; }

.hovereffect p.icon-links a {
  float: right;
  color: #fff;
  font-size: 1.4em; }

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
  color: #ffff; }

.hovereffect h2,
.hovereffect p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  visibility: visible; }

.hovereffect p.icon-links a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hovereffect:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.hovereffect:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.hovereffect:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.hovereffect:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.bgwhite {
  background-color: rgba(0, 0, 0, 0.8); }

.photoframe {
  margin: 1%;
  border: 2px solid #fff; }

.albumoperations {
  color: black;
  font-size: 16px;
  padding-left: 18%; }

.gallerymodalbg {
  background-color: rgba(0, 0, 0, 0.6); }

.gallerymodalbg .modal-header .modal-title {
  color: #fff; }

.gallerymodalbg .modal-header .close {
  color: #fff; }

.footerbggallery {
  background-color: transparent; }

.photosbtncolor {
  background-color: #121115;
  text-shadow: -1px 0px 18px #ffd308, 0 0 2em rgba(76, 65, 65, 0.2), 0 0 1.2em #ffd308;
  color: #ffd408; }

.photosbtncolor:active {
  background-color: #ffd408;
  color: #121115; }

.photosbtncolor:hover {
  background-color: #ffd408;
  color: #121115; }

.gallerymodalform {
  background-color: rgba(80, 80, 80, 0.8);
  border-radius: 10px;
  color: white;
  border-color: transparent; }

.galleryHeader {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.galleryHeaderBg {
  width: 80%;
  height: 12vh;
  background: #284353;
  border-radius: 7px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.galleryHeaderFont {
  font-size: 1.6vw; }

.eachAlbumCards {
  position: relative;
  width: 100%;
  height: 22vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent; }

.albumNameContainer {
  position: absolute;
  bottom: 0px;
  min-width: 40%;
  max-width: 70%;
  padding: 5px;
  min-height: 24%;
  text-align: left;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  left: 0; }

.galleryAlbumTitle {
  font-size: 16px;
  color: #7bceff;
  font-family: OpenSans-Bold; }

.galleryAlbumDesc {
  color: #afafaf;
  font-family: OpenSans-SemiBold;
  font-size: 9px; }

.albumActionContainer {
  padding: 5px;
  text-align: left;
  opacity: 0;
  top: 20%;
  background: rgba(30, 67, 121, 0.97);
  position: absolute;
  width: auto;
  height: auto;
  margin: 0 auto;
  right: 10%;
  z-index: 25;
  border-top-right-radius: 10px; }

.ggBgBlue {
  background: #78b4d5; }

.eachAlbumCards:hover .albumActionContainer {
  opacity: 1; }

.folder {
  top: 20%;
  background: rgba(30, 67, 121, 0.6);
  position: absolute;
  width: 80%;
  height: 70%;
  margin: 0 auto;
  border-radius: 0 6px 6px 6px;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.59);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.59);
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10; }

.clickableAlbum {
  width: 100%;
  height: 100%;
  z-index: 20; }

.subfolder {
  top: 7%;
  background: #1e4379;
  position: absolute;
  width: 40%;
  height: 20%;
  margin: 0 auto;
  border-radius: 0 20px 0 0;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.59);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.59);
  left: 10.2%; }

.subFolderLeftMargin {
  left: 10.2%; }

.albumImageAll {
  position: absolute;
  z-index: 5;
  top: 20%;
  width: 80%;
  height: 70%;
  margin: 0 auto;
  border-radius: 0 6px 6px 6px;
  bottom: 0;
  right: 0;
  left: 0%; }

.folderBg {
  background: #1e4379; }

.galleryImageCard {
  height: 18vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.albumImage {
  min-height: 18vh;
  width: 100%; }

.albumImageAlbum {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.width100 {
  width: 100%; }

.galleryImageAction {
  padding: 0px;
  opacity: 0;
  top: 0;
  position: absolute;
  width: auto;
  height: auto;
  right: 1.3%; }

.galleryImageCard:hover .galleryImageAction {
  opacity: 1; }

.font25 {
  font-size: 25px; }

button.open {
  margin: 48px; }

#editProfile {
  z-index: 1041 !important; }

.pac-container {
  z-index: 1042; }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block; }

.btns {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold; }

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.hike-my-size {
  font-size: 0.8em;
  color: black; }

.custom-image-size {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover; }

.limit-size {
  text-align: center; }

.delete-post {
  position: absolute;
  right: 20px;
  top: 35px;
  font-size: 16px; }

.fa-trash:before {
  content: "\f1f8";
  font-size: 25px; }

.profileDpPic {
  border: 3px solid #a4dcfc;
  border-radius: 55px;
  height: 13vh; }

.profileLeftSideBar {
  background: #284353;
  border: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.headerProfileWithDp {
  background: #78b4d5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover; }

.profile-username {
  font-size: 21px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 900; }

.profileConnections {
  color: #78b4d5;
  padding-top: 3%;
  font-size: 13px; }

.aboutMeHeading {
  color: #fff;
  font-size: 1vw; }

.aboutMeHeadingContainer {
  text-align: center; }

.EditBtnProfile {
  background: #78b4d5;
  color: #fff; }

@media (min-width: 1350px) {
  .cardForLeftProfile {
    background: transparent;
    border: 0px;
    position: fixed;
    height: 87vh;
    width: 19vw; }
  .headerProfileWithDp {
    padding: 0px;
    margin-bottom: 5px; } }

@media (min-width: 1200px) and (max-width: 1349px) {
  .cardForLeftProfile {
    background: transparent;
    border: 0px;
    position: fixed;
    height: 87vh;
    width: 20vw;
    bottom: 0px; }
  .profileLeftSideBar {
    margin-bottom: 5px; } }

@media (min-width: 1101px) and (max-width: 1199px) {
  .cardForLeftProfile {
    background: transparent;
    border: 0px;
    position: fixed;
    height: 87vh; } }

@media (min-width: 992px) and (max-width: 1100px) {
  .cardForLeftProfile {
    background: transparent;
    border: 0px;
    position: fixed;
    height: 87vh; } }

@media (min-width: 869px) and (max-width: 991px) {
  .cardForLeftProfile {
    background: transparent;
    border: 0px;
    position: fixed;
    height: 87vh; } }

@media (min-width: 768px) and (max-width: 868px) {
  .cardForLeftProfile {
    background: transparent;
    border: 0px;
    position: fixed;
    height: 87vh; } }

@media (min-width: 576px) and (max-width: 767px) {
  .cardForLeftProfile {
    background: transparent;
    border: 0px;
    position: fixed;
    height: 87vh; } }

@media (max-width: 575px) {
  .cardForLeftProfile {
    background: transparent;
    border: 0px;
    position: fixed;
    height: 87vh; } }

.allAboutSubHeaders {
  font-size: 0.9vw;
  font-weight: 900; }

.allAboutSubParas {
  font-size: 0.7vw; }

.allProfilersName {
  font-size: 1.1vw; }

.allProfileUsername {
  font-size: 0.8vw; }

.nolidot {
  list-style: none; }

.nopadding {
  padding: 0px; }

.searchLi {
  margin-bottom: 5%; }

.connectionMainTab .nav-link.active {
  background: #1e4379;
  color: #64ff00;
  text-shadow: 1px 0 #64ff00;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8vw;
  border-radius: 0px; }

.connectionMainTab > li.active > a,
.connectionMainTab > li.active > a:hover,
.connectionMainTab > li.active > a:focus {
  border: 0px; }

.connectionMainTab .nav-link {
  background: transparent;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8vw; }

.connectionMainTab .nav-link:hover {
  color: #fff; }

.activatedTabDown > .active {
  border: 2px solid #1e4379;
  border-radius: 7px;
  background: rgba(30, 67, 121, 0.5); }

.cardBodyAsNav {
  padding-bottom: 0px;
  padding-left: .5rem;
  padding-right: .5rem; }

li:focus {
  outline: none; }

.eachConnectionList {
  margin-top: 1%;
  margin-bottom: 1%; }

.connectionBgList {
  background: #94a1c3; }

.connectionName {
  font-size: 70px;
  color: #a4dcfc;
  font-weight: 700;
  text-transform: capitalize; }

.connectionUsername {
  font-size: 56px;
  color: #a4dcfc;
  font-weight: 700; }

.inputBoxLabel {
  font-size: 12px;
  font-weight: 700;
  padding-left: 1%; }

.userProfileProfilePicContainer {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 15px; }

.profilepicLookPostImgUserProfile {
  height: 113px;
  border: 3px solid #a4dcfc;
  border-radius: 55px; }

.userProfileWidthContainer {
  position: fixed;
  width: 52.26%;
  background: #284353;
  z-index: 1000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  top: 83px; }

.profileNameForPostUserProfile {
  font-size: 24px;
  padding-left: 29px;
  color: #7bceff;
  font-family: OpenSans-Bold; }

.postUsernameAlignmentUserProfile {
  margin-top: 6%; }

.usernameProfilePicUserProfile {
  font-size: 14px;
  text-align: left;
  padding-left: 29px;
  color: #afafaf;
  font-family: OpenSans-SemiBold; }

.marginForFreindRequestAction {
  margin-top: 8%; }

.profileScrollerActivates {
  top: 65px;
  border-radius: 0px; }
  .profileScrollerActivates .addressShowUserProfile {
    display: none; }
  .profileScrollerActivates .profilepicLookPostImgUserProfile {
    height: 48px;
    border: 2px solid #a4dcfc;
    border-radius: 55px; }
  .profileScrollerActivates .postUsernameAlignmentUserProfile {
    margin-top: 0px; }
  .profileScrollerActivates .profileNameForPostUserProfile {
    font-size: 16px;
    padding-left: 9px;
    color: #7bceff;
    font-family: OpenSans-Bold; }
  .profileScrollerActivates .usernameProfilePicUserProfile {
    font-size: 10px;
    text-align: left;
    padding-left: 9px;
    color: #afafaf;
    font-family: OpenSans-SemiBold; }
  .profileScrollerActivates .marginForFreindRequestAction {
    margin-top: 0px; }
  .profileScrollerActivates .removeHr {
    display: none; }

.font14 {
  font-size: 14px; }

.font13 {
  font-size: 13px; }

.font11 {
  font-size: 11px; }

.profileCoverView {
  height: 32vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 4px 16px #171414, 0px 0px 0px #171414;
  box-shadow: 0px 4px 16px #171414, 0px 0px 0px #171414;
  border: 0px;
  border-radius: 0px;
  background: #284353; }

.profileTitleMargin {
  margin-top: 11vh; }

.profileIndexProfileLogo {
  width: 19%;
  position: absolute;
  left: 40%;
  right: 40%;
  text-align: center;
  bottom: 0px;
  top: 65%; }

.profileUserRequestAction {
  position: absolute;
  right: 1%;
  bottom: 0px;
  background: rgba(40, 67, 83, 0.5);
  padding: 7px; }

.viewProfileAction {
  position: absolute;
  left: 1%;
  bottom: 0px;
  background: rgba(40, 67, 83, 0.5);
  padding: 5px; }

.userActBtn {
  font-size: 13px;
  color: #a4dcfc;
  text-transform: uppercase;
  font-weight: bolder; }

.ggred {
  color: #ff4848; }

.showCoverPicEditBtn {
  position: absolute;
  bottom: 4%;
  right: 3%;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding-bottom: 10px; }

.coverPicModalShow {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.editorCover {
  height: 26px; }

.fixedTimeForProfile {
  position: absolute;
  right: 4vw; }

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

.main-header {
  background-color: #000106;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-height: 100px;
  z-index: 1030; }

.skin-purple .main-header .navbar {
  background-color: #000106;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 1px solid #282828; }

.brightyellow {
  background-color: #ffd408; }

.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 4px;
  right: 0px;
  text-align: center;
  font-size: 12px;
  padding: 0px 0px;
  line-height: 1.4;
  width: 18px;
  border-radius: 25px; }

.searchbar {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 20px; }

.makeround {
  border-radius: 20px;
  border-right-color: #fff; }

.input-group .makeroundnew {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px; }

.skin-purple .main-header .logo {
  background-color: transparent;
  color: #AB6F5E;
  border-bottom: 0 solid transparent; }

.main-header .logo .logo-lg {
  display: block;
  font-size: 16px;
  color: #6c757d; }

.img-logo {
  height: 40px;
  padding-right: 10%; }

.img-logo-mini {
  height: 45px; }

.skin-purple .main-header .logo:hover {
  background-color: transparent; }

.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: transparent;
  z-index: 800;
  padding-top: 4%; }

.marginselect {
  margin-top: 12%; }

.acceptbtn {
  background-color: #7bceff;
  width: 54px;
  height: 30px;
  font-size: 11px;
  color: #fff;
  margin-right: 10px; }

.nav > li > .acceptbtn:hover,
.nav > li > .acceptbtn:active,
.nav > li > .acceptbtn:focus {
  background-color: #7bceff;
  color: #fff; }

.rejectbtn {
  background-color: #000106;
  width: 54px;
  height: 30px;
  font-size: 11px;
  color: #fff; }

.nav > li > .rejectbtn:hover,
.nav > li > .rejectbtn:active,
.nav > li > .rejectbtn:focus {
  background-color: #000106;
  color: #fff; }

.liborder {
  border-bottom: 1px dashed #15262f; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 105px;
  padding: 10px;
  text-align: center; }

.navbar-nav > .notifications-menu > .notificationWidth {
  width: 412px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%; }

.notificationWords {
  margin-top: 2%;
  margin-left: 2%;
  font-size: 13px; }

.followbgnotification {
  background: #284353;
  margin-top: 1vh;
  width: 22vw;
  border: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.followbgnotificationHeader {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 41px;
  background: #78b4d5;
  margin-top: -8px;
  padding: 3%; }

.navbar-nav > .notifications-menu > .dropdown-menu > li.followbgnotification a {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 0%;
  color: #fff; }

.navbar-nav > .notifications-menu > .dropdown-menu > li.followbgnotification {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 0%;
  color: #fff; }

.whiter {
  color: #fff; }

.navbar-nav > .notifications-menu > .dropdown-menu > li #showNotifications {
  max-height: 370px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden; }

.navBg {
  width: 100%;
  height: 70px;
  background-image: url(../../images/header/h_bg.png);
  background-size: 100% 82px;
  background-position-y: -1vh; }

.navBg:after {
  content: '';
  bottom: -2px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 1;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0.8)), color-stop(10%, rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 5%, rgba(125, 185, 232, 0) 10%); }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.navBgSmall {
  height: 70px;
  background: transparent; }

.logoGG {
  position: absolute;
  margin-top: -21px;
  width: 7%;
  margin-left: 2%; }

.usernameHeaderFont {
  font-family: neuropol_x_rg;
  padding-left: 4px;
  text-transform: uppercase;
  font-size: .85vw;
  color: aliceblue; }

.headerUserStatus {
  font-size: 10px;
  font-family: neuropol_x_rg;
  padding-left: 5px;
  color: aliceblue; }

.headerOnlineStatus {
  background: #284353;
  padding: 2px;
  color: #a4dcfc; }

.a {
  isolation: isolate; }

.b {
  fill: #a4dcfc; }

.d {
  fill: none;
  stroke: #a4dcfc;
  stroke-linejoin: round;
  stroke-width: 6px; }

.animatingDpSvg {
  margin-right: 6vw;
  margin-left: 1vw;
  cursor: pointer;
  margin-top: -13px; }

.img-header-align {
  width: 19px; }

.marginForHeaderImage {
  margin-left: 1vw; }

.badge-notify {
  position: relative;
  -webkit-transform: -100%, -100%;
  transform: -100%, -100%;
  bottom: 11px;
  right: 6px; }

.nav > li.marginForHeaderImage > a:hover,
.nav > li.marginForHeaderImage > a:active,
.nav > li.marginForHeaderImage > a:focus {
  background: transparent; }

.headerIconColor {
  fill: #284352; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #132029; }

::-webkit-scrollbar-thumb {
  background: rgba(120, 180, 213, 0.9); }

::-webkit-scrollbar-thumb:hover {
  background: #a4dcfc; }

.userDropDownBtn {
  margin-right: 2vw;
  cursor: pointer;
  width: 11.1vw; }

.userDropDownContent {
  z-index: -1;
  width: 17vw;
  border-radius: 10%;
  background: #284353;
  border-color: transparent;
  margin-left: 2vw;
  margin-top: 11px;
  max-height: 262px; }

.userDropDownContentSmall {
  z-index: -1;
  width: 242px;
  border-radius: 10%;
  background: #132029;
  border-color: transparent;
  margin-left: 2vw; }

.headerProfileName {
  background: #78b4d5;
  margin-top: -4%;
  margin-left: 0%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 110px; }

.headerUserName {
  font-family: neuropol_x_rg;
  margin-left: 3%;
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 17px; }

.headerUserExperience {
  margin-left: 4%;
  color: black;
  margin-top: 1%;
  font-size: 11px;
  padding-bottom: 3%; }

.dropdown-item-all {
  color: #78b4d5;
  text-align: center;
  padding-top: 10%;
  font-family: neuropol_x_rg;
  font-size: 12px; }

.dropdown-item-all:focus,
.dropdown-item-all:hover {
  color: #78b4d5;
  text-decoration: none;
  background-color: transparent; }

.headerToNextPage {
  font-size: 12px;
  color: #fff;
  font-weight: 900; }

.forSignout {
  text-align: center; }

.forSettings {
  margin-left: 22%; }

.logoSmallNavbar {
  height: 68px; }

.smallHeaderIconsMiddle {
  margin: auto;
  margin-top: -2px; }

.nav > li.smallIconHover > a:hover,
.nav > li.smallIconHover > a:active,
.nav > li.smallIconHover > a:focus {
  background: transparent; }

.headerProfileNameSmall {
  background: #78b4d5;
  border-radius: 9%;
  margin-top: -9px; }

.profileSideHeader {
  width: 33%;
  text-align: center;
  border-right: 3px solid #211e1e; }

.settingSideHeader {
  width: 33%;
  text-align: center;
  border-right: 3px solid #211e1e; }

.signoutSideHeader {
  width: 33%;
  text-align: center; }

.nav > li > a.headerToNextPage:hover,
.nav > li > a.headerToNextPage:active,
.nav > li > a.headerToNextPage:focus {
  color: #fff;
  background: transparent; }

.fixed-top-2 {
  margin-top: 56px; }

.sidebarStartsFromCollapsed {
  width: 100%;
  padding: 0px; }

.sidebarCollapsedBg {
  margin-top: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(120, 180, 213, 0.7)), color-stop(61%, rgba(120, 180, 213, 0.9)), color-stop(185%, rgba(120, 180, 213, 0.9)));
  background: linear-gradient(to bottom, rgba(120, 180, 213, 0.7) 6%, rgba(120, 180, 213, 0.9) 61%, rgba(120, 180, 213, 0.9) 185%); }

.SubSelectionSidebarLetters:hover {
  color: #fff;
  background: transparent; }

.animatingDpSvgSmall {
  cursor: pointer; }

.backBtnAll {
  width: 33px;
  background: #78b4d5;
  border: 0px; }

@media (min-width: 1350px) {
  .headerGamingNews {
    background: #132029;
    text-align: center;
    border: 2px solid #a4dcfc;
    width: 47vw;
    height: 45px;
    margin-top: -2px;
    margin-right: 2px; }
  .gamingNewsWord {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.5rem;
    color: #a4dcfc; }
  .gamingNewsWordForMarquee {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.56rem;
    color: black;
    overflow: hidden; }
  .newsNav {
    margin-left: 15%;
    margin-top: -7px; }
  .svgDp {
    position: absolute;
    width: 80%; } }

@media (min-width: 1200px) and (max-width: 1349px) {
  .headerGamingNews {
    background: #132029;
    text-align: center;
    border: 2px solid #a4dcfc;
    width: 45vw;
    height: 45px;
    margin-top: -2px;
    margin-right: 2px; }
  .gamingNewsWord {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.5rem;
    color: #a4dcfc; }
  .gamingNewsWordForMarquee {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.56rem;
    color: black;
    overflow: hidden; }
  .newsNav {
    margin-left: 15%;
    margin-top: -7px; }
  .svgDp {
    position: absolute;
    width: 80%; } }

@media (min-width: 1101px) and (max-width: 1199px) {
  .headerGamingNews {
    background: #132029;
    text-align: center;
    border: 2px solid #a4dcfc;
    width: 41vw;
    height: 45px;
    margin-top: -2px;
    margin-right: 2px; }
  .gamingNewsWord {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.5rem;
    color: #a4dcfc; }
  .gamingNewsWordForMarquee {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.56rem;
    color: black;
    overflow: hidden; }
  .userDropDownContent {
    z-index: -1;
    width: 249px;
    border-radius: 10%;
    background: #284353;
    border-color: transparent;
    margin-left: 2vw;
    margin-top: 0px;
    max-height: 262px; }
  .animatingDpSvg {
    margin-right: 8vw;
    margin-left: 1vw;
    cursor: pointer;
    margin-top: -8px; }
  .newsNav {
    margin-left: 15%;
    margin-top: -7px; }
  .svgDp {
    position: absolute;
    width: 80%; } }

@media (min-width: 992px) and (max-width: 1100px) {
  .headerGamingNews {
    background: #132029;
    text-align: center;
    border: 2px solid #a4dcfc;
    width: 36vw;
    height: 45px;
    margin-top: -2px;
    margin-right: 2px; }
  .gamingNewsWord {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.5rem;
    color: #a4dcfc; }
  .gamingNewsWordForMarquee {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.56rem;
    color: black;
    overflow: hidden; }
  .userDropDownContent {
    z-index: -1;
    width: 249px;
    border-radius: 10%;
    background: #284353;
    border-color: transparent;
    margin-left: 2vw;
    margin-top: 0px;
    max-height: 262px; }
  .animatingDpSvg {
    margin-right: 8vw;
    margin-left: 1vw;
    cursor: pointer;
    margin-top: -8px; }
  .newsNav {
    margin-left: 15%;
    margin-top: -7px; }
  .svgDp {
    position: absolute;
    width: 80%; } }

@media (min-width: 869px) and (max-width: 991px) {
  .headerGamingNews {
    background: #132029;
    margin-right: 1vw;
    text-align: center;
    border: 2px solid #a4dcfc;
    width: 35vw;
    height: 40px;
    margin-right: 2px; }
  .gamingNewsWord {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 9px;
    padding-top: 0.47rem;
    color: #a4dcfc; }
  .gamingNewsWordForMarquee {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: .3rem;
    color: black;
    overflow: hidden; }
  .userDropDownContent {
    z-index: -1;
    width: 255px;
    border-radius: 10%;
    background: #284353;
    border-color: transparent;
    margin-left: 2vw;
    margin-top: 0px;
    max-height: 262px; }
  .animatingDpSvg {
    margin-right: 8vw;
    margin-left: 1vw;
    cursor: pointer;
    margin-top: -8px; }
  .followbgnotification {
    background: #284353;
    margin-top: 0%;
    width: 33vw;
    border: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
  .followbgnotificationHeader {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 41px;
    background: #78b4d5;
    margin-top: -8px;
    padding: 3%; }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.followbgnotification a {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 0%;
    color: #fff; }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.followbgnotification {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 0%;
    color: #fff; }
  .newsNav {
    margin-left: 15%;
    margin-top: -7px; }
  .svgDp {
    position: absolute;
    width: 80%; } }

@media (min-width: 768px) and (max-width: 868px) {
  .gamingNewsWord {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 9px;
    padding-top: 0.47rem;
    color: #a4dcfc; }
  .gamingNewsWordForMarquee {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: .3rem;
    color: black;
    overflow: hidden; }
  .userDropDownContent {
    z-index: -1;
    width: 255px;
    border-radius: 10%;
    background: #284353;
    border-color: transparent;
    margin-left: 2vw;
    margin-top: 0px;
    max-height: 262px; }
  .animatingDpSvg {
    margin-right: 8vw;
    margin-left: 1vw;
    cursor: pointer;
    margin-top: -8px; }
  .followbgnotification {
    background: #284353;
    margin-top: 0%;
    width: 33vw;
    border: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
  .followbgnotificationHeader {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 41px;
    background: #78b4d5;
    margin-top: -8px;
    padding: 3%; }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.followbgnotification a {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 0%;
    color: #fff; }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.followbgnotification {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 0%;
    color: #fff; }
  .newsNav {
    margin-left: 15%;
    margin-top: -7px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .gamingNewsWord {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.27rem;
    color: #a4dcfc; }
  .gamingNewsWordForMarquee {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: .3rem;
    color: black;
    overflow: hidden; }
  .animatingDpSvgSmall {
    cursor: pointer; }
  .headerProfileName {
    background: #78b4d5;
    margin-top: -9%;
    margin-left: 0%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 110px; }
  .userDropDownContentSmall {
    z-index: -1;
    width: 240px;
    border-radius: 10%;
    background: #132029;
    border-color: transparent;
    right: 90px; } }

@media (max-width: 575px) {
  .gamingNewsWord {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: 0.27rem;
    color: #a4dcfc; }
  .gamingNewsWordForMarquee {
    margin: auto;
    font-family: neuropol_x_rg;
    font-size: 12px;
    padding-top: .3rem;
    color: black;
    overflow: hidden; }
  .animatingDpSvgSmall {
    cursor: pointer;
    margin-right: 6vw; }
  .headerProfileName {
    background: #78b4d5;
    margin-top: -9%;
    margin-left: 0%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 110px; } }

.openCloseNews {
  height: 22px;
  margin-top: -3px; }

.headerGamingNewsVendorBox {
  background: #132029;
  /* margin-right: 1vw; */
  text-align: center;
  background: #a4dcfc;
  height: 26px;
  padding-top: 0.2rem;
  margin-left: 5px;
  width: auto;
  padding-right: 0.3rem;
  padding-left: 0.3rem; }

.newsTitle {
  padding-left: 1rem;
  cursor: pointer;
  color: #fff;
  padding-top: 0.2rem;
  font-weight: bolder;
  font-size: 12px;
  height: 24px; }

.viewMoreNews {
  padding-left: 1rem;
  cursor: pointer;
  color: #a4dcfc;
  padding-top: 0.3rem;
  font-weight: bolder;
  padding-right: 1rem;
  height: 24px;
  border-right: 1px solid #a4dcfc;
  font-size: 9px; }

#openAllReceivedRequest {
  color: #a4dcfc;
  font-size: 13px; }

#openAllReceivedRequest:hover {
  background-color: transparent; }

.dropdown-menu > .footerViewAllDropdown > a {
  color: #a4dcfc; }

.dropdown-menu > .footerViewAllDropdown > a:hover {
  color: #a4dcfc;
  background: transparent; }

.headerProfilePic {
  padding: 2%; }

.collapseSideBarBtnFixed {
  position: fixed;
  left: 15%; }

.fontHeaderDroper {
  color: #a4dcfc;
  font-size: 13px; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .navBgSmall {
    height: 96px;
    background: transparent; }
  .navInsideSmall {
    height: 64px; }
  .smallHeaderIconsMiddle {
    margin: auto;
    margin-top: auto;
    position: absolute;
    right: 11vw; }
  .svgDp {
    position: absolute;
    width: 100%; }
  .animatingDpSvg {
    margin-right: 0vw;
    margin-left: 1vw;
    cursor: pointer;
    margin-top: -8px; }
  .userDropDownBtn {
    margin-right: 0vw;
    cursor: pointer;
    width: auto;
    margin-left: 4vw; }
  .usernameHeaderFont {
    font-family: neuropol_x_rg;
    padding-left: 4px;
    text-transform: uppercase;
    font-size: 2.5vw;
    color: aliceblue; }
  .userDropDownContent {
    z-index: -1;
    width: 57vw;
    border-radius: 10%;
    background: #284353;
    border-color: transparent;
    margin-left: -15vw;
    margin-top: 25px;
    max-height: 262px; }
  .followbgnotification {
    background: #284353;
    margin-top: 1vh;
    width: 69vw;
    border: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: -18vw; }
  .openCloseNews {
    height: 22px;
    margin-top: 6px; }
  .headerGamingNews {
    background: #132029;
    margin-right: 1vw;
    text-align: center;
    border: 2px solid #a4dcfc;
    width: 66vw;
    height: 40px;
    margin-top: 6px; }
  .main-sidebar {
    width: 0vw; }
  .sidebar-bottom-menu-container {
    padding: 0px;
    bottom: 0px;
    position: absolute;
    width: 0vw;
    text-align: center; }
  .sidebarStartsFromActive {
    padding: 7% 7% 7% 7%;
    position: absolute;
    top: 23vh; }
  .content-wrapper {
    margin-top: 16vh; }
  .advertisementCard {
    display: none; }
  .gullyfriendsHeading {
    width: 60%; }
  .rightSideAnchors {
    font-size: 2vw;
    text-align: center;
    font-weight: bolder;
    padding: 0.09rem .6rem .6rem .6rem;
    height: 17px;
    color: #a4dcfc; }
  .rightSideAnchorsBorder {
    border-right: 0px solid; }
  .smallTopNavBar {
    background-image: url(../../images/header/smallNavsBg.png);
    background-size: 100% 100%; } }

@media screen and (max-width: 479px) {
  .navBgSmall {
    height: 96px;
    background: transparent; }
  .navInsideSmall {
    height: 64px; }
  .smallHeaderIconsMiddle {
    margin: auto;
    margin-top: auto;
    position: absolute;
    right: 11vw; }
  .svgDp {
    position: absolute;
    width: 100%; }
  .animatingDpSvg {
    margin-right: 0vw;
    margin-left: 1vw;
    cursor: pointer;
    margin-top: -8px; }
  .userDropDownBtn {
    margin-right: 0vw;
    cursor: pointer;
    width: auto;
    margin-left: 4vw; }
  .usernameHeaderFont {
    font-family: neuropol_x_rg;
    padding-left: 4px;
    text-transform: uppercase;
    font-size: 2.5vw;
    color: aliceblue; }
  .userDropDownContent {
    z-index: -1;
    width: 57vw;
    border-radius: 10%;
    background: #284353;
    border-color: transparent;
    margin-left: -15vw;
    margin-top: 25px;
    max-height: 262px; }
  .followbgnotification {
    background: #284353;
    margin-top: 1vh;
    width: 69vw;
    border: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: -18vw; }
  .openCloseNews {
    height: 22px;
    margin-top: 6px; }
  .headerGamingNews {
    background: #132029;
    margin-right: 1vw;
    text-align: center;
    border: 2px solid #a4dcfc;
    width: 66vw;
    height: 40px;
    margin-top: 6px; }
  .main-sidebar {
    width: 0vw; }
  .sidebar-bottom-menu-container {
    padding: 0px;
    bottom: 0px;
    position: absolute;
    width: 0vw;
    text-align: center; }
  .sidebarStartsFromActive {
    padding: 7% 7% 7% 7%;
    position: absolute;
    top: 23vh; }
  .content-wrapper {
    margin-top: 16vh; }
  .advertisementCard {
    display: none; }
  .gullyfriendsHeading {
    width: 60%; }
  .rightSideAnchors {
    font-size: 2vw;
    text-align: center;
    font-weight: bolder;
    padding: 0.09rem .6rem .6rem .6rem;
    height: 17px;
    color: #a4dcfc; }
  .rightSideAnchorsBorder {
    border-right: 0px solid; }
  .smallTopNavBar {
    background-image: url(../../images/header/smallNavsBg.png);
    background-size: 100% 100%; } }

@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0); } }

.main-sidebar {
  height: 100vh;
  margin-top: 0%;
  width: 0vw;
  position: fixed;
  margin-left: 0%; }

.sidebar-bottom-menu-container {
  padding: 0px;
  bottom: 0px;
  position: absolute;
  width: 0vw;
  text-align: center; }

.sidebar-menu > li > .SubSelectionSidebarLetters {
  padding-left: 0px;
  padding-right: 0px;
  font-family: neuropol_x_rg;
  color: #fff;
  font-size: 2vh;
  padding-bottom: 1vh;
  padding-top: 1.5vh;
  font-weight: 900; }

.SubSelectionSidebar {
  height: 6vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-47%, rgba(120, 180, 213, 0)), color-stop(63%, rgba(120, 180, 213, 0.5)), color-stop(134%, #fff));
  background: linear-gradient(to bottom, rgba(120, 180, 213, 0) -47%, rgba(120, 180, 213, 0.5) 63%, #fff 134%); }

.sidebarStartsFromActive {
  padding: 7% 7% 7% 7%;
  position: absolute;
  top: 15vh; }

.sidebar-menu > li > .paddingBtwBtnsActive {
  padding: 0px 0px 4% 0px;
  text-align: center; }

.sidebarBtns-active {
  width: 100%; }

.sidebarBtns {
  width: 60%; }

.inviteHeader {
  padding-top: 5%;
  font-family: neuropol_x_rg;
  color: #fff; }

.sidebarStartsFromActiveCollapsed {
  padding: 0px;
  position: fixed;
  top: 17vh;
  margin-left: 2vw;
  width: 8vw; }

.sidebar-bottom-menu-container-collapsed {
  padding: 0px;
  bottom: 0px;
  position: absolute;
  width: 6vw;
  text-align: center; }

.sidebarDownIcon {
  height: 100%; }

.makeTopSidebarLarge {
  top: 20%; }

.makeTopSidebarSmall {
  top: 21%; }

.font43 {
  font-size: 43px; }

.font50 {
  font-size: 50px; }

@font-face {
  font-family: Quish;
  src: url("/fonts/google/Quish.otf") format("opentype"); }

@font-face {
  font-family: neuropol_x_rg;
  src: url("/fonts/Neuropol x rg/neuropol x rg.ttf") format("opentype"); }

@font-face {
  font-family: Neuropol X;
  src: url("/fonts/Neuropol x rg/neuropol x rg.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-Bold;
  src: url("/fonts/Open Sans/OpenSans-Bold.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("/fonts/Open Sans/OpenSans-BoldItalic.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("/fonts/Open Sans/OpenSans-ExtraBold.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url("/fonts/Open Sans/OpenSans-ExtraBoldItalic.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-Italic;
  src: url("/fonts/Open Sans/OpenSans-Italic.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-Light;
  src: url("/fonts/Open Sans/OpenSans-Light.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-LightItalic;
  src: url("/fonts/Open Sans/OpenSans-LightItalic.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-Regular;
  src: url("/fonts/Open Sans/OpenSans-Regular.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-SemiBold;
  src: url("/fonts/Open Sans/OpenSans-SemiBold.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-SemiBoldItalic;
  src: url("/fonts/Open Sans/OpenSans-SemiBoldItalic.ttf") format("opentype"); }

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("/fonts/Open Sans/OpenSans-ExtraBold") format("opentype"); }

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("/fonts/Open Sans/OpenSans-ExtraBold") format("opentype"); }

@font-face {
  font-family: 'Bahnschrift-Regular';
  src: url("/fonts/bahnschrift-cufonfonts-webfont/BAHNSCHRIFT_1.woff") format("woff"); }

@font-face {
  font-family: 'century-gothiac';
  src: url("/fonts/century-gothic/CenturyGothic.ttf") format("ttf"); }

@font-face {
  font-family: 'lato';
  src: url("/fonts/lato.woff2") format("woff2"); }

@font-face {
  font-family: 'montserrat-regular';
  src: url("/fonts/montserrat-regular.woff") format("woff"); }

.bdr-rd-10 {
  border-radius: 10px; }

textarea.addaTextArea {
  height: 70px;
  background-color: rgba(80, 80, 80, 0.8);
  border-radius: 10px;
  color: white;
  border-color: transparent; }

.formcolor {
  background-color: #1e282c;
  color: #7a828b;
  border-color: #1e282c; }

.modalbg {
  background: rgba(0, 0, 0, 0.8); }

.contentdesign {
  background: #282828;
  border-radius: 20px; }

.headerline {
  border-bottom-color: transparent; }

.uploadbtn {
  background-color: #282828;
  color: #7a828b; }

#postModalc:hover,
#postModalc:focus,
#postModalc.active {
  color: #fff;
  text-decoration: none; }

.btn-addasend {
  background-color: #1c242a;
  font-size: 15px;
  color: #fff;
  margin-top: 0px;
  border-radius: 2px;
  -webkit-box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828b), color-stop(19%, #121115), color-stop(82%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #7a828b -71%, #121115 19%, #121115 82%, #7a828b 171%); }

.btn-addasend:hover,
.btn-addasend:focus,
.btn-addasend.active {
  background-color: #1c242a;
  /* padding: 8px; */
  /* margin: -3px; */
  color: #fff; }

.paperclipborder {
  border-right: 1px solid #1e282f; }

.darktheme {
  background-color: #282828; }

.showusername {
  margin-top: 1%; }

.post-option {
  padding: 9px;
  text-align: center; }

.description {
  overflow-wrap: break-word; }

#myCarousel {
  margin-left: 30px;
  margin-right: 30px; }

.carousel-control {
  top: 50%; }

.item {
  height: 450px;
  width: 100%; }

.item img {
  margin: 0 auto; }

.item iframe {
  height: 100%;
  margin: 0 auto;
  width: 100%; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  /* height: auto; */
  height: 100%;
  line-height: 1; }

.postItem {
  background-color: rgba(40, 40, 40, 0.5);
  border-radius: 10px; }

.postItemOptions {
  background-color: transparent; }

.postItemContent {
  margin-left: 6%; }

.iconcolor {
  color: #ffff;
  font-size: 26px; }

.reportscolor {
  color: red; }

.commentcolor {
  color: green; }

.setblock {
  border-right: 1px solid #443434;
  border-bottom: 1px solid #443434; }

.thums {
  color: #ffff;
  font-family: 'Source Sans Pro', sans-serif; }

.pt-5 {
  padding-top: 5px; }

.fontUsername {
  font-size: 21px; }

.startDesc {
  margin-left: 4%; }

.startTitle {
  margin-left: 4%;
  margin-top: 2%; }

.showaction {
  margin-top: 35%; }

ul .presentation {
  margin: 0px;
  list-style-type: none;
  height: 55px; }

.saysomethingA {
  isolation: isolate; }

.saysomethingB,
.saysomethingE {
  opacity: 0.7; }

.saysomethingC {
  opacity: 0.75; }

.saysomethingD {
  fill: #284353; }

.saysomethingE {
  fill: #305265; }

.saysomethingF {
  opacity: 0.85; }

.saysomethingG {
  fill: none;
  stroke: #a4dcfc;
  stroke-linejoin: round;
  stroke-width: 6px; }

.saySomethingTextAreaStyle {
  height: 37px;
  border-radius: 26px;
  width: 100%;
  background: #305265;
  padding: 2px 7px 0px 17px;
  font-size: 12px;
  resize: none;
  color: #a4dcfc;
  outline: 0px;
  border: 0px;
  font-weight: 700; }

.saySomethingTextAreaStyle::-webkit-input-placeholder {
  color: #a4dcfc;
  font-size: 12px;
  font-weight: 700; }

.saySomethingTextAreaStyle::-moz-placeholder {
  color: #a4dcfc;
  font-size: 12px;
  font-weight: 700; }

.saySomethingTextAreaStyle::-ms-input-placeholder {
  color: #a4dcfc;
  font-size: 12px;
  font-weight: 700; }

.saySomethingTextAreaStyle::placeholder {
  color: #a4dcfc;
  font-size: 12px;
  font-weight: 700; }

.actionQuickPostUi {
  height: 25px;
  margin-top: -45px;
  margin-left: 18px;
  margin-right: 10px; }

.actionQuickPostUiLounge {
  height: 35px;
  width: 76%; }

.actionMorePostUiLounge {
  width: 41%;
  height: 33px; }

.postsmallA {
  isolation: isolate; }

.postsmallB {
  opacity: 0.7; }

.postsmallC {
  opacity: 0.75;
  mix-blend-mode: multiply; }

.postsmallD {
  fill: #284353; }

.postA {
  isolation: isolate; }

.postB {
  opacity: 0.7; }

.postC {
  opacity: 0.75;
  mix-blend-mode: multiply; }

.postD {
  fill: #284353; }

.showcursorpointer {
  cursor: pointer; }

.postBg {
  background: rgba(40, 67, 83, 0.5);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414; }

.profilepicLookPostCol {
  text-align: center; }

.profilepicLookPostImg {
  height: 48px;
  border: 2px solid #a4dcfc;
  border-radius: 55px; }

.profilepicLookPostImgHeader {
  width: 32px;
  border: 2px solid #a4dcfc;
  border-radius: 55px; }

.startUserDetailsUi {
  margin-top: 1%;
  margin-bottom: 1%; }

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: transparent;
  color: #a4dcfc; }

.profileNameForNotification {
  font-size: 14px;
  padding-left: 9px;
  color: #7bceff;
  font-family: OpenSans-Bold; }

.profileNameForPost {
  font-size: 16px;
  padding-left: 9px;
  color: #7bceff;
  font-family: OpenSans-Bold; }

.timeUnderProfilePic {
  font-size: 9px;
  text-align: left;
  padding-left: 9px;
  color: #afafaf;
  font-family: OpenSans-SemiBold; }

.dropdownForPost {
  color: #a4dcfc; }

.postImagesContainerFour img {
  width: 100%; }

.postImagesContainerThree {
  width: 100%; }

.postImagesContainerThree img {
  width: 100%; }

.postImagesContainerTwo {
  width: 100%; }

.postImagesContainerTwo img {
  width: 100%; }

.postImagesContainerOne {
  width: 100%;
  background: transparent; }

.postImagesContainerOne img {
  max-width: 100%; }

@media (max-width: 767px) {
  .postImagesContainerOne {
    height: 230px;
    width: 100%; } }

.postActionImg {
  height: 22px; }

.postActionAlignProp {
  text-align: center; }

.modal-content {
  border: 2px solid #a4dcfc;
  background: #132029;
  border-radius: 5px;
  color: #a4dcfc; }

.bluegg {
  color: #a4dcfc; }

.custom-comment-modal {
  max-height: 100vh;
  overflow: scroll; }

body {
  padding-right: 0px !important;
  overflow: none; }

nav {
  padding-right: 0px !important; }

.modal-open {
  overflow-y: auto; }

.countofPost {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0.3rem; }

.removeBtnProps {
  background: transparent;
  border: 0px; }

.timerFont {
  font-size: 0.7rem; }

.commentModalContent {
  max-width: 50vw;
  height: 100%;
  margin: auto; }

.commentFullBox {
  border: 1px solid grey;
  margin-bottom: 1%; }

.commentReplyWidth {
  width: 100%; }

.postDropDownDesign {
  background-color: #78b3d4;
  border: 0px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 9px black;
  box-shadow: 0px 3px 9px black;
  padding-right: 20px;
  min-width: 300px; }

.postDropDownDesign a {
  padding: .2rem 0.6rem; }

.nav > li > .dropdownThreeDot:hover,
.nav > li > .dropdownThreeDot:active,
.nav > li > .dropdownThreeDot:focus {
  color: #2e3f48; }

.dropDownLoungeFont {
  font-size: 0.79999rem;
  padding-left: 5%;
  color: #2e3f48;
  font-family: OpenSans-SemiBold; }

.cls-1-block {
  fill: #2e3f48;
  fill-rule: evenodd; }

.morePostModal {
  max-width: 41vw;
  height: 100%;
  margin: auto; }

.modal {
  background: rgba(0, 0, 0, 0.7); }

.morePostBox {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 0px;
  background: #132029; }

.morePostBody {
  padding: 1.7rem 0.24rem; }

.morePostDescription {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  resize: none;
  background: #305265;
  color: #7bceff;
  border: 0px;
  font-size: 13px;
  padding: .475rem .85rem;
  font-weight: 700; }

.morePostDescription:focus {
  background: #305265;
  color: #7bceff;
  font-size: 13px; }

.morePostDescription::-webkit-input-placeholder {
  color: #7bceff;
  font-size: 12px;
  font-weight: 700; }

.morePostDescription::-moz-placeholder {
  color: #7bceff;
  font-size: 12px;
  font-weight: 700; }

.morePostDescription::-ms-input-placeholder {
  color: #7bceff;
  font-size: 12px;
  font-weight: 700; }

.morePostDescription::placeholder {
  color: #7bceff;
  font-size: 12px;
  font-weight: 700; }

.imagePostContainer {
  text-align: right; }

.imageBtnPost {
  width: 20%; }

.svgAttach {
  width: 6%; }

.attachText {
  padding: 1rem 0.6rem 0.2rem 0.3rem;
  font-size: 12px;
  font-weight: 900;
  color: #a4dcfc;
  text-shadow: 1px 0 #a4dcfc;
  letter-spacing: 1px;
  font-weight: bold; }

.imageSelectedStyle {
  bottom: 0px;
  position: absolute;
  /* right: 15%; */
  bottom: 20px;
  /* left: 15%; */
  z-index: 10;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  color: #fff;
  text-align: center;
  height: 100%;
  right: 0px;
  width: 100%;
  left: 0px;
  top: 0px; }

.closeSingleImagePost {
  color: #a4dcfc;
  font-size: 23px; }

.imagePreviewMorePost {
  height: 15vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fa .removeImageIconMorePost {
  font-size: 2.3rem; }

.spanOR {
  font-size: 1.4rem;
  font-weight: 900;
  color: #7bceff; }

.spanShareWith {
  font-size: 0.8rem;
  font-weight: 900;
  color: #7bceff; }

.postBtnStyle {
  background: #7bceff;
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
  width: auto; }

.btn:active {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }

.btn:hover {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }

.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }

.publicPrivateFont {
  font-size: 0.8rem;
  font-weight: 900; }

.lockTopBorder {
  border-top: 3px solid black;
  margin-top: 5%;
  padding-top: 0.7rem;
  padding-bottom: 0.1rem; }

.btnPostStyles {
  margin-bottom: 1%; }

.postActionAlignProp li a {
  padding: 0.2rem 0.2rem; }

.shareDroper {
  padding: 0px;
  border: 0px;
  background: #78b3d4;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 8px black;
  box-shadow: 0px 2px 8px black; }

.shareImageContainer {
  width: 33.33%;
  text-align: center; }

.postActionImgShare {
  height: 25px; }

.postimageCol {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px; }

.postImagesContainerFour {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border: 0px; }

.photosShowFour {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0; }

.photosShowFourMain {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  margin-left: 0px; }

.photosShowFour img {
  display: block;
  margin: 0 auto;
  height: 200px; }

.photosShowFourMain img {
  display: block;
  margin: 0 auto;
  margin-top: -100px; }

.postImagesContainerFourList {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  border: 0px; }

.postImagesContainerFourList .photosShowFourMain img {
  display: block;
  margin: 0 auto;
  height: 500px;
  width: 100%; }

.postImagesContainerFourSmallList {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  border: 0px; }

.photosShowFourListSmall img {
  display: block;
  margin: 0 auto;
  height: 321px;
  width: 100%; }

.photosShowFourListSmall {
  width: 600px;
  position: absolute;
  left: 0%;
  top: 0;
  margin-top: -49px;
  margin-left: -50px; }

.postImagesContainerThreeSmallList {
  width: 100%;
  height: 225px;
  overflow: hidden;
  position: relative;
  border: 0px; }

.photosShowThreeListSmall img {
  display: block;
  margin: 0 auto;
  height: 321px;
  width: 100%; }

.photosShowThreeListSmall {
  width: 600px;
  position: absolute;
  left: 0%;
  top: 0;
  margin-top: -49px;
  margin-left: -50px; }

.photosShowThree {
  width: 500px;
  position: absolute;
  left: 0%;
  top: 0;
  margin-left: -100px; }

.photosShowThree img {
  display: block;
  margin: 0 auto;
  height: 285px; }

.carouselImgSIze {
  max-height: 75vh; }

.carouselImgCenter {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%; }

.imageWidthMax {
  max-width: 75vw;
  margin: auto; }

.imageCenteredMain {
  -ms-flex-item-align: center;
  align-self: center; }

.makeNextPrevFixed {
  position: fixed; }

.mynewclassclose {
  position: absolute;
  margin: 0;
  top: -3%;
  right: 1%;
  opacity: 0.9;
  color: #a4dcfc; }

.prevNextCarousel {
  width: 6%;
  right: 5%; }

.nextPrevCarousel {
  width: 6%;
  left: 5%; }

.mynewclasscloseForMorePost {
  margin-top: -4%;
  opacity: 0.9;
  color: #a4dcfc;
  margin-bottom: 2%; }

.close:not(:disabled):not(.disabled):hover {
  color: #a4dcfc;
  border: 0px;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus {
  color: #a4dcfc;
  border: 0px;
  text-decoration: none;
  outline: none; }

.attachContainer {
  width: 60%; }

.favouriteSpace {
  padding-left: 5%;
  text-transform: uppercase;
  padding-right: 1%; }

.favouriteImage {
  width: 19px;
  margin-left: 2%; }

.postImageMore {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.moreImageClick {
  font-size: 1.2rem;
  color: #fff; }

.moreImageCount {
  font-size: 2rem;
  color: #fff; }

.postUsernameAlignment {
  margin-top: .7%; }

.postDescriptionFont {
  font-size: 14px;
  font-family: OpenSans-SemiBold;
  font-weight: 100;
  text-align: justify;
  white-space: pre-line; }

.dropdownDotFont {
  color: #a4dcfc; }

.dropdownDotFont:hover,
.dropdownDotFont:active,
.dropdownDotFont:focus {
  outline: none;
  color: #a4dcfc; }

.shareCreateScroller {
  max-height: 55vh;
  overflow-y: auto; }

.quickPostFixedScroller {
  top: 65px;
  display: none; }

.quickPostClanFixedScroller {
  top: 65px;
  display: none; }

.animatedArrow {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
  color: #fff; }

@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px); } }

@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px); } }

.postCreateOpener {
  display: none; }

.postCreateShower {
  display: block; }

.gggreen {
  color: #64ff00; }

.timeNear3Dot {
  font-size: 10px;
  color: #afafaf;
  font-family: OpenSans-SemiBold;
  margin-top: 5px; }

.eachSocialIcons {
  padding: 2px; }

.commentPostModal {
  max-width: 40vw;
  height: 100%;
  margin: auto; }

.commentImageFirstHalf {
  border-right: 1px dotted grey; }

.emojionearea,
.emojionearea.form-control {
  border-radius: 20px;
  resize: none;
  background-color: #305265;
  border: 0px; }

.commentProfilePic {
  height: 27px;
  border: 2px solid #a4dcfc;
  border-radius: 55px;
  width: 27px; }

.profileCommentPadding {
  padding-right: 0px;
  padding-left: 0px; }

.padd-0 {
  padding-right: 0px;
  padding-left: 6px; }

.commentCards {
  background-color: #3c5f73;
  border-radius: 20px;
  width: 100%; }

.commentCardBody {
  padding: .8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem; }

.commentBoxUserName {
  font-size: 13px;
  color: #7bceff;
  font-family: OpenSans-Bold; }

.commentBoxComments {
  font-size: 12px;
  font-family: OpenSans-SemiBold;
  color: #fff; }

.commentActionImg {
  height: 19px; }

.commentReplyFont {
  font-size: 12px;
  margin-top: 0%; }

.subCommentMargin {
  margin-left: 3%; }

.mainCommentDiv {
  padding-left: 1%; }

.profilepicLookCommentImg {
  height: 30px;
  border: 2px solid #a4dcfc;
  border-radius: 55px; }

.profileNameForComment {
  font-size: 13px;
  padding-left: 9px;
  color: #7bceff;
  font-family: OpenSans-Bold; }

.commentDropDownDesign {
  background-color: #78b3d4;
  border: 0px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 9px black;
  box-shadow: 0px 3px 9px black;
  padding-right: 14px;
  min-width: 133px; }

.setHeightComment {
  height: 60vh; }

.countofCommentLike {
  font-size: 11px;
  margin-bottom: 0; }

.subCommentWidth {
  width: 100%; }

.setPostHeight {
  height: 15vh;
  height: 15vh;
  overflow-y: auto; }

.modalCommentBox {
  max-height: 65vh;
  overflow-y: auto; }

.justify {
  text-align: justify; }

.tncModalWidth {
  max-width: 76vw; }

.tncMainHeadingModal {
  font-size: 16px;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: OpenSans-Bold; }

.tncSubHeadingModal {
  font-size: 15px;
  font-family: OpenSans-SemiBold; }

.tncParaModal {
  font-size: 13px;
  text-align: justify; }

.bgTransparent {
  background: transparent; }

.moreImageScrollContainer {
  width: 100%;
  overflow-x: auto; }

.postImageMorePost {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.eachMorePostImage:hover .postImageMorePost {
  opacity: 1; }

.socialMediaIcon {
  height: 30px;
  width: 30px; }

.morePostModalImageFromGalleryCard {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0px; }

.tagCommentStyle {
  height: 100%;
  border-radius: 15px;
  background: transparent;
  color: #7bceff;
  border: 0px; }

#toast-container > .toast-success {
  border-radius: 40px; }

button.toast-close-button {
  padding-top: 10px; }

#toast-container > .toast-error {
  border-radius: 40px; }

#toast-container > .toast-warning {
  border-radius: 40px; }

.attachIconStyle {
  height: 20px; }

.notifreceived {
  -webkit-filter: drop-shadow(0px 0px 4px white);
  filter: drop-shadow(0px 0px 4px white); }

.makeastextarea {
  height: 0px;
  width: 500px;
  word-break: break-word; }

.quickPostFixed {
  position: fixed;
  height: 12vh;
  width: 57.1%;
  border-radius: 20px;
  z-index: 1;
  margin-left: 3vw;
  background: #284353;
  -webkit-box-shadow: 2px 3px 6px #171414;
  box-shadow: 2px 3px 6px #171414; }

.makeQuickPostFixedMargin {
  margin-top: 13.5vh; }

@media (min-width: 981px) and (max-width: 1280px) {
  .quickPostFixed {
    position: fixed;
    height: 10vh;
    width: 57.1%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 3vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; }
  .userImageSaySomething {
    width: 11%;
    position: absolute;
    /* left: 0px; */
    right: 93.5%;
    bottom: 0px;
    top: 7%;
    height: 88%; } }

@media (min-width: 1281px) and (max-width: 1440px) {
  .quickPostFixed {
    position: fixed;
    height: 10vh;
    width: 57.1%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 3vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; }
  .userImageSaySomething {
    width: 9%;
    position: absolute;
    /* left: 0px; */
    right: 94.5%;
    bottom: 0px;
    top: 4%;
    height: 93%; } }

@media (min-width: 1441px) and (max-width: 1680px) {
  .quickPostFixed {
    position: fixed;
    height: 11vh;
    width: 57.1%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 3vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; }
  .userImageSaySomething {
    width: 9%;
    position: absolute;
    /* left: 0px; */
    right: 94.5%;
    bottom: 0px;
    top: 6%;
    height: 88%; } }

@media (min-width: 1681px) and (max-width: 1920px) {
  .quickPostFixed {
    position: fixed;
    height: 10vh;
    width: 57.1%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 3vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; }
  .userImageSaySomething {
    width: 10%;
    position: absolute;
    /* left: 0px; */
    right: 94.5%;
    bottom: 0px;
    top: 7%;
    height: 87%; } }

@media (min-width: 1921px) {
  .quickPostFixed {
    position: fixed;
    height: 11vh;
    width: 57.1%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 3vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; }
  .userImageSaySomething {
    width: 11%;
    position: absolute;
    /* left: 0px; */
    right: 94%;
    bottom: 0px;
    top: 5%;
    height: 86%; } }

.morePostDescription::-webkit-inner-spin-button,
.morePostDescription::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.imageMainOne {
  height: 53vh;
  background: transparent;
  border: 0px; }

.imageMainOneAnchor {
  height: 100%;
  text-align: center; }

.fixedAll {
  position: fixed; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .quickPostFixed {
    position: fixed;
    height: 10vh;
    width: 83.1%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 7vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; }
  .userImageSaySomething {
    width: 18%;
    position: absolute;
    /* left: 0px; */
    right: 88.5%;
    bottom: 0px;
    top: 7%;
    height: 88%; }
  .actionMorePostUiLounge {
    width: 100%;
    height: 33px; }
  .actionQuickPostUiLounge {
    height: 35px;
    width: 100%; } }

@media screen and (max-width: 479px) {
  .quickPostFixed {
    position: fixed;
    height: 10vh;
    width: 83.1%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 7vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; }
  .userImageSaySomething {
    width: 18%;
    position: absolute;
    /* left: 0px; */
    right: 88.5%;
    bottom: 0px;
    top: 7%;
    height: 88%; }
  .actionMorePostUiLounge {
    width: 100%;
    height: 33px; }
  .actionQuickPostUiLounge {
    height: 35px;
    width: 100%; } }

.selectRightBarMargin {
  margin-bottom: 6%; }

.rightSideImageSize {
  width: 70%; }

.dividerSidebar {
  width: 69%;
  border-top: 2px solid #a4dcfc;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: .5rem;
  margin-top: .5rem; }

.pad-0 {
  padding: 0px !important; }

.gullyfriendsHeading {
  width: 60%; }

.yellow-gg {
  color: #ede361; }

.textRight {
  text-align: right; }

.textLeft {
  text-align: right; }

.onlineList {
  color: #a4dcfc;
  font-size: 12px; }

@media (min-width: 1300px) {
  .rightSideAnchors {
    font-size: .6vw;
    text-align: center;
    font-weight: bolder;
    padding: 0.09rem .6rem .6rem .6rem;
    height: 17px;
    color: #a4dcfc; }
  .rightSideAnchorsBorder {
    border-right: 2px solid; }
  .sidebarCard {
    width: 11.5%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 17vh;
    text-align: center;
    right: 10.5vw;
    padding: 0px; }
  .sidebarCardForPost {
    width: 11.5%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 12vh;
    text-align: center;
    right: 10.5vw;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 1200px) and (max-width: 1299px) {
  .rightSideAnchors {
    font-size: .6vw;
    text-align: center;
    font-weight: bolder;
    padding: 0.09rem .6rem .6rem .6rem;
    height: 17px;
    color: #a4dcfc; }
  .rightSideAnchorsBorder {
    border-right: 2px solid; }
  .sidebarCard {
    width: 11.5%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 17vh;
    text-align: center;
    right: 10.5vw;
    padding: 0px; }
  .sidebarCardForPost {
    width: 11.5%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 12vh;
    text-align: center;
    right: 10.5vw;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .rightSideAnchors {
    font-size: .6vw;
    text-align: center;
    font-weight: bolder;
    padding: 0.09rem .6rem .6rem .6rem;
    height: 17px;
    color: #a4dcfc; }
  .rightSideAnchorsBorder {
    border-right: 2px solid; }
  .sidebarCard {
    width: 11.5%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 17vh;
    text-align: center;
    right: 10.5vw;
    padding: 0px; }
  .sidebarCardForPost {
    width: 11.5%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 12vh;
    text-align: center;
    right: 10.5vw;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 768px) and (max-width: 991px) {
  .rightSideAnchors {
    font-size: .6vw;
    text-align: center;
    font-weight: bolder;
    padding: 0.09rem .6rem .6rem .6rem;
    height: 17px;
    color: #a4dcfc; }
  .rightSideAnchorsBorder {
    border-right: 2px solid; }
  .sidebarCard {
    width: 11.5%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 17vh;
    text-align: center;
    right: 10.5vw;
    padding: 0px; }
  .sidebarCardForPost {
    width: 11.5%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 12vh;
    text-align: center;
    right: 10.5vw;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 576px) and (max-width: 767px) {
  .sidebarCard {
    width: 0%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 17vh;
    text-align: center;
    right: -10vw;
    padding: 0px; }
  .sidebarCardForPost {
    width: 0%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 12vh;
    text-align: center;
    right: -10vw;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 575px) {
  .sidebarCard {
    width: 0%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 17vh;
    text-align: center;
    right: -10vw;
    padding: 0px; }
  .sidebarCardForPost {
    width: 0%;
    background: transparent;
    position: fixed;
    border: 0px;
    margin-top: 12vh;
    text-align: center;
    right: -10vw;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.postOpenerFont {
  width: 50%; }

.forumOpenerFont {
  width: 70%; }

.advertisementCard {
  width: 12%;
  background: transparent;
  position: fixed;
  border: 0px;
  margin-top: 8vh;
  text-align: center;
  right: 0vw;
  padding: 0px; }

.bannerAdvContainer {
  height: 34vh;
  padding: 0px; }

.adImg {
  height: 100%;
  margin: 3px; }

.adGap {
  margin-bottom: 14px; }

.carousel.vertical .carousel-inner {
  height: 100%; }

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  left: 0; }

.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0; }

.carousel.vertical .next,
.carousel.vertical .active.right {
  top: 100%; }

.carousel.vertical .prev,
.carousel.vertical .active.left {
  top: -100%; }

.contentbg {
  background-color: rgba(0, 0, 0, 0.4); }

.box.box-primary {
  border-top-color: rgba(0, 0, 0, 0.4); }

.followbg {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 7%; }

.popoverrow {
  width: 350px; }

.popoverul {
  width: 100%; }

.popoverbox {
  width: 70%; }

.bgpopover {
  background-color: rgba(0, 0, 0, 0.2); }

.searchWidth {
  width: 100%; }

.center-show {
  display: block;
  margin-right: auto;
  text-align: center; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 350px;
  height: 264%; }

.hoverimage {
  width: 100%; }

.hoverbox {
  text-align: center; }

.popover.right > .arrow {
  top: 1%;
  left: -11px;
  margin-top: 0px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.imageprofile {
  border: 4px solid #ddd;
  border-radius: 4px;
  width: 100%;
  padding: 1%;
  -webkit-filter: drop-shadow(2px 1px 3px gray);
  filter: drop-shadow(2px 1px 3px gray); }

.profileusername {
  padding-top: 75%;
  color: white;
  font-weight: 700; }

.profileusername:hover {
  padding-top: 75%;
  color: white;
  font-weight: 700;
  text-decoration: underline; }

.profileimagebox {
  background: rgba(0, 0, 0, 0.7);
  border-top: 0px; }

.profileconnections {
  text-align: center; }

.profileaddressbox {
  background: rgba(0, 0, 0, 0.9);
  border-top: 0px;
  margin-top: -1%; }

.profilecardborder {
  border-right: 1px solid; }

.profileactionbtns {
  margin-top: 100%; }

.btn-yellow-profile {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #d6da00), color-stop(56%, #c2991b), color-stop(90%, #f6c46d));
  background: linear-gradient(to bottom, #d6da00 6%, #c2991b 56%, #f6c46d 90%);
  color: #1c1c1c;
  text-shadow: -1px 0px 18px #ffd308, 0 0 2em rgba(76, 65, 65, 0.2), 0 0 1.2em #ffd308; }

.post-holder-body {
  background: #28282880;
  color: #ddd;
  width: 76%;
  border-radius: 5px;
  left: 0%;
  padding: 10px; }

.target-post-image {
  height: 100px;
  width: auto; }

.target-post-card {
  border: 2px solid gray;
  border-radius: 5px;
  margin: 10px; }

.popover-content {
  width: 20vw; }

.saysomethingDNew {
  fill: #3a6884; }

.connectionBg {
  background: #284353;
  border-radius: 7px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  position: fixed;
  width: 61.1%;
  z-index: 1000; }

.tabDownCard {
  top: 121px;
  background: transparent; }

.connectionsFont {
  font-size: 1vw; }

.profilecardborder {
  border-right: 1px solid;
  background: transparent;
  border: 0px; }

.connectionSvg {
  width: 100%; }

.network-nav-tabs .nav-link.active {
  font-size: 11px;
  background: rgba(40, 67, 83, 0.5);
  border: 0px;
  color: #7bceff;
  font-family: neuropol_x_rg;
  -webkit-box-shadow: 0px 1px 5px #171414;
  box-shadow: 0px 1px 5px #171414;
  font-size: 13px; }

.network-nav-tabs .nav-link {
  font-size: 11px;
  color: #fff;
  font-family: neuropol_x_rg; }

.network-nav-tabs {
  border-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(120, 180, 213, 0)), color-stop(61%, rgba(120, 180, 213, 0.5)), color-stop(185%, rgba(120, 180, 213, 0.9)));
  background: linear-gradient(to bottom, rgba(120, 180, 213, 0) 6%, rgba(120, 180, 213, 0.5) 61%, rgba(120, 180, 213, 0.9) 185%); }

.subConnections .nav-link.active {
  color: black;
  background-color: #a4dcfc;
  border-radius: 10px;
  font-family: Neuropol X;
  font-size: 11px; }

.subConnections .nav-link {
  color: #fff;
  font-family: Neuropol X;
  font-size: 11px; }

.networkTabsContent {
  background: rgba(40, 67, 83, 0.5);
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414; }

.networkCard {
  background: transparent; }

.networkTabsContent {
  height: 60vh;
  overflow-y: auto; }

.eachConnectionTabs {
  border: 1px solid #284353; }

.clanImageBackgroundHomeConnection {
  height: 17vh; }

.clanRequestBorder {
  border: 1px solid #284353; }

.clanCollapseHeader {
  background: #a4dcfc; }

.overflowHidden {
  overflow: hidden; }

/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  perspective: 600px; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  color: #fff;
  background: #ffd308;
  position: relative;
  border-radius: 3px;
  margin: 0 auto; }

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0; }

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em; }

.md-content > div p {
  margin: 0;
  padding: 10px 0; }

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px; }

.md-content > div ul li {
  padding: 5px 0; }

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em; }

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0; }

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0; }

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1; }

/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0; }

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1; }

/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0; }

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1; }

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1; }

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c; }

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent; }

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0; }

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out; }

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1; }

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1; }

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5); }

.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px); }

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0; }

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%); }

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s; }

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden; }

.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in; }

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(-200px); } }

@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px); } }

.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0; }

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s; }

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden; }

.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in; }

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out; } }

@keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0; }

.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s; }

@media screen and (max-width: 32em) {
  body {
    font-size: 75%; } }

/* General Demo Style */
/* Main Content */
.main {
  max-width: 69em; }

.column {
  float: left;
  width: 50%;
  padding: 0 2em;
  min-height: 300px;
  position: relative; }

.column:nth-child(2) {
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1); }

.column p {
  font-weight: 300;
  font-size: 2em;
  padding: 0;
  margin: 0;
  text-align: right;
  line-height: 1.5; }

.md-button {
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px; }

.black-text {
  color: black; }

@media screen and (max-width: 46.0625em) {
  .column {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 1em; }
  .column p {
    text-align: left;
    font-size: 1.5em; }
  .column:nth-child(2) {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); } }

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] {
  position: absolute;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item {
  font-size: 14px;
  padding: 1px 3px;
  border: 0; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 1.8em;
  padding: 0 1.54em 0 .615em;
  color: #4f4f4f; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item.active, .dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item:hover {
  background-color: #e4e4e4; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item.active a, .dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item:hover a {
  color: #333; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: 0 5px .2ex 0;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

.emojionearea-text .emojioneemoji, .emojionearea-text [class*=emojione-] {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

.emojionearea, .emojionearea * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.emojionearea.emojionearea-disable {
  position: relative;
  background-color: #eee;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.emojionearea.emojionearea-disable:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
  position: absolute;
  background-color: #eee; }

.emojionearea, .emojionearea.form-control {
  display: block;
  position: relative !important;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.emojionearea.focused {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.emojionearea .emojionearea-editor {
  display: block;
  height: auto;
  min-height: 8em;
  max-height: 15em;
  overflow: auto;
  padding: 6px 24px 6px 12px;
  line-height: 1.42857143;
  font-size: inherit;
  color: #555;
  background-color: transparent;
  border: 0;
  cursor: text;
  margin-right: 1px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.emojionearea .emojionearea-editor:empty:before {
  content: attr(placeholder);
  display: block;
  color: #BBB; }

.emojionearea .emojionearea-editor:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.emojionearea .emojionearea-editor .emojioneemoji, .emojionearea .emojionearea-editor [class*=emojione-] {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

.emojionearea.emojionearea-inline {
  height: 34px; }

.emojionearea.emojionearea-inline > .emojionearea-editor {
  height: 32px;
  min-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 12px;
  right: 24px;
  padding: 6px 0; }

.emojionearea.emojionearea-inline > .emojionearea-button {
  top: 4px; }

.emojionearea .emojionearea-button {
  z-index: 5;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.emojionearea .emojionearea-button:hover {
  opacity: 1; }

.emojionearea .emojionearea-button > div {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.emojionearea .emojionearea-button > div.emojionearea-button-open {
  background-position: 0 -24px;
  filter: alpha(enabled=false);
  opacity: 1; }

.emojionearea .emojionearea-button > div.emojionearea-button-close {
  background-position: 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: alpha(Opacity=0);
  opacity: 0; }

.emojionearea .emojionearea-button.active > div.emojionearea-button-open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: alpha(Opacity=0);
  opacity: 0; }

.emojionearea .emojionearea-button.active > div.emojionearea-button-close {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  filter: alpha(enabled=false);
  opacity: 1; }

.emojionearea .emojionearea-picker {
  background: #FFF;
  position: absolute;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  height: 276px;
  width: 316px;
  top: -15px;
  right: -15px;
  z-index: 90;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.emojionearea .emojionearea-picker.hidden {
  display: none; }

.emojionearea .emojionearea-picker .emojionearea-wrapper {
  position: relative;
  height: 276px;
  width: 316px; }

.emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 91; }

.emojionearea .emojionearea-picker .emojionearea-filters {
  width: 100%;
  position: absolute;
  z-index: 95;
  background: #F5F7F9;
  padding: 0 0 0 7px;
  height: 40px; }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
  display: block;
  float: left;
  height: 40px;
  width: 32px;
  padding: 7px 1px 0;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active {
  background: #fff; }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active, .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > i {
  width: 24px;
  height: 24px;
  top: 0; }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > img {
  width: 24px;
  height: 24px;
  margin: 0 3px; }

.emojionearea .emojionearea-picker .emojionearea-search-panel {
  height: 30px;
  position: absolute;
  z-index: 95;
  top: 40px;
  left: 0;
  right: 0;
  padding: 5px 0 5px 8px; }

.emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones {
  float: right;
  margin-right: 10px;
  margin-top: -1px; }

.emojionearea .emojionearea-picker .emojionearea-tones-panel .emojionearea-tones {
  position: absolute;
  top: 4px;
  left: 171px; }

.emojionearea .emojionearea-picker .emojionearea-search {
  float: left;
  padding: 0;
  height: 20px;
  width: 160px; }

.emojionearea .emojionearea-picker .emojionearea-search > input {
  outline: 0;
  width: 160px;
  min-width: 160px;
  height: 20px; }

.emojionearea .emojionearea-picker .emojionearea-tones {
  padding: 0;
  width: 120px;
  height: 20px; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone {
  display: inline-block;
  padding: 0;
  border: 0;
  vertical-align: middle;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  position: relative; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0:after {
  background-color: #ffcf3e; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1:after {
  background-color: #fae3c5; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2:after {
  background-color: #e2cfa5; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3:after {
  background-color: #daa478; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4:after {
  background-color: #a78058; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5:after {
  background-color: #5e4d43; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: transparent; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone.active:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone {
  width: 16px;
  height: 16px;
  margin: 0 2px; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone.active:after {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  -webkit-box-sizing: initial;
  box-sizing: initial; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:before, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category:before, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:before {
  content: " ";
  clear: both;
  display: block; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone:after {
  border-radius: 100%; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after {
  border-radius: 1px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area {
  height: 236px;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  padding: 0 0 5px; }

.emojionearea .emojionearea-picker .emojionearea-search-panel + .emojionearea-scroll-area {
  height: 206px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-emojis-list {
  z-index: 1; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title {
  display: block;
  font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #b2b2b2;
  background: #FFF;
  line-height: 20px;
  margin: 0;
  padding: 7px 0 5px 6px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block {
  padding: 0 0 0 7px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category {
  padding: 0 !important; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area [class*=emojione-] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  width: 24px;
  height: 24px;
  top: 0; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  float: left;
  display: block;
  margin: 1px;
  padding: 3px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn:hover {
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: pointer; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
  float: left;
  display: block;
  width: 24px;
  height: 24px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img.lazy-emoji {
  filter: alpha(Opacity=0);
  opacity: 0; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters {
  top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area {
  bottom: 0; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-scroll-area {
  top: 40px; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-search-panel {
  top: initial;
  bottom: 0; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-filters {
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-scroll-area {
  top: 0; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-search-panel, .emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-scroll-area {
  top: initial;
  bottom: 40px; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-search-panel {
  top: 0; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
  margin-top: -286px;
  right: -14px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -49px;
  bottom: -10px;
  right: 20px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -80px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-left, .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
  margin-right: -326px;
  top: -8px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  width: 10px;
  height: 19px;
  background-position: 0 -60px;
  top: 13px;
  left: -10px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-left.emojionearea-filters-position-bottom .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: right -60px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  margin-top: 10px;
  right: -14px;
  top: 47px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -100px;
  top: -10px;
  right: 20px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -90px; }

.emojionearea .emojionearea-button.active + .emojionearea-picker {
  filter: alpha(enabled=false);
  opacity: 1; }

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
  margin-top: -269px; }

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-left, .emojionearea .emojionearea-button.active + .emojionearea-picker-position-right {
  margin-right: -309px; }

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-bottom {
  margin-top: -7px; }

.emojionearea.emojionearea-standalone {
  display: inline-block;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }

.emojionearea.emojionearea-standalone .emojionearea-editor {
  min-height: 33px;
  position: relative;
  padding: 6px 42px 6px 6px; }

.emojionearea.emojionearea-standalone .emojionearea-editor::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  bottom: 4px;
  border-left: 1px solid #e6e6e6; }

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder .emojioneemoji {
  opacity: .4; }

.emojionearea.emojionearea-standalone .emojionearea-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

.emojionearea.emojionearea-standalone .emojionearea-button > div {
  right: 6px;
  top: 5px; }

.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  right: 23px; }

.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  top: 15px; }

.emojionearea .emojionearea-button > div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABuCAYAAADMB4ipAAAHfElEQVRo3u1XS1NT2Rb+9uOcQF4YlAJzLymFUHaLrdxKULvEUNpdTnRqD532f+AHMLMc94gqR1Zbt8rBnUh3YXipPGKwRDoWgXvrYiFUlEdIkPPYZ/dAkwox5yQCVt/bzRrBPnt9e+211/etFeDQDu3ArL+/X37OeqmRWoH7+vpItfWawStF1tfXR+zW9xW5ne0p8loOcAKuCdwpRft60C8a+X5zTvebCqcAvmidf1GGHtqhHdpf1qqKzsrKipyensbi4iKWl5cBAMFgEG1tbYhGo2hpadlbmxseHpaDg4MAgI6ODng8HgBAPp/H/Pw8AODatWvo7e2tvUHrui7v3r2L+fl5XL58GVeuXIHH49m1N5/Py0ePHmF0dBQdHR24desWVFXdtYdXAn/48CHm5+dx8+ZNRKPRigEUDpuenpb3799H4YaOnWh5eVmOj48jFoshGo0STdPkwMCAXF5elqV7BgYGpKZpMhqNklgshrGxMbx580Y6gicSCTDGEIvFAADpdBqpVArJZLK4J5lMIpVKIZ1OAwBisRgYY0gkEs6Rp1IphMNh+Hw+AgCGYQAANE0r7in8Xfjm8/lIOBzGq1evnMHX19fR1NRU/D8UCoFzjnA4XFwLh8PgnCMUChXXmpqakM1mUfVBS62xsZHk83lZWi1nz579ZA0AhBDO4A0NDchkMsWSJIRAURRiVy26rktVVUkmk0EgEHAGP3XqFKamppDP56Vpmrhz5w5u374t/X4/OP+w3TRNZLNZ6LoO0zSRz+dlf38/Ll686Jzz8+fPQwiBeDwOt9tNrl+/jkwmU6yaQpVkMhncuHEDbrebxONxCCEQiUScIw8Gg+TBgwdyZGQEyWRSdnV1kVQqJYeGhrC6ugrGGEKhEHp7e3Hy5EmSTCblvXv30NPTg2AwSA6M/vF4HCMjI7b0/yzh8vv9AIBsNrt34aokuQsLC7skt729varkHtqftUFf++FHsrq0QN3eBvp68Tfvf9Mv12oFCYU7G//e9nVuO7dpNbe2W4M//yQr0p8yRvyBo1Zr++lwLcCt7afD/sBRizJGavrB1dDYYh47Htrq+Kb7jBNwxzfdZ44dD201NLaYVUkU7ozQpuAJBkARwnRZpunN5zaa5hJjiXLH05GeiMd7JEM5zzHGNQBGZvk/Iv0yYVWMvK0zKk1Dl6ahW5RQobjqdjy+wEZn9PKF0n2d0csXPL7AhuKq26GECtPQLdPQZVtn1LlB69p7yRVVSEiDEGJwRd12e4+8PR3piRQidnuPvOWKuk0IMSSkwRVV6Np7WVVbSqvGsgSnlKkAFNPQXdrOtuKqcxtcUTUAhmUJnVJmlleJo3CVHmAaOlPUOmYJkxFKibQsSRkXhr4juKIKO2BHVSwcoLrqCVdUYho6K3YYRRWmoUtdey/tgKtK7rUffiQAsLq08MnbNLe2WwBgB/zHzueFyD8nwlIfbvdx8eU0WV1aKD1cVAMs9+F2j9gUPEEKemEJIe3AnXy4XfkBoNKSZHNthWfX31EA69VKttyHVyIOY1wRwmS6tqNsrr31vXo5k/bUu4gT2cp9lhbm0rzCJpeUUrE0vS63+c7/6uXMbDUWl/ssLczNFrVFddUT09AZpUy1LKvO0DVfPrfR9HxqfNbuEe185l9MFX3o6tIC5YpKFLWOfdQQ93Zu49j0+FDCDtjOp1yaOQCYhs4Y40wI05XfWj8yPT40Ua2ey33mEmMTtp2IUEq0nW3FKeJPGPjRp1Iz2QUuLUu66txG9NLVSK3gBZ+C1lcE54oqKOOCK6rm8QU2unu+u1ANuNynvFsBAG1ubbdMQ5eGviMAFDuP0w3sfMpvQEtb24fOQncU1bXl8R7JnOu+ZNv97XxKJwY6+PNPsrm13drObVqUMlMIU5OWpVHOc96Go5lTnV2fzC/VfAozD7HTCa6olBBa1Imlhbmq2lLuQ5xaW6nCPfnln0Yt7bDUhzhps8cfKH5//uTXmvS81OeLdqI/ZoROzSZrHqG/OvOPzxuhK5VgJTvV2bW3EdqJRABwrvvS/kfoSkoZvXT1YEbociHr7vnuYEfogpBFL109HKH/h0fomnXg3Lff79r7/MmvVbWG7gX4QObzc99+Tz7mHKah05KcW6ahQ9feS6cbMCdgt7eBWJagjCuUAC5tZzuouuo0Spm0hElc9R4cbf4bVl8v1p6WUmCuqEwIs34ruxaeeTy4uJVd67As08UVlVmWoG5vA7FLG3WMmHEupVTyW+vh2cn4DADMTsaTuc21LiGEhzHOnQ6gNtMrJSBMCKHkNt999WLi0S7hejEZH81n174WpukiIMw0dKq66p3Bw50RwhUVXFGJKUy28Xal48VkfKrSlWenhsc23q2cEB9SR7iiItwZIbbgHn8AlDFCCMW7laXjqZnHjkNpaubJzNuVpWZCKChjxOMPVH/QlaW0f/G3ZLqWWl6ce/bvlddp7yFD/w8Z+njoX1+GoZMjgzMAMDkyeLAMnRh+uKveJ0YGD4ahEyODFRk6OfrL/hj67GnckaHPng7vjaGzyYmaGDr77KktQ38H8tqx8Wja+WIAAAAASUVORK5CYII=) !important; }

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-repeat: no-repeat;
  background-position: 20px 4px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAC/v79T5hyIAAAAAXRSTlMAQObYZgAAABNJREFUCNdjYGNgQEb/P4AQqiAASiUEG6Vit44AAAAASUVORK5CYII=) !important; }

.hide-bullets {
  list-style: none; }

.carousel-control .glyphicon-chevron-left {
  margin-left: -65px;
  color: #ffd408; }

.carousel-control .glyphicon-chevron-right {
  margin-right: -65px;
  color: #ffd408; }

.imagemodal {
  background-color: transparent;
  border: 0px;
  width: 50vw; }

.carousel-control {
  top: 19%; }

.imagefit {
  display: block;
  max-width: 54%;
  height: auto;
  margin-top: 15%;
  margin-left: 13%; }

.likesize {
  font-size: 10px; }

.thumsupwhitecolor {
  color: #fff; }

.thumsupyellowcolor {
  color: #ffd408; }

.modalsize {
  max-width: 100vw;
  height: 100%;
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.signupbg {
  background-color: rgba(36, 36, 34, 0.9);
  border-radius: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.signuptag {
  color: #ffd408;
  font-family: 'Quish';
  font-size: 61px;
  font-weight: 700; }

.formlabel {
  color: #fff;
  padding-top: 7%; }

.formtag {
  border-radius: 22px;
  border-color: #837b3a;
  height: 20%;
  background-color: #837b3a; }

.signup100-form-btn {
  font-size: 16px;
  color: #ffd408;
  text-shadow: -1px 0px 18px #ffd308, 0 0 2em rgba(76, 65, 65, 0.2), 0 0 1.2em #ffd308;
  line-height: 1.2;
  text-transform: uppercase;
  background: #121115;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  width: 30%;
  height: 40px;
  border-radius: 20px; }

.unamestyle {
  text-align: center;
  color: #ffd408;
  font-family: 'Quish';
  font-size: 48px;
  font-weight: 700; }

.emailstyle {
  text-align: center;
  color: #f6c46d;
  font-family: 'Quish';
  font-size: 30px;
  font-weight: 700; }

.signupAgreementText {
  font-size: 13px; }

.signupagreementScroll {
  height: 70vh;
  overflow-y: scroll; }

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

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

.makeSignUpCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 81vh; }

.signUpProfilePic {
  text-align: center;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.signupBg {
  background-image: url("/images/signup/BG.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.signupBox {
  background: rgba(0, 0, 0, 0.6);
  padding: 3% 13%; }

.signupBoxContainer {
  border-radius: 8px; }

.signInputModal {
  background: rgba(31, 31, 31, 0.8) !important; }

@media (min-width: 1200px) {
  .signupBoxContainer {
    padding: 1% 18%; }
  .signupFirstHalfContainer {
    padding-top: 6%; }
  .signLetStart {
    font-size: 2vw; }
  .signinAvatarContainer {
    border-radius: 50%;
    padding: 14%;
    background-color: #141414; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .signupBoxContainer {
    padding: 1% 15%; }
  .signupFirstHalfContainer {
    padding-top: 6%; }
  .signLetStart {
    font-size: 2vw; }
  .signinAvatarContainer {
    border-radius: 50%;
    padding: 14%;
    background-color: #141414; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .signupBoxContainer {
    padding: 1% 10%; }
  .signupFirstHalfContainer {
    padding-top: 3%;
    margin-bottom: 8%; }
  .signLetStart {
    font-size: 3vw; }
  .signinAvatarContainer {
    border-radius: 50%;
    padding: 9%;
    background-color: #141414; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .signupBoxContainer {
    padding: 1% 1%; }
  .signupFirstHalfContainer {
    padding-top: 3%;
    margin-bottom: 8%; }
  .signLetStart {
    font-size: 3.5vw; }
  .signinAvatarContainer {
    border-radius: 50%;
    padding: 9%;
    background-color: #141414; } }

@media (max-width: 575.98px) {
  .signupBoxContainer {
    padding: 1% 1%; }
  .signupFirstHalfContainer {
    padding-top: 3%;
    margin-bottom: 8%; }
  .signLetStart {
    font-size: 3.5vw; }
  .signinAvatarContainer {
    border-radius: 50%;
    padding: 9%;
    background-color: #141414; } }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-button-icon-only {
  text-indent: 0; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

.img-request {
  height: 64px;
  margin: 13%; }

.requestBox {
  border: 1px solid #f4f4f4;
  margin: 5%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.acceptbtns {
  background-color: #ffd408;
  font-size: 11px;
  color: black; }

.rejectbtns {
  background-color: #000106;
  font-size: 11px; }

.marginselects {
  margin-top: 12%; }

.marginselectsbtn {
  margin-top: 23%; }

.activeStyle {
  background: rgba(0, 0, 0, 0); }

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: rgba(0, 0, 0, 0); }

.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: black;
  color: #fff; }

.marginselectspending {
  padding-top: 20%;
  color: #fff; }

.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
  color: #fff; }

.loadmorebtn {
  margin: 4%;
  color: #ffd408;
  text-shadow: -1px 0px 18px #ffd308, 0 0 2em rgba(76, 65, 65, 0.2), 0 0 1.2em #ffd308;
  border-radius: 20px;
  background-color: #121115; }

.acceptorRejecterFont {
  font-size: 56px; }

.acceptorConnections {
  width: auto;
  margin-right: 16px;
  background: #7bceff; }

.rejectorConnections {
  width: auto;
  margin-right: 16px;
  background: #000106; }

.requestPendingFont {
  font-size: 50px;
  color: #fff;
  margin-top: 60px;
  margin-right: 10px; }

.cancelorBtn {
  width: 237px;
  height: 130px;
  padding-top: 4px;
  margin-right: 16px;
  background: grey;
  font-size: 56px; }

.ublockerRejecterFont {
  font-size: 40px; }

.ublockerConnections {
  width: 181px;
  height: 100px;
  padding-top: 18px;
  margin-right: 16px;
  background: red; }

.market-post {
  top: 30PX;
  width: 83%;
  background-color: #c7ae2be0;
  border-radius: 5px;
  padding: 15px; }

.btn-market-post {
  background-color: #1c242a;
  font-size: 15px;
  color: #bebcb0;
  margin-top: 0px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828b), color-stop(19%, #121115), color-stop(82%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #7a828b -71%, #121115 19%, #121115 82%, #7a828b 171%); }

.btn-market-post:hover,
.btn-market-post:focus,
.btn-market-post.active {
  background-color: #1c242a;
  /* padding: 8px; */
  /* margin: -3px; */
  margin-right: -3px;
  color: #db9733;
  margin-top: 0px;
  border-radius: 2px;
  -webkit-box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828b), color-stop(19%, #121115), color-stop(82%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #7a828b -71%, #121115 19%, #121115 82%, #7a828b 171%); }

.center-market-upload {
  background-color: #232629; }

.btns-market-upload {
  float: right;
  border: 2px solid gray;
  color: gray;
  background-color: #1c242a;
  font-size: 15px;
  color: #bebcb0;
  margin-top: 0px;
  border-radius: 2px;
  -webkit-box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #7a828b), color-stop(19%, #121115), color-stop(82%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #7a828b -71%, #121115 19%, #121115 82%, #7a828b 171%);
  height: 35px;
  width: 50px; }

.btns-market-upload:hover,
.btns-market-upload:active,
.btns-market-upload:focus {
  background-color: #1c242a;
  float: right;
  margin-right: -3px;
  color: #db9733;
  margin-top: 0px;
  border-radius: 2px;
  -webkit-box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.2);
  height: 35px;
  width: 50px; }

.market-upload-img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 3px;
  border: 3px solid #c6c6c6; }

.market-upload-pre {
  background-color: #c6c6c6;
  height: 100%;
  top: 5px;
  border-radius: 5px;
  width: 100%;
  border: 2px solid white; }

.market-upload-choose {
  margin-top: 10px;
  height: 100px;
  border-radius: 5px; }

.push-bottom {
  position: relative;
  top: 90px;
  left: 8px; }

.market-input {
  height: 35px;
  border-radius: 5px;
  margin-top: 15px;
  border-top: 2px solid black;
  width: 100%; }

.market-input-search {
  height: 25px;
  border-radius: 5px;
  margin-top: 15px;
  border-top: 2px solid black;
  width: 100%; }

.market-input-textarea {
  height: 75px;
  border-radius: 5px;
  margin-top: 15px;
  border-top: 2px solid black;
  width: 100%; }

.label-market {
  color: #c6c6c6;
  padding-left: 20px; }

.market-sponsered-ad {
  height: 425px;
  top: 30PX;
  width: 83%;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  background-color: #c6c6c6; }

.market-add-img {
  height: 155px;
  top: 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  overflow: hidden; }

.market-add-img-all {
  height: 155px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  overflow: hidden; }

.btn-market-ad {
  padding-top: 10px;
  background-color: #1c242a;
  font-size: 15px;
  color: #bebcb0;
  left: 30%;
  margin-top: 10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #272623), color-stop(29%, #decd1cdb), color-stop(62%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #272623 -1%, #decd1cdb 29%, #121115 62%, #7a828b 171%); }

.btn-market-ad:hover,
.btn-market-ad:focus,
.btn-market-ad.active {
  background-color: #1c242a;
  /* padding: 8px; */
  /* margin: -3px; */
  margin-right: -3px;
  left: 30%;
  color: #d6b82f;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 9px 0 #83ab83a1;
  box-shadow: 0 15px 9px 0 #83ab83a1; }

.ad-item-name {
  margin-top: 5px;
  font-size: 15px; }

.ad-item-name-non {
  margin-top: 5px;
  font-size: 15px; }

.ad-item-desc {
  margin-top: 10px;
  overflow: hidden; }

.ad-item-desc-non {
  margin-top: 10px;
  overflow: hidden; }

.carousel-control {
  color: #000000;
  top: -27% !important; }

.ad-align {
  padding-top: 15px; }

.ad-label {
  padding-top: 2%;
  padding-left: 10%; }

.ad-link {
  float: right; }

.market-upload-img-all {
  margin: 0 auto;
  width: auto;
  height: 100%;
  padding: 3px;
  border: 3px solid #c6c6c6; }

.filter-input {
  background-color: #c6c6c6;
  height: 25px;
  border-radius: 5px;
  margin-top: 15px;
  border-top: 2px solid black;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 4px !important;
  padding-right: 4px !important; }

.market-ad-imgbox {
  top: 0%; }

.filter-sidebarcard {
  background: #212020;
  border-radius: 5px;
  height: auto;
  margin-top: 15%;
  padding: 15px; }

.filter-controls {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #c6c6c6;
  background-image: none;
  border-top: 2px solid #eec408;
  border-radius: 5px; }

.filter-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #c6c6c6;
  background-image: none;
  border-top: 2px solid #eec408;
  border-radius: 5px; }

.filter-label {
  color: #d6b82f;
  width: 100%; }

.filter-btn {
  padding-top: 10px;
  font-size: 15px;
  color: #bebcb0;
  margin-top: 10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #272623), color-stop(29%, #decd1cdb), color-stop(62%, #121115), color-stop(171%, #7a828b));
  background: linear-gradient(to bottom, #272623 -1%, #decd1cdb 29%, #121115 62%, #7a828b 171%); }

.image-cover-fit {
  -o-object-fit: cover;
  object-fit: cover; }

.market-sponsered-product {
  top: 30PX;
  width: 83%;
  background-color: #c6c6c6;
  border-radius: 5px;
  padding: 15px; }

.market-all-products {
  top: 30PX;
  width: 83%;
  background-color: #c6c6c6;
  border-radius: 5px;
  padding: 15px;
  display: flow-root; }

.filter-sidebarcard-filter-items {
  background: #c6c6c61a;
  border-radius: 5px;
  height: auto;
  margin-top: 8%;
  padding: 15px; }

.filter-sidebarcard-filter {
  background: #c6c6c61a;
  border-radius: 5px;
  height: 368px;
  padding: 15px; }

.float-forth {
  background: transparent;
  position: relative;
  left: -1%;
  bottom: 60px;
  float: right; }

.float-back {
  position: relative;
  bottom: 60px;
  background: transparent;
  float: left; }

.filter-prise {
  margin-top: 10px; }

.filter-apply {
  top: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #f1e109), color-stop(19%, #08e6e638), color-stop(82%, #08e6e638), color-stop(171%, #f1e109));
  background: linear-gradient(to bottom, #f1e109 -71%, #08e6e638 19%, #08e6e638 82%, #f1e109 171%); }

.filter-apply:active,
.filter-apply:hover,
.filter-apply:focus {
  top: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-71%, #08e6e638), color-stop(19%, #f1e109), color-stop(82%, #f1e109), color-stop(171%, #08e6e638));
  background: linear-gradient(to bottom, #08e6e638 -71%, #f1e109 19%, #f1e109 82%, #08e6e638 171%); }

.center-fix {
  top: 0%; }

.navigation {
  position: absolute;
  border: none;
  padding: 0;
  background-color: rgba(35, 35, 35, 0.8);
  height: 34px;
  width: 34px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  top: 176px;
  z-index: 10; }

.navigation:visited {
  text-decoration: none; }

.navigation-hover {
  height: 50px;
  width: 50px;
  top: 168px; }

.navigation:active {
  text-decoration: none; }

.navigation:focus {
  outline: none; }

.navigation:first-of-type {
  left: 0px; }

.navigation:last-of-type {
  right: 10px; }

.market-upload-pre-product {
  height: 60%;
  top: 5px;
  border-radius: 5px;
  width: 100%;
  border: 2px solid black; }

.capitalize {
  text-transform: capitalize; }

div.image-delete {
  position: relative;
  float: left;
  margin: 5px; }

div.image-delete:hover img {
  opacity: 0.3; }

div.image-delete:hover span {
  display: block; }

div.image-delete span {
  position: absolute;
  display: none; }

div.show-image span.delete {
  left: 79%; }

.icon-delete-color {
  color: red;
  font-size: 18px; }

.icon-delete-color:hover {
  cursor: pointer; }

.imageSet {
  height: 100px;
  width: 100%; }

.rialtoImageMainCard {
  height: 28vh;
  border: 0px;
  -webkit-box-shadow: 1px 2px 15px #171414, 1px 1px 0px #171414;
  box-shadow: 1px 2px 15px #171414, 1px 1px 0px #171414; }

.rialtoImageMainCardBanner {
  height: auto;
  background: transparent;
  border: 0px;
  -webkit-box-shadow: 1px 2px 15px #171414, 1px 1px 0px #171414;
  box-shadow: 1px 2px 15px #171414, 1px 1px 0px #171414; }

.rialtoImageMainImage {
  height: 100%; }

.object_fit {
  -o-object-fit: cover;
  object-fit: cover; }

.rialtoFeaturedHeading {
  background: transparent;
  border: 0px;
  margin-top: 2%;
  margin-bottom: 2%; }

.featureEachCard {
  margin-top: 8%;
  margin-bottom: 8%;
  border: 0px;
  background: transparent; }

.rialtoEachTab {
  width: 50%; }

.nav-pills .rialtoEachTab .nav-link.active {
  background: transparent; }

.rialtoTab > .active {
  background: transparent;
  border: 0px;
  border-radius: 0px; }

.classifiedDescriptionBox {
  background: transparent;
  color: #fff;
  padding: 0.9rem; }

.classifiedDescriptionFont {
  font-size: 9px; }

.classifiedImage {
  border-radius: 15px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover; }

.classifiedImageNew {
  border-radius: 15px;
  height: 132px;
  -o-object-fit: cover;
  object-fit: cover; }

.rialtoTab {
  min-height: 250px; }

.citiesModal {
  max-width: 50vw;
  height: 100%;
  margin: auto; }

.open-sans {
  font-family: OpenSans-SemiBold; }

.city-change-button {
  float: right; }

.viewAllCities {
  font-size: 10px; }

.viewAllCities:hover {
  text-decoration: underline; }

.font12 {
  font-size: 12px; }

.filterCitiesUi {
  width: 100%;
  background: #305265;
  border: 0px;
  top: -1px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  max-height: 30vh;
  overflow-y: auto;
  min-height: 0vh; }

.searchDroper {
  font-size: 13px; }

.searchDroper.active,
.searchDroper:active {
  color: #a4dcfc;
  text-decoration: none;
  background-color: transparent; }

.searchDroper:focus,
.searchDroper:hover {
  color: #a4dcfc;
  text-decoration: none;
  background-color: transparent; }

.mainCard {
  min-width: 24%;
  margin-right: 5px;
  padding: 2px;
  margin: 2px; }

.productScrollContainer {
  width: 100%;
  overflow-x: hidden; }

.nextProduct {
  font-size: 32px; }

.card-0 {
  background: transparent;
  border: 0px; }

.productsBg {
  min-height: 82vh;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.productImageFull {
  background: transparent;
  border: 0px;
  height: 45vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.productSideListingImage {
  height: 7vh;
  background: transparent;
  border: 0px; }

.height100 {
  height: 100%; }

.productSubImage {
  height: 47px; }

.eachListsubImage {
  padding: .3rem .7rem;
  height: 115px;
  padding-bottom: 0px;
  padding-top: 0px; }

.imageActiveBorder {
  border: 4px solid #f04b4c; }

.imageBorder {
  border: 1px solid #fff; }

.productNameFont {
  font-size: 25px;
  color: #fff;
  font-family: neuropol_x_rg;
  line-height: 1.2;
  text-transform: capitalize; }

.productDescriptionCard {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 15vh; }

.priceFont {
  font-size: 35px;
  font-family: OpenSans-Regular;
  color: #fff; }

.forDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dateFontProducts {
  font-size: 12px;
  font-family: OpenSans-Light;
  color: #fff; }

.userNameProductFont {
  font-size: 16px;
  color: #7bceff;
  font-family: OpenSans-Bold; }

.productLocation {
  font-size: 14px;
  font-family: OpenSans-Regular;
  color: #fff;
  text-align: justify; }

.forRemoveWhiteSpace {
  white-space: normal; }

.productDetailsCard {
  border: 0px;
  border-radius: 0px;
  background: transparent; }

.hrProductHeader {
  border-top: 3px solid #7bceff; }

.bidandreservedfont {
  font-size: 12px;
  color: #fff;
  font-family: neuropol_x_rg; }

.bidIncrementHeaderProduct {
  padding: 0rem 0rem;
  border: 0px; }

.bidIncrementBodyProduct {
  padding: .5rem;
  background: #284353; }

.bidIncrementContainer {
  background: transparent;
  border: 0px; }

.bidincrementpricefont {
  font-size: 16px;
  font-family: OpenSans-Regular;
  color: #fff; }

.transparent {
  background: transparent; }

.mybidcard {
  border: 0px;
  background: transparent; }

.mybidcardbody {
  background: #284353; }

.chatBoxFixedHeight {
  height: 70vh;
  overflow: hidden; }

.chatBoxUserListingCard {
  height: 56vh;
  background: transparent;
  overflow-y: auto;
  border-right: 1px solid grey; }

.cardwithNoBorders {
  border: 0px;
  border-radius: 0px; }

.cardChatterHeaderMain {
  background: #78b4d5;
  height: 64px;
  border-top-right-radius: 20px; }

.chatterHeaderFixedHeight {
  height: 64px; }

.chatBoxWidthAdmin {
  max-width: 64vw; }

.chatUsersListBody {
  padding: 0.5rem; }

.eachChatListUsers {
  border-bottom: 1px solid #f1efef; }

.profilepicLookChatImg {
  height: 34px;
  border: 2px solid #a4dcfc;
  border-radius: 55px; }

.chatCardFooterInputBox {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 7px; }

.chatBoxChatListingCard {
  height: 56vh;
  background: #f1efef;
  border-right: 1px solid grey; }

.cardChatListAdmin {
  height: 49vh;
  overflow-y: auto;
  background: #f1efef;
  border: 0px;
  border-radius: 0px; }

.eachChatterFrom {
  color: white;
  padding: 10px 15px;
  line-height: 10px;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 90%;
  position: relative;
  margin-top: 10px;
  background: #78b4d5; }
  .eachChatterFrom:after {
    bottom: 100%;
    left: 3%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #78b4d5;
    border-width: 10px; }

.eachChatterYou {
  color: white;
  padding: 10px 15px;
  line-height: 10px;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 90%;
  position: relative;
  margin-top: 10px;
  background: #fff; }
  .eachChatterYou:after {
    bottom: 100%;
    right: 3%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px; }

.chatterCommentFonts {
  font-size: 13px;
  color: black; }

.timeUnderProfilePicChat {
  font-size: 9px;
  text-align: left;
  padding-left: 9px;
  color: grey;
  font-family: OpenSans-SemiBold; }

.textAlignRight {
  text-align: right; }

.table-gg-blue {
  background: rgba(40, 67, 83, 0.7);
  color: #fff; }

.table-gg-blue > thead > tr > th {
  border-bottom: 0px;
  background: #a4dcfc;
  color: black; }

.filterCard {
  width: 54%;
  position: fixed;
  border: 0px;
  /* margin-top: 16vh; */
  /* text-align: center; */
  /* right: 11px; */
  padding: 0px;
  background: #434f56;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  /* bottom: 0px; */
  left: 20vw;
  z-index: 3;
  margin-top: 27vh; }

.filterMarketBtn {
  background: #7bceff;
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
  width: auto; }

.table > .wishlistHeader > tr > td {
  border-top: 0px;
  border-bottom: 1px solid #7bceff; }

.filterCardIcon {
  width: auto;
  /* position: absolute; */
  border: 0px;
  /* margin-top: 16vh; */
  /* text-align: center; */
  /* right: 11px; */
  padding: 0px;
  background: #7bceff;
  /* bottom: 6px; */
  /* left: 18vw; */
  /* height: 6%; */
  /* width: 3%; */
  border-radius: 0%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  width: 70px;
  height: 30px;
  border-radius: 3px; }

.text-area-wrap {
  white-space: pre-wrap; }

.filterIcon {
  font-size: 20px;
  color: #fff; }

.searchRialtoBtn {
  background: #7bceff;
  font-weight: 900;
  color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

.searchBorder {
  border: 1px solid #7bceff; }

.descriptionCard {
  background: #284353; }

#filterContent {
  display: none; }

.carouselTopBid {
  font-size: 10px;
  /* border-radius: 4px; */
  background-color: #dd4b39;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  top: 0px;
  right: 0px; }

.carouselTopBidClosed {
  font-size: 10px;
  /* border-radius: 4px; */
  background-color: grey;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  top: 0px;
  right: 0px; }

.wishlistTaggerColor {
  font-size: 12px;
  color: #bbb1b1;
  padding-top: 18%; }

.rialtoDesc {
  text-align: justify;
  font-size: 14px;
  color: #bfc3c5; }

.moreRialtoDesc {
  border-bottom: 1px dotted #284353; }

.ggBlack {
  background: #284353; }

.eachMoreColumnProduct {
  padding: 5px;
  padding-top: 11px; }

.highestBid {
  background: grey;
  padding-top: 5px; }

.carousel-indicators li {
  width: 8px; }

.forCaptiongg {
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 0px;
  width: 100%;
  height: 100%; }

.bahnschriff-font {
  font-family: 'Bahnschrift-Regular'; }

.ggArenaYellow {
  color: #fec134; }

.ggarenaCard {
  background: transparent;
  border: 0px; }

.banneronegg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.font42 {
  font-size: 42px; }

.csoonStyle {
  position: absolute;
  bottom: 84%;
  right: 0; }

.arenaGamingPic {
  -ms-flex-item-align: center;
  align-self: center;
  width: 57%; }

.startDivArena {
  position: absolute;
  bottom: 2%;
  left: 1.5%; }

.btnArena {
  background: #fec134;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /* padding-left: 1.5rem;
    padding-right: 1.5rem; */
  -webkit-box-shadow: 1px 1px 2px 1px #524b4b;
  box-shadow: 1px 1px 2px 1px #524b4b;
  padding: .175rem 2.85rem; }

.btnArenaTournaments {
  background: #a4dcfc;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /* padding-left: 1.5rem;
    padding-right: 1.5rem; */
  -webkit-box-shadow: 1px 1px 2px 1px #524b4b;
  box-shadow: 1px 1px 2px 1px #524b4b;
  padding: .175rem 2.85rem; }

.endDivArena {
  position: absolute;
  bottom: 0%; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.gggrey {
  color: #bbb1b1; }

.profile_settings {
  background-color: #d4d4d4de;
  position: relative;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 9px 9px 0 #b5b025b5;
  box-shadow: 0 9px 9px 0 #b5b025b5; }

.settings-head {
  padding: 30px 30px 20px;
  color: #272727; }

.settings-content {
  color: black;
  padding-bottom: 20px; }

.privacy-settings {
  top: 30PX;
  width: 100%;
  background-color: #e9b3b3;
  padding: 15px;
  border-bottom: 3px solid #0400ff;
  position: static; }

.private-content {
  top: 30PX;
  width: 80%;
  background-color: #ffffff;
  padding: 15px;
  position: relative; }

.m2r {
  margin-left: 38% !important; }

.main-card-head {
  background-color: #ffffff;
  margin-bottom: 2%; }

.main-body {
  padding: 30px; }

.card-settings {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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; }

.tab-nav-settings {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin: 0;
  overflow: auto;
  -webkit-box-shadow: inset 0 -2px 0 0 #d8d5d5;
  box-shadow: inset 0 -2px 0 0 #d8d5d5;
  width: 100%;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 3px solid #0400ff; }

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.settings-card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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;
  width: 100%; }

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

.settings-card-body {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
  padding: 1.25rem !important;
  font-family: Poppins-Regular !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #666666 !important;
  margin: 0px !important; }

.top-space {
  margin-top: 5%; }

.settings-card-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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;
  width: 100%; }

.privacy-control {
  border: 1px solid #dedede;
  border-radius: 2px;
  float: right;
  margin-top: 2px; }

.privacy-control:hover, .privacy-control:active {
  border: 1px solid #dedede;
  border-radius: 2px;
  float: right;
  margin-top: 2px;
  background-color: #f5f5f5; }

.info-control {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 30px; }

.info-label {
  top: 4px; }

.main-info-heads {
  color: #3696f3;
  font-weight: bold;
  font-size: 15px; }

body {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.514);
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../../images/loader.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

.target-user-data {
  color: #3f8dbc;
  font-size: 15px;
  font-family: serif; }

.settingsTabsContent .active {
  background: rgba(40, 67, 83, 0.5);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  min-height: 40vh; }

.settings-nav-tabs .nav-link.active {
  background: rgba(40, 67, 83, 0.5);
  border: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #7bceff;
  font-family: Neuropol X;
  -webkit-box-shadow: 0px -1px 2px #171414;
  box-shadow: 0px -1px 2px #171414;
  font-size: 0.8vw; }

.settings-nav-tabs .nav-link {
  color: #fff;
  font-family: Neuropol X;
  font-size: 0.8vw; }

.settings-nav-tabs {
  border: 0px; }

.settings-nav-tabs > li > a:hover {
  color: #fff;
  font-size: 0.8vw; }

.settings-nav-tabs .nav-link:focus, .settings-nav-tabs .nav-link:hover {
  border-color: transparent; }

.settingsCard {
  min-height: 40vh;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px; }

.eachPrivacyFont {
  color: #fff;
  font-family: OpenSans-SemiBold;
  font-size: 13px;
  padding-top: 5%; }

.forSelectSettings {
  background: transparent;
  color: #fff;
  border: 0px;
  width: auto;
  padding: 0px;
  font-size: 12px; }

.form-control .forSelectSettings :focus {
  background: transparent;
  color: #fff;
  border: 0px;
  width: auto;
  padding: 0px;
  font-size: 12px; }

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle, .checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px; }

.toggle {
  position: relative;
  overflow: hidden; }

.toggle input[type=checkbox] {
  display: none; }

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left .35s;
  -webkit-transition: left .35s;
  -moz-user-select: none;
  -webkit-user-select: none; }

.toggle.off .toggle-group {
  left: -100%; }

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0; }

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0; }

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px; }

.toggle.btn {
  min-width: 59px;
  min-height: 34px; }

.toggle-on.btn {
  padding-right: 24px; }

.toggle-off.btn {
  padding-left: 24px; }

.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px; }

.toggle-on.btn-lg {
  padding-right: 31px; }

.toggle-off.btn-lg {
  padding-left: 31px; }

.toggle-handle.btn-lg {
  width: 40px; }

.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px; }

.toggle-on.btn-sm {
  padding-right: 20px; }

.toggle-off.btn-sm {
  padding-left: 20px; }

.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px; }

.toggle-on.btn-xs {
  padding-right: 12px; }

.toggle-off.btn-xs {
  padding-left: 12px; }

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
  border-radius: 20px; }

.toggle.ios .toggle-handle {
  border-radius: 20px; }

.clearNotificationsFont {
  font-size: 11px;
  font-weight: 900; }

.clearNotificationsContainer {
  text-align: right; }

.clearNotificationsFont:not([href]):not([tabindex]):hover {
  text-decoration: underline; }

.notificationProfileImage {
  height: 30px;
  border-radius: 40px;
  border: 2px solid #a4dcfc; }

.notificationTimeFont {
  font-size: 0.68vw;
  color: #fff;
  text-align: right; }

.notificationCards {
  background: rgba(40, 67, 83, 0.5);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  color: #a4dcfc;
  margin-bottom: 1%;
  padding: 1%; }

.postBtnStyleClose {
  background: gray;
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
  width: auto;
  margin-right: 1%; }

.hidden-100 {
  height: 30px !important; }

.chat-ui-container {
  background-color: #f3f3f3;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border-top: 2px solid #747774; }

.container {
  max-width: 1170px;
  margin: auto; }

img {
  max-width: 100%; }

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4; }

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden; }

.top_spac {
  margin: 20px 0 0; }

.recent_heading {
  float: left;
  width: 40%; }

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; }

.headind_srch {
  padding: 15px 30px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #505050;
  background-color: #f7f9fa; }

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto; }

.srch_bar input {
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none; }

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px; }

.srch_bar .input-group-addon {
  margin: 0 0 0 -27px; }

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0; }

.chat_ib h5 span {
  font-size: 13px;
  float: right; }

.chat_ib p {
  font-size: 14px;
  color: #989898;
  margin: auto; }

.chat_img {
  float: left;
  width: 11%; }

.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%; }

.chat_people {
  overflow: hidden;
  clear: both; }

.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px; }

.inbox_chat {
  height: 550px;
  overflow-y: scroll; }

.active_chat {
  background: #ebebeb; }

.incoming_msg_img {
  display: inline-block;
  width: 6%; }

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%; }

.received_withd_msg p {
  background: #dcb6c5 none repeat scroll 0 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #000000;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%; }

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0; }

.received_withd_msg {
  width: 57%;
  overflow: auto;
  overflow-wrap: break-word; }

.mesgs {
  float: left;
  padding-top: 37px;
  width: 60%;
  height: 613px;
  background-color: #ffffff; }

.sent_msg p {
  background: #dcf8c6 none repeat scroll 0 0;
  font-size: 14px;
  margin: 0;
  color: #000;
  padding: 5px 10px 5px 12px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.outgoing_msg {
  overflow: hidden;
  margin: 6px 0 10px;
  padding-right: 15px;
  overflow-wrap: break-word; }

.sent_msg {
  float: right;
  width: 46%; }

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 35px;
  width: 100%;
  background-color: #c3cac5;
  border-radius: 30px;
  padding-left: 15px; }

.type_msg {
  border-top: 1px solid #2b4df3;
  position: relative;
  padding: 10px;
  width: 100%;
  background-color: #eeeeee;
  top: 11px; }

.msg_send_btn {
  background: #2b4df3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  /* right: 10px; */
  cursor: pointer;
  font-size: 17px;
  /* height: 34px; */
  position: absolute;
  /* right: 11px; */
  /* top: 10px; */
  /* width: 34px; */ }

.messaging {
  padding: 65px 0 50px 0; }

.msg_history {
  height: 516px;
  overflow-y: auto; }

.client-message-body {
  float: left;
  padding-top: 30px;
  width: 100%;
  height: 613px;
  background-color: #c1c1c1; }

.chat-message-body {
  float: left;
  padding-top: 30px;
  width: 100%;
  height: 450px;
  background-color: #e5ddd5; }

.client-msg_history {
  height: 353px;
  overflow-y: auto; }

.msg_write textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 35px;
  width: 100%;
  background-color: #c3cac5;
  border-radius: 30px;
  padding-left: 15px; }

.view_user_chat:hover {
  cursor: pointer; }

.profile-image {
  width: 30px;
  height: 30px;
  border-radius: 15px; }

.forumbox {
  background-color: #2a2a30; }

.tablehead {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #29292e), color-stop(331%, #fff), color-stop(107%, #29292e));
  background: linear-gradient(to bottom, #29292e 44%, #fff 331%, #29292e 107%); }

.forumtable > tbody > tr > td {
  border: 1px solid rgba(70, 70, 70, 0.7); }

.forumtable > thead > tr > th {
  border: 1px solid #37343e; }

.forumtable {
  border: 1px solid #37343e; }

.text-greys {
  color: #bfbcbc; }

.forumtitle {
  color: #ffd408; }

.forumtitle:hover, .forumtitle:active, .forumtitle:focus {
  text-decoration: underline;
  color: #ffd408; }

.forumyellow {
  color: #ffd408; }

.categoriesforums {
  background: #ffd408;
  color: black; }

.t1 {
  width: 2%; }

.t2 {
  width: 30%; }

.t3 {
  width: 3%; }

.t4 {
  width: 3%; }

.t5 {
  width: 9%; }

.t6 {
  width: 9%; }

.t11 {
  width: 3%; }

.imagefits {
  display: block;
  max-width: 75%;
  height: 38px;
  margin-left: 36%; }

.fontUsernames {
  font-size: 14px; }

.subComments {
  border-top: 1px solid #adacb1;
  border-left: 1px solid #adacb1; }

.hrcolor {
  border-top: 1px solid #37343e; }

.makecontentscrolladble {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh; }

.makecontentscrolladble::-webkit-scrollbar {
  width: 10px;
  /* remove scrollbar space */
  background: red;
  /* optional: just make scrollbar invisible */ }

.text-forum-title {
  color: #f48d2d;
  font-size: 60px; }

.descforumalign {
  text-align: left; }

.imageSetForum {
  width: 100%;
  height: 350px; }

.showEditable {
  background-color: #fff;
  color: black; }

.forumsCardBg {
  background: rgba(40, 67, 83, 0.5);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  margin-top: 1%; }

.forumsBg {
  background: transparent;
  border: 0px;
  border-radius: 0px; }

.forumDescriptionMain {
  color: #fff;
  font-size: 0.8vw; }

.forumHeader {
  height: 40px;
  padding-top: .55rem;
  padding-bottom: .55rem;
  background: #7bceff;
  font-size: 13px;
  border: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

.forumCategoryFont {
  font-size: 0.7vw;
  color: #a4dcfc; }

.forumShowCategory {
  font-size: 0.7vw;
  color: #fff; }

.categoryShowList {
  padding-left: 0px; }

.borderBottomWithDot {
  border-bottom: 1px dotted #a4dcfc; }

.forumInsideCardBody {
  padding-bottom: .2rem; }

.profilepicLookForumsImgHeader {
  width: 28px;
  border: 2px solid #a4dcfc;
  border-radius: 55px;
  height: 28px; }

.forumProfileImageContainer {
  margin-top: 2%; }

.profileNameForForum {
  font-size: 12px;
  color: #a4dcfc;
  font-family: OpenSans-Bold; }

.forumCreateScroller {
  max-height: 70vh;
  overflow-y: auto; }

.mynewclasscloseForForum {
  opacity: 0.9;
  color: #a4dcfc;
  margin-top: 10px;
  margin-right: 10px; }

.createForumBtnStyle {
  background: #7bceff;
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
  font-size: 11px; }

.forumBannerMain {
  height: 35vh;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0px;
  border-radius: 0px; }

.forumBannerImage {
  height: 100%;
  width: 100%; }

.forumMainCardBanner {
  background: rgba(40, 67, 83, 0.9); }

.forumDescriptionNew {
  color: #fff;
  font-family: OpenSans-SemiBold;
  font-size: 12px;
  text-align: justify; }

.cardForumsSub {
  background: transparent;
  border: 0px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414; }

.forumCardsScrollable {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.forumDescription {
  font-family: OpenSans-SemiBold;
  text-align: justify; }

.width98 {
  width: 98%; }

.forumMinimizeContainer {
  color: white;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-top: 0px; }

.forumBannerEditBtn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: 0px;
  border-radius: 0px;
  background: #78b3d4;
  width: 6%; }

.secondActionForum {
  right: 6%; }

.addBannerWidth {
  width: auto; }

.forumBannerMainCropper {
  height: 40vh;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0px;
  border-radius: 0px; }

.forumCreated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.font10 {
  font-size: 10px; }

.svgAttachForum {
  width: 15%; }

.viewsForum {
  position: absolute;
  right: 3%;
  top: 2%;
  color: #fff;
  font-weight: 700; }

.forumTable > thead > tr > th {
  border: 0px; }

.forumTable > tbody > tr > td {
  border: 0px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7); }

.openSansBold {
  font-family: OpenSans-Bold; }

.forumDescriptionMain {
  font-size: 12px;
  color: #afafaf;
  font-family: OpenSans-SemiBold; }

.forEachForumTableRow {
  border-bottom: 1px solid #4a4242; }

.overflowAvoid {
  overflow: hidden; }

.dropdownDotFontForum {
  color: black; }

.dropdownDotFontForum:hover, .dropdownDotFontforum:active, .dropdownDotFontForum:focus {
  outline: none;
  color: black; }

.postDropDownDesignForum {
  background-color: #78b3d4;
  border: 0px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 9px black;
  box-shadow: 0px 3px 9px black;
  padding-right: 20px;
  min-width: 160px;
  -webkit-transform: translate3d(-130px, -54px, 0px);
  transform: translate3d(-130px, -54px, 0px); }

.postDropDownDesignForum a {
  padding: .2rem 0.6rem; }

.croppie-container {
  width: 100%;
  height: 100%; }

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none; }

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%; }

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0; }

.croppie-container .cr-resizer {
  z-index: 2;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none; }

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all; }

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: ''; }

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px; }

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px; }

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%; }

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px; }

.croppie-container .cr-original-image {
  display: none; }

.croppie-container .cr-vp-circle {
  border-radius: 50%; }

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  -ms-touch-action: none;
  touch-action: none; }

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center; }

.croppie-result {
  position: relative;
  overflow: hidden; }

.croppie-result img {
  position: absolute; }

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent; }

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px; }

.cr-slider:focus {
  outline: none; }

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px; }

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/ }

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px; }

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5); }

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5); }

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1; }

.cr-rotate-controls button {
  border: 0;
  background: none; }

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px; }

.cr-rotate-l i:before {
  content: '↺'; }

.cr-rotate-r i:before {
  content: '↻'; }

.ggtooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.ggtooltip.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.ggtooltip.fade.in {
  filter: alpha(opacity=100);
  opacity: 1; }

.ggtooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.ggtooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.ggtooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.ggtooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.ggtooltip .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
  border: solid 1px #000000;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.ggtooltip .arrow, .ggtooltip .arrow-shadow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.ggtooltip.top .arrow, .ggtooltip.top .arrow-shadow {
  bottom: 1px;
  left: 25%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.ggtooltip.top-left .arrow, .ggtooltip.top-left .arrow-shadow {
  right: 5px;
  bottom: 1px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.ggtooltip.top-right .arrow, .ggtooltip.top-right .arrow-shadow {
  bottom: 1px;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.ggtooltip.top .arrow-shadow, .ggtooltip.top-left .arrow-shadow, .ggtooltip.top-right .arrow-shadow {
  bottom: 0; }

.ggtooltip.right .arrow, .ggtooltip.right .arrow-shadow {
  top: 50%;
  left: 1px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.ggtooltip.right .arrow-shadow {
  left: 0; }

.ggtooltip.left .arrow, .ggtooltip.left .arrow-shadow {
  top: 50%;
  right: 1px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.ggtooltip.left .arrow-shadow {
  right: 0; }

.ggtooltip.bottom .arrow, .ggtooltip.bottom .arrow-shadow {
  top: 1px;
  left: 25%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.ggtooltip.bottom-left .arrow, .ggtooltip.bottom-left .arrow-shadow {
  top: 1px;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.ggtooltip.bottom-right .arrow, .ggtooltip.bottom-right .arrow-shadow {
  top: 1px;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.ggtooltip.bottom .arrow-shadow, .ggtooltip.bottom-left .arrow-shadow, .ggtooltip.bottom-right .arrow-shadow {
  top: 0; }

.ggpopover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.ggpopover.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.ggpopover.fade.in {
  filter: alpha(opacity=100);
  opacity: 1; }

.ggpopover.top {
  margin-top: -10px; }

.ggpopover.right {
  margin-left: 10px; }

.ggpopover.bottom {
  margin-top: 10px; }

.ggpopover.left {
  margin-left: -10px; }

.ggpopover .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #000;
  border-radius: 0; }

.ggpopover .popover-content {
  padding: 9px 14px;
  border-radius: 0; }

.ggpopover > .arrow,
.ggpopover > .arrow > .after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.ggpopover > .arrow {
  border-width: 11px; }

.ggpopover > .arrow > .after {
  content: "";
  border-width: 10px; }

.ggpopover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.ggpopover.top > .arrow > .after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.ggpopover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.ggpopover.right > .arrow > .after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.ggpopover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.ggpopover.bottom > .arrow > .after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.ggpopover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.ggpopover.left > .arrow > .after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.newsHeader {
  height: 40px;
  padding: .55rem;
  background: #a4dcfc;
  font-size: 13px;
  border: 0px; }

.newsBg {
  background-color: rgba(40, 67, 83, 0.5);
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  background-size: contain; }

.newsdescription {
  color: #fff;
  padding-left: 0.5rem;
  font-size: 13px; }

.newsdescription:hover {
  text-decoration: underline;
  color: #fff; }

a .newsdescription:active {
  text-decoration: underline;
  color: #fff; }

.ggblue {
  color: #a4dcfc; }

.ggGreatBlue {
  color: #78b4d5; }

.OpenSans-SemiBold {
  font-family: 'OpenSans-SemiBold'; }

.chatCard {
  border-radius: 5px;
  height: auto;
  width: 18vw;
  bottom: 0px;
  position: fixed;
  right: 0px;
  min-height: 5vh;
  max-height: 5vh;
  background-color: rgba(40, 67, 83, 0.9);
  border: 0px; }

.chatOnlineList {
  padding: 0.3rem;
  overflow-y: auto;
  height: 100%; }

.nav-item .chatNames {
  color: #fff;
  font-size: 13px; }

.nav-item .chatNames:hover {
  color: #fff; }

.chatHeader {
  height: 40px;
  padding: .55rem;
  background: #78b4d5;
  font-size: 13px;
  border: 0px; }

.chatSingleCard {
  border-radius: 5px;
  height: auto;
  width: 18vw;
  bottom: 0px;
  position: fixed;
  height: 42vh;
  background-color: #fff;
  border: 0px;
  z-index: 999; }

.chatSend {
  height: 40px;
  padding: 0rem;
  font-size: 13px;
  border: 0px; }

.chatReplyText {
  height: 30px;
  background-color: #fff;
  border-right: 0px;
  border-left: 0px;
  border-top-color: gray;
  border-bottom: 0px;
  color: #fff;
  font-size: 13px;
  resize: none; }

.chatReplyText:focus {
  background-color: #fff;
  border-right: 0px;
  border-left: 0px;
  border-top-color: gray;
  border-bottom: 0px;
  color: black;
  font-size: 13px;
  resize: none; }

.chatReplyText::-webkit-input-placeholder {
  color: grey;
  font-size: 13px; }

.chatReplyText::-moz-placeholder {
  color: grey;
  font-size: 13px; }

.chatReplyText::-ms-input-placeholder {
  color: grey;
  font-size: 13px; }

.chatReplyText::placeholder {
  color: grey;
  font-size: 13px; }

.input-group-addon-btn {
  padding: 0; }
  .input-group-addon-btn button {
    border: none;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
    border-radius: 0px;
    border-top: 1px solid gray; }

.sendChatIcon {
  font-size: 20px; }

.makeImageShowInChat {
  position: absolute;
  border: 2px solid #a4dcfc;
  border-radius: 30px; }

.containerChatImg {
  padding: 0px;
  padding-top: 0.2rem; }

.chatRow {
  margin-bottom: 2%; }

.chatFromBox {
  border: 0px;
  background: #e9ecef;
  padding: .3rem; }

.chatMeBox {
  border: 0px;
  background: #a4dcfc;
  padding: .3rem; }

.containerChatBox {
  padding: 0.2rem; }

.chatFontChatBox {
  font-size: 13px; }

.closeHideChatBox {
  margin-left: 1.2rem; }

.fontHideCloseChat {
  font-size: 15px;
  color: black; }

.showChatBoxActions a:hover {
  font-size: 15px;
  color: black; }

.showChatBoxActions a:active {
  font-size: 15px;
  color: black; }

.showChatBoxActions a:focus {
  font-size: 15px;
  color: black; }

.loadChatMore {
  position: fixed;
  z-index: 1;
  margin-left: 4%;
  color: #a4dcfc;
  font-weight: bolder;
  background: transparent;
  border: 0px;
  margin-top: -20px; }

.clanNameFont {
  font-size: 18px;
  font-weight: 900;
  word-wrap: break-word; }

.clanImageLogo {
  height: 17vh; }

.clanImageLogoMain {
  height: 17vh;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.clanDescriptionFont {
  font-size: 13px;
  font-weight: 900; }

.clansList {
  margin-top: 110px; }

.createClanBtnStyle {
  background: #7bceff;
  font-weight: 900;
  color: #fff;
  border-radius: 20px; }

.nav > li > .createClanBtnStyle:hover, .nav > li > .createClanBtnStyle:active, .nav > li > .createClanBtnStyle:focus {
  background: #7bceff;
  font-weight: 900;
  color: #fff;
  border-radius: 20px; }

.clanBg {
  background: #284353;
  border-radius: 7px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  position: fixed;
  width: 54.1%;
  z-index: 1000; }

.showClanLogoDesign {
  width: 20%;
  height: 11vh; }

#clanLogoShow {
  text-align: center; }

.btnClanStyles {
  margin-top: 1%; }

.clanBtnStyles {
  background: #7bceff;
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
  width: auto; }

.cardBodyClanView {
  padding-top: 0.2rem; }

.clanCoverView {
  height: 32vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 4px 16px #171414, 0px 0px 0px #171414;
  box-shadow: 0px 4px 16px #171414, 0px 0px 0px #171414;
  border: 0px;
  border-radius: 0px; }

.clanLogoContainer {
  position: absolute;
  left: 77%;
  bottom: 0px;
  right: 0px;
  padding-bottom: 0.5%;
  padding-top: 0.5%;
  text-align: left; }

.clanLogoSideBar {
  width: 40%;
  -ms-flex-item-align: center;
  align-self: center; }

.leaveClanButtonStyle {
  border-top: 1px solid #ece829;
  border-bottom: 1px solid #ece829;
  width: 59%;
  bottom: 0px;
  padding-bottom: 3%;
  padding-top: 3%;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 0.7vw;
  margin-top: 7%; }

.acceptClanButtonStyle {
  border-top: 1px solid #64ff00;
  border-bottom: 1px solid #64ff00;
  width: 76%;
  bottom: 0px;
  padding-bottom: 3%;
  padding-top: 3%;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 0.7vw;
  margin-top: 7%; }

.joinClanButtonStyle {
  border-top: 1px solid #a4dcfc;
  border-bottom: 1px solid #a4dcfc;
  width: 66%;
  bottom: 0px;
  padding-bottom: 3%;
  padding-top: 3%;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 0.7vw;
  margin-top: 7%; }

.requestSendJoin {
  font-size: 0.5vw; }

.clanDescSideBar {
  font-size: 0.7vw; }

.fontDetailsClan {
  font-size: .7vw;
  font-weight: bolder;
  text-transform: uppercase; }

.fontEditDetailsClan {
  font-size: .95vw;
  font-weight: bolder;
  text-transform: uppercase; }

.clanImageLogoMainCover {
  height: 100%;
  width: 100%;
  border-radius: 100px;
  border: 4px solid #64ff00; }

.clanImageLogoMainContainer {
  height: 18vh;
  width: 11%;
  left: 5%;
  bottom: 30%; }

.claneNameMainContainer {
  height: 36%;
  width: 11%;
  left: 15%;
  bottom: 30%; }

.editorClan {
  color: #a4dcfc;
  width: 33%;
  font-size: 0.85vw;
  text-transform: uppercase;
  font-weight: 900;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 3%;
  text-decoration: underline; }

.clanLogoContainerForMembers {
  background: rgba(40, 67, 83, 0.7);
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 85%;
  padding-bottom: 0.5%;
  padding-top: 0.5%; }

.postMarginClan {
  margin-top: 2%; }

.eachClanMemberList {
  padding: 1%;
  border-bottom: 1px dotted #212a2f;
  padding-top: 2%;
  padding-bottom: 2%; }

.clanremoveBtn {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase; }

.custom-members-scroll {
  min-height: 20vh;
  max-height: 70vh;
  overflow-y: auto; }

.loaderSvg {
  height: 26px; }

.clanImageNew {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.clanCardList {
  background: transparent;
  border: 0px;
  border-radius: 0px; }

.padd0 {
  padding: 0; }

.clan-title {
  text-transform: uppercase;
  color: #eae72d;
  font-size: 12px;
  font-weight: 900; }

.clanImageBackgroundHome {
  height: 27vh; }

.clanIndexClanLogo {
  width: 20%;
  position: absolute;
  left: 40%;
  right: 40%;
  text-align: center;
  bottom: 0px;
  top: 83%;
  height: 22vh; }

.clanTitleMargin {
  margin-top: 16vh; }

.clanIndexClanFont {
  font-size: 41px;
  text-transform: uppercase; }

.hrClanIndex {
  border-top: 2px solid #a4dcfc;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem; }

.font18 {
  font-size: 18px; }

.inviteClanModal {
  text-align: right; }

.searchUserPic {
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #7bceff; }

.clanImageBackgroundHomeClan {
  height: 12vh; }

.selectedUserFont {
  color: #171414;
  padding: 0.2rem;
  padding-bottom: 0rem;
  margin-bottom: .2rem; }

.selectedUserCard {
  border-radius: 20px;
  background: #7bceff;
  border: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem; }

.searchUserPicSelected {
  height: 20px;
  border-radius: 50%;
  border: 1px solid #7bceff; }

@media (min-width: 981px) and (max-width: 1280px) {
  .quickPostFixedClan {
    position: relative;
    height: 10vh;
    width: 98%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 1vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; } }

@media (min-width: 1281px) and (max-width: 1440px) {
  .quickPostFixedClan {
    position: relative;
    height: 10vh;
    width: 98%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 1vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; } }

@media (min-width: 1441px) and (max-width: 1680px) {
  .quickPostFixedClan {
    position: relative;
    height: 11vh;
    width: 98%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 1vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; } }

@media (min-width: 1681px) and (max-width: 1920px) {
  .quickPostFixedClan {
    position: relative;
    height: 10vh;
    width: 98%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 1vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; } }

@media (min-width: 1921px) {
  .quickPostFixedClan {
    position: relative;
    height: 11vh;
    width: 98%;
    border-radius: 20px;
    z-index: 1;
    margin-left: 1vw;
    background: #284353;
    -webkit-box-shadow: 2px 3px 6px #171414;
    box-shadow: 2px 3px 6px #171414; } }

.changeQuickPostClanStyle {
  width: 57vw;
  margin-left: 3vw;
  position: fixed;
  top: 65px; }

.eachFavouritesContainer {
  margin-bottom: 1%;
  margin-top: 1%; }

.eachFavouritesCard {
  background: rgba(40, 67, 83, 0.5);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0px;
  -webkit-box-shadow: 1px 2px 6px #171414;
  box-shadow: 1px 2px 6px #171414;
  color: #a4dcfc;
  margin-bottom: 1%;
  padding: 1%; }

.favouritesHeader {
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #a4dcfc;
  border-radius: 0px;
  color: #a4dcfc; }

.settingsHeader {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  color: #a4dcfc; }

.favouritesHeaderFont {
  font-size: 1vw; }

.favouriteDescriptionFont {
  font-size: 13px;
  color: #a4dcfc;
  font-weight: 900; }

.favouritePostedByFont {
  font-size: 13px;
  color: #fff; }

.loaderBackground {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  text-align: center; }

/* MORE THAN 75 */
.landingBg {
  background-image: url("/images/login/BG.jpg");
  scroll-behavior: smooth; }

.landing-navbar {
  width: 90%;
  margin: auto;
  background-color: transparent !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.Montserrat-Regular {
  font-family: "montserrat-regular"; }

.Montserrat-Bold {
  font-family: "montserrat-regular";
  font-weight: 700; }

.Montserrat-ExtraBold {
  font-family: "montserrat-regular";
  font-weight: 900; }

.lTopHeader {
  display: inline-block;
  padding-bottom: 3%;
  margin-bottom: 3%;
  position: relative; }

.lTopHeader:before {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  bottom: 0;
  left: 0%;
  border-bottom: 2px solid #f24327; }

.landingYellow {
  color: #fbee3a !important; }

.lMiddleHeader {
  display: inline-block;
  padding-bottom: 3%;
  margin-bottom: 2%;
  position: relative;
  padding-top: 2%; }

.lMiddleHeader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0%;
  border-bottom: 2px solid #f24327; }

.justify-center {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center; }

.justify-right {
  text-align: justify;
  -moz-text-align-last: right;
  text-align-last: right; }

.lRialtoContainer {
  padding-top: 6% !important; }

.loginModalCloseBtn {
  position: absolute;
  right: 1%;
  opacity: 1;
  margin-top: 1%;
  z-index: 10; }

.loginCloseImg {
  width: 78%; }

.lModalFirstHalf {
  background-image: url(/images/login/loginSub.jpg);
  background-size: cover;
  background-position: center; }

.loginModalSubBox {
  border-radius: 10px;
  overflow: hidden;
  padding: 6% 19%;
  height: 94%; }

.loginInputModal {
  resize: none !important;
  background: #1f1f1f;
  color: #ada5a5;
  border: 0px;
  font-size: 17px;
  padding: 0.475rem 1rem;
  font-weight: 700;
  border-radius: 5px; }

.loginInputModal:focus {
  background: #1f1f1f !important;
  color: #ada5a5 !important;
  font-size: 17px !important; }

.loginInputModal::-webkit-input-placeholder {
  color: #757575 !important;
  font-size: 17px !important;
  font-weight: 700 !important; }

.loginInputModal::-moz-placeholder {
  color: #757575 !important;
  font-size: 17px !important;
  font-weight: 700 !important; }

.loginInputModal::-ms-input-placeholder {
  color: #757575 !important;
  font-size: 17px !important;
  font-weight: 700 !important; }

.loginInputModal::placeholder {
  color: #757575 !important;
  font-size: 17px !important;
  font-weight: 700 !important; }

.lModalSubContainer {
  padding: 2% 6%; }

.lModalSigninBox {
  border: 1px solid #fbee3a;
  border-radius: 8px; }

.lNewToRulee {
  font-size: 1.1vw; }

.loginModal {
  background-image: url(/images/login/modal_BG.jpg);
  /* margin-top: 4%; */
  /* max-width: 80%; */
  background-size: 100% auto;
  overflow: auto;
  background-repeat: no-repeat;
  padding: 6% 20%; }

.loginModalContent {
  border: 0;
  height: 100%;
  background: transparent; }

.loginModalSubBox {
  padding: 6% 19%; }

.loginModalContainer {
  max-width: 80vw; }

.lEmailContainer {
  padding-top: 8%; }

.lSecondFooter {
  width: 100%;
  position: fixed;
  z-index: -2;
  bottom: 0; }

.aboutModalContainer {
  max-width: 77vw;
  margin-top: 2%; }

.aboutModal {
  background-image: url(/images/login/BG_about.jpg);
  background-size: 100% auto;
  overflow: auto;
  background-repeat: no-repeat;
  padding: 15% 15%; }

@media (min-width: 1200px) {
  .landingLogo {
    -webkit-transform: scale(0.8) translateY(15px);
    transform: scale(0.8) translateY(15px);
    /* tweak the 10px value */
    -webkit-transform-origin: left;
    transform-origin: left; }
  .landingHeaderMenu {
    padding: 0.5rem 1.8rem !important; }
  .lHeader1 {
    padding-left: 11%;
    padding-top: 13%;
    text-align: justify;
    padding-right: 6%; }
  .lTopHeader {
    font-size: 2.7vw; }
  .lTopPara {
    font-size: 1.4vw; }
  .lTopPara2 {
    margin-top: 4%; }
  .lGetInBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.8rem 3.1rem !important;
    font-size: 1.1vw;
    margin-top: 4%;
    margin-right: 1.5%; }
  .lImg-1 {
    width: 80%;
    padding-top: 18.5%;
    position: absolute; }
  .lImg-2 {
    width: 100%;
    padding-top: 22%;
    padding-left: 11%;
    position: absolute; }
  .lImg-3 {
    width: 12%;
    padding-top: 10%; }
  .lMiddleHeader {
    font-size: 2.1vw; }
  .lMiddlePara {
    font-size: 1.2vw; }
  .lImg-4-container {
    text-align: right;
    padding-right: 0; }
  .lImg-4 {
    width: 100%; }
  .lImg-5-container {
    text-align: center; }
  .lImg-5 {
    width: 91%;
    padding-top: 9%; }
  .lImg-6-container {
    text-align: left;
    padding-left: 0; }
  .lImg-6 {
    width: 100%; }
  .lImg-7 {
    width: 27%;
    padding-top: 6%; }
  .lBeginBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.8rem 4rem !important;
    font-size: 1.1vw;
    margin-top: 2%; }
  .lBeginBtnContainer {
    text-align: center; }
  .lImg-8 {
    position: absolute;
    right: 4%;
    margin-top: 24%;
    width: 18%; }
  .lImg-9 {
    padding-top: 36%;
    position: absolute;
    right: 19%;
    width: 88%; }
  .lImg-10-container {
    padding-top: 12%;
    padding-top: 10%;
    padding-left: 0; }
  .lImg-10 {
    width: 12%; }
  .lMiddleLowContainer {
    width: 87%; }
  .lImg-11 {
    padding-top: 25%;
    position: absolute;
    right: 19%;
    width: 88%; }
  .lImg-12 {
    padding-top: 25%;
    position: absolute;
    right: 19%;
    width: 78%; }
  .lBottomContainer {
    width: 82%; }
  .lImg-13 {
    position: absolute;
    width: 14%;
    margin-top: 18%;
    left: 4%; }
  .margin-top-resp {
    margin-top: -3%; }
  .space-top-9p {
    margin-top: 9%; }
  .lImg-14 {
    position: absolute;
    right: 2%;
    width: 28%;
    margin-top: 11%; }
  .rImg-14 {
    position: absolute;
    left: 0%;
    width: 17%;
    margin-top: 12.5%; }
  .lModalHi {
    position: absolute;
    bottom: 17%;
    font-size: 2.4vw;
    left: 0;
    right: 0; }
  .lModalSecondHalf {
    background-color: #151515;
    padding: 3% 2% 2%; }
  .lModalLogo {
    width: 45%; }
  .loginBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.5rem 1.8rem !important;
    font-size: 1.1vw;
    color: black !important;
    margin-top: 2%; }
  .lForgotText {
    color: #013964 !important;
    font-size: 1.9vh; }
  .lORText {
    font-size: 2vh; }
  .getinBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    font-size: 1.1vw;
    color: black !important;
    margin-top: 2%;
    padding-left: 15%;
    padding-right: 15%; }
  .lFooterNavigtionBar {
    background: #fbee3a !important;
    margin-top: 8%;
    margin-bottom: 17%; }
  .fbHeader {
    width: 80%; }
  .discordHeader {
    width: 90%; }
  .margin-top-bot {
    margin-top: 5%;
    margin-bottom: 3%; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .landingLogo {
    -webkit-transform: scale(0.8) translateY(15px);
    transform: scale(0.8) translateY(15px);
    /* tweak the 10px value */
    -webkit-transform-origin: left;
    transform-origin: left; }
  .landingHeaderMenu {
    padding: 0.5rem 1.8rem !important; }
  .lHeader1 {
    padding-left: 18%;
    padding-top: 13%;
    text-align: justify; }
  .lTopHeader {
    font-size: 2.7vw; }
  .lTopPara {
    font-size: 1.4vw; }
  .lTopPara2 {
    margin-top: 4%; }
  .lGetInBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.7rem 2.4rem !important;
    font-size: 1.5vw;
    margin-top: 4%;
    margin-right: 1.5%; }
  .lImg-1 {
    width: 88%;
    padding-top: 16.5%;
    position: absolute; }
  .lImg-2 {
    width: 100%;
    padding-top: 13%;
    padding-left: 11%;
    position: absolute; }
  .left-pad-10p {
    margin-left: 8%; }
  .right-pad-10p {
    margin-right: 4%; }
  .space-between {
    margin-left: 1.6%; }
  .lImg-3 {
    width: 15%;
    padding-top: 4%; }
  .lMiddleHeader {
    font-size: 2.1vw; }
  .lMiddlePara {
    font-size: 1.4vw; }
  .lImg-4-container {
    text-align: right;
    padding-right: 0; }
  .lImg-4 {
    width: 100%; }
  .lImg-5-container {
    text-align: center; }
  .lImg-5 {
    width: 100%;
    padding-top: 9%; }
  .lImg-6-container {
    text-align: left;
    padding-left: 0; }
  .lImg-6 {
    width: 100%; }
  .lImg-7 {
    width: 34%;
    padding-top: 5%; }
  .lBeginBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.8rem 4rem !important;
    font-size: 1.5vw;
    margin-top: 2%; }
  .lBeginBtnContainer {
    text-align: center; }
  .lImg-8 {
    position: absolute;
    right: 2%;
    margin-top: 23%;
    width: 17%; }
  .lImg-9 {
    padding-top: 46%;
    position: absolute;
    right: 15%;
    width: 100%; }
  .lImg-10-container {
    padding-top: 12%;
    padding-top: 10%;
    padding-left: 0; }
  .lImg-10 {
    width: 15%; }
  .lMiddleLowContainer {
    width: 85%; }
  .lImg-11 {
    padding-top: 37%;
    position: absolute;
    right: 15%;
    width: 100%; }
  .margin-raito-content {
    margin-left: -6%; }
  .lImg-12 {
    padding-top: 27%;
    position: absolute;
    right: 15%;
    width: 95%; }
  .lBottomContainer {
    width: 85%; }
  .lImg-13 {
    left: 5%;
    position: absolute;
    width: 14%;
    margin-top: 28%; }
  .lImg-14 {
    position: absolute;
    right: 6%;
    width: 26%;
    margin-top: 23%; }
  .rImg-14 {
    position: absolute;
    left: 0%;
    width: 17%;
    margin-top: 24%; }
  .lModalHi {
    position: absolute;
    bottom: 17%;
    font-size: 2.4vw;
    left: 0;
    right: 0; }
  .margin-bot-resp {
    margin-bottom: 2%; }
  .lModalSecondHalf {
    background-color: #151515;
    padding: 30px 16px 21px; }
  .lModalLogo {
    width: 50%; }
  .loginBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.5rem 1.8rem !important;
    font-size: 1.5vw;
    color: black !important;
    margin-top: 2%; }
  .lForgotText {
    color: #013964 !important;
    font-size: 1.5vw; }
  .lORText {
    font-size: 1.1vw; }
  .getinBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    font-size: 1.1vw;
    color: black !important;
    margin-top: 2%;
    padding-left: 15%;
    padding-right: 15%; }
  .imgTwitterLogin {
    width: 70%; }
  .lFooterNavigtionBar {
    background: #fbee3a !important;
    margin-top: 7%;
    margin-bottom: 20%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .landingLogo {
    width: 21vw;
    padding: 21px 0px; }
  .lHeader1 {
    text-align: justify;
    width: 90%;
    margin: auto; }
  .lTopHeader {
    font-size: 2.9vw;
    padding-top: 3%; }
  .lTopPara {
    font-size: 2vw; }
  .lTopPara2 {
    margin-top: 4%; }
  .lGetInBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.7rem 2.4rem !important;
    font-size: 1.5vw;
    margin-top: 3%; }
  .lImg-1 {
    width: 54%;
    padding-top: 5%; }
  .lImg-1-position {
    text-align: center; }
  .lImg-2 {
    width: 93%;
    padding-top: 22%;
    padding-left: 10%; }
  .lImg-3 {
    width: 14%;
    padding-top: 10%; }
  .lMiddlePara {
    font-size: 1.6vw; }
  .lImg-4-container {
    text-align: right;
    padding-right: 0; }
  .lImg-4 {
    width: 55%; }
  .lImg-5-container {
    text-align: center; }
  .lImg-5 {
    width: 46%;
    padding-top: 9%; }
  .lImg-6-container {
    text-align: left;
    padding-left: 0; }
  .lImg-6 {
    width: 59%; }
  .lImg-7 {
    width: 34%;
    padding-top: 5%; }
  .lBeginBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.8rem 4rem !important;
    font-size: 2.1vw;
    margin-top: 18%;
    margin-left: 23%; }
  .lImg-8 {
    position: absolute;
    right: 3%;
    margin-top: 48%;
    width: 25%; }
  .lImg-9 {
    padding-top: 71%;
    width: 76%; }
  .lImg-10-container {
    padding-top: 27%; }
  .lImg-10 {
    width: 15%; }
  .lMiddleLowContainer {
    width: 96%; }
  .lImg-9-container {
    text-align: center; }
  .lBtnForSmall {
    margin-top: 0 !important;
    margin-left: 0 !important; }
  .lforSmallCenter {
    text-align: center; }
  .lImg-11 {
    padding-top: 20%;
    width: 76%; }
  .lImg-12 {
    padding-top: 21%;
    width: 69%; }
  .lBottomContainer {
    width: 96%; }
  .lImg-13 {
    display: none; }
  .lImg-14 {
    display: none; }
  .rImg-14 {
    display: none; }
  .lModalHi {
    position: absolute;
    bottom: 17%;
    font-size: 2.4vw;
    left: 0;
    right: 0; }
  .lModalSecondHalf {
    background-color: #151515;
    padding: 30px 10px 21px; }
  .lModalLogo {
    width: 48%; }
  .loginBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.5rem 1.8rem !important;
    font-size: 1.7vw;
    color: black !important;
    margin-top: 2%; }
  .lForgotText {
    color: #013964 !important;
    font-size: 1.1vw; }
  .lORText {
    font-size: 1.1vw; }
  .getinBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    font-size: 1.1vw;
    color: black !important;
    margin-top: 2%;
    padding-left: 15%;
    padding-right: 15%; }
  .lFooterNavigtionBar {
    background: #fbee3a !important;
    margin-top: 8%;
    margin-bottom: 24%; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .landingLogo {
    width: 21vw;
    padding: 21px 0px; }
  .lHeader1 {
    text-align: justify;
    width: 90%;
    margin: auto; }
  .lTopHeader {
    font-size: 3.4vw;
    padding-top: 3%; }
  .lTopPara {
    font-size: 2.8vw; }
  .lTopPara2 {
    margin-top: 4%; }
  .lGetInBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.7rem 2.4rem !important;
    font-size: 2vw;
    margin-top: 3%; }
  .lImg-1 {
    width: 61%;
    padding-top: 5%; }
  .lImg-1-position {
    text-align: center; }
  .lImg-2 {
    width: 97%;
    padding-top: 22%; }
  .lImg-3 {
    width: 17%;
    padding-top: 5%; }
  .lMiddlePara {
    font-size: 2vw; }
  .lImg-4-container {
    text-align: right;
    padding-right: 0; }
  .lImg-4 {
    width: 66%; }
  .lImg-5-container {
    text-align: center; }
  .lImg-5 {
    width: 55%;
    padding-top: 9%; }
  .lImg-6-container {
    text-align: left;
    padding-left: 0; }
  .lImg-6 {
    width: 68%; }
  .lImg-7 {
    width: 35%;
    padding-top: 5%; }
  .lBeginBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.8rem 4rem !important;
    font-size: 2.1vw;
    margin-top: 18%;
    margin-left: 23%; }
  .lImg-8 {
    position: absolute;
    right: 0;
    margin-top: 67%;
    width: 61%; }
  .lImg-9 {
    padding-top: 79%;
    width: 76%; }
  .lImg-10-container {
    padding-top: 27%; }
  .lImg-10 {
    width: 15%; }
  .lMiddleLowContainer {
    width: 96%; }
  .lImg-9-container {
    text-align: center; }
  .lBtnForSmall {
    margin-top: 0 !important;
    margin-left: 0 !important; }
  .lforSmallCenter {
    text-align: center; }
  .lImg-11 {
    padding-top: 30%;
    width: 76%; }
  .lImg-12 {
    padding-top: 23%;
    width: 76%; }
  .lBottomContainer {
    width: 96%; }
  .lImg-13 {
    display: none; }
  .lImg-14 {
    display: none; }
  .rImg-14 {
    display: none; }
  .lModalHi {
    position: absolute;
    bottom: 17%;
    font-size: 2.4vw;
    left: 0;
    right: 0; }
  .lModalSecondHalf {
    background-color: #151515;
    padding: 30px 28px 21px; }
  .lModalLogo {
    width: 45%; }
  .loginBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.5rem 1.8rem !important;
    font-size: 2.3vw;
    color: black !important;
    margin-top: 2%; }
  .lForgotText {
    color: #013964 !important;
    font-size: 2.6vw; }
  .lORText {
    font-size: 2.7vw; }
  .getinBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    font-size: 1.1vw;
    color: black !important;
    margin-top: 2%;
    padding-left: 15%;
    padding-right: 15%; }
  .lFooterNavigtionBar {
    background: #fbee3a !important;
    margin-top: 8%;
    margin-bottom: 28%; } }

@media (max-width: 575.98px) {
  .landingLogo {
    width: 21vw;
    padding: 21px 0px; }
  .lHeader1 {
    text-align: justify;
    width: 90%;
    margin: auto; }
  .lTopHeader {
    font-size: 3.8vw;
    padding-top: 3%; }
  .lTopPara {
    font-size: 3vw; }
  .lTopPara2 {
    margin-top: 4%; }
  .lGetInBtn {
    border: 1px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.6rem 2.2rem !important;
    font-size: 2.5vw;
    margin-top: 3%; }
  .lImg-1 {
    width: 61%;
    padding-top: 5%; }
  .lImg-1-position {
    text-align: center; }
  .lImg-2 {
    width: 100%;
    padding-top: 22%;
    padding-left: 0%; }
  .lImg-3 {
    width: 20%;
    padding-top: 1%; }
  .lMiddlePara {
    font-size: 2.5vw; }
  .lImg-4-container {
    text-align: right;
    padding-right: 0; }
  .lImg-4 {
    width: 66%; }
  .lImg-5-container {
    text-align: center; }
  .lImg-5 {
    width: 55%;
    padding-top: 9%; }
  .lImg-6-container {
    text-align: left;
    padding-left: 0; }
  .lImg-6 {
    width: 68%; }
  .lImg-7 {
    width: 45%;
    padding-top: 6%; }
  .lBeginBtn {
    border: 2px solid #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.8rem 3.6rem !important;
    font-size: 3.1vw;
    margin-top: 18%;
    margin-left: 12%; }
  .lImg-8 {
    position: absolute;
    right: 5%;
    margin-top: 73%;
    width: 30%; }
  .lImg-9 {
    padding-top: 96%;
    width: 92%; }
  .lImg-10-container {
    padding-top: 27%; }
  .lImg-10 {
    width: 15%; }
  .lMiddleLowContainer {
    width: 96%; }
  .lImg-9-container {
    text-align: center; }
  .lBtnForSmall {
    margin-top: 0 !important;
    margin-left: 0 !important; }
  .lforSmallCenter {
    text-align: center; }
  .lImg-11 {
    padding-top: 40%;
    width: 92%; }
  .lImg-12 {
    padding-top: 27%;
    width: 92%; }
  .lBottomContainer {
    width: 96%; }
  .lImg-13 {
    display: none; }
  .lImg-14 {
    display: none; }
  .rImg-14 {
    display: none; }
  .lModalHi {
    position: absolute;
    bottom: 17%;
    font-size: 2.4vw;
    left: 0;
    right: 0; }
  .lModalSecondHalf {
    background-color: #151515;
    padding: 30px 28px 21px; }
  .lModalLogo {
    width: 45%; }
  .loginBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    padding: 0.5rem 1.8rem !important;
    font-size: 3.3vw;
    color: black !important;
    margin-top: 2%; }
  .lForgotText {
    color: #013964 !important;
    font-size: 2.7vw; }
  .lORText {
    font-size: 2.8vw; }
  .getinBtnModal {
    background: #fbee3a !important;
    background-color: transparent;
    border-radius: 7px;
    font-size: 1.1vw;
    color: black !important;
    margin-top: 2%;
    padding-left: 15%;
    padding-right: 15%; }
  .lFooterNavigtionBar {
    background: #fbee3a !important;
    margin-top: 8%;
    margin-bottom: 33%; } }

.width-10p {
  width: 10% !important;
  text-align: center !important; }

.left-pad-10p {
  margin-left: 10%; }

.right-pad-10p {
  margin-right: 10% !important; }

.cls-1-admin-paid {
  isolation: isolate; }

.cls-2-admin-paid {
  opacity: 0.7; }

.cls-3-admin-paid {
  opacity: 0.75;
  mix-blend-mode: multiply; }

.cls-4-admin-paid {
  fill: #132029; }

.cls-1-admin-free {
  isolation: isolate; }

.cls-2-admin-free {
  opacity: 0.7; }

.cls-3-admin-free {
  opacity: 0.75;
  mix-blend-mode: multiply; }

.cls-4-admin-free {
  fill: #132029; }

.cls-1-buyer-free {
  isolation: isolate; }

.cls-2-buyer-free {
  opacity: 0.7; }

.cls-3-buyer-free {
  opacity: 0.75;
  mix-blend-mode: multiply; }

.cls-4-buyer-free {
  fill: #132029; }

.cls-1-buyer-paid {
  isolation: isolate; }

.cls-2-buyer-paid {
  opacity: 0.7; }

.cls-3-buyer-paid {
  opacity: 0.75;
  mix-blend-mode: multiply; }

.cls-4-buyer-paid {
  fill: #132029; }

.dpRoundWithBorder {
  border: 5px solid #a4dcfc; }

.OpenSans-Bold-font {
  font-family: OpenSans-Bold; }

.font34 {
  font-size: 34px; }

.upperText {
  text-transform: uppercase; }

.font30 {
  font-size: 30px; }

.descriptionBoxProducts {
  height: 90%; }

.font28 {
  font-size: 28px; }

.font18 {
  font-size: 18px; }

.font21 {
  font-size: 21px; }

.dividerProducts {
  width: 100%;
  border-top: 2px solid #a4dcfc;
  -ms-flex-item-align: center;
  align-self: center; }

.font20 {
  font-size: 20px; }

.descriptionBoxCategory {
  height: 88%;
  padding: 5px; }

.font16 {
  font-size: 16px; }

.cls-1-image-fixed-admin {
  fill: none;
  stroke: #1c3136;
  stroke-miterlimit: 10;
  stroke-width: 10px; }

.cls-1-admin-bid {
  fill: none;
  stroke: #1c3136;
  stroke-miterlimit: 10;
  stroke-width: 10px; }

.cls-2-admin-bid {
  fill: #f04b4c; }

.productObjectImage {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }

.forMainDivImageSplit {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.font23 {
  font-size: 23px; }

.font22 {
  font-size: 22px; }

.ggBgDark {
  background: #1c3136; }

.bidInputStyle {
  background: transparent;
  border: 0px;
  font-size: 25px;
  font-family: neuropol_x_rg;
  font-weight: 900;
  color: #a4dcfc; }

.bidInputStyle:focus {
  background: transparent;
  border: 0px;
  font-size: 25px;
  font-family: neuropol_x_rg;
  font-weight: 900;
  color: #a4dcfc; }

.bidInputStyle::-webkit-inner-spin-button,
.bidInputStyle::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.styleBidOffers {
  padding: 10px;
  padding-top: 17px; }

.cls-1-top {
  isolation: isolate; }

.cls-2-top {
  opacity: 0.7; }

.cls-3-top {
  opacity: 0.75;
  mix-blend-mode: multiply; }

.cls-4-top {
  fill: #294454; }

.toppricestyle {
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 34%;
  padding-top: 5px;
  padding-bottom: 5px; }

.carouselIndicatorTop {
  top: 105%; }

.main-feature-carousel .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-feature-carousel .carousel-item-right.active,
.main-feature-carousel .carousel-item-next {
  -webkit-transform: translateX(25%);
  transform: translateX(25%); }

.main-feature-carousel .carousel-item-left.active,
.main-feature-carousel .carousel-item-prev {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%); }

.main-feature-carousel .carousel-item-right,
.main-feature-carousel .carousel-item-left {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.overallTrialModal {
  max-width: 41vw; }

.ggarenaslides {
  position: absolute; }

.textForArenaBtns {
  font-size: 1vw;
  width: 70%; }

.isp-sel-highlight {
  background-color: lightblue;
  border-radius: 10px; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .overallTrialModal {
    max-width: 99vw; }
  .ggarenaslides {
    position: relative; }
  .textForArenaBtns {
    font-size: 12px;
    width: 78%; }
  .favouritesHeaderFont {
    font-size: 10px; }
  .notificationTimeFont {
    font-size: 12px; }
  .albumActionContainer {
    opacity: 1; }
  .connectionsFont {
    font-size: 12px; }
  .galleryImageAction {
    opacity: 1; }
  .galleryImageCard {
    margin-bottom: 3px; } }

@media screen and (max-width: 479px) {
  .overallTrialModal {
    max-width: 99vw; }
  .ggarenaslides {
    position: relative; }
  .textForArenaBtns {
    font-size: 12px;
    width: 78%; }
  .favouritesHeaderFont {
    font-size: 10px; }
  .notificationTimeFont {
    font-size: 12px; }
  .albumActionContainer {
    opacity: 1; }
  .connectionsFont {
    font-size: 12px; }
  .galleryImageAction {
    opacity: 1; }
  .galleryImageCard {
    margin-bottom: 3px; } }

.eachTournamentModal {
  height: 100%;
  background-size: contain;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  opacity: 0.2;
  background-repeat: no-repeat; }

.eachTournamentCol {
  height: 280px; }

.tournamentNameModal {
  position: absolute;
  top: 60%;
  left: 5%;
  right: 5%;
  color: #fff;
  font-size: 20px; }

.tournamentTeamsModal {
  position: absolute;
  top: 53%;
  left: 5%;
  color: #fff; }

.tournamentMembersModal {
  position: absolute;
  top: 60%;
  left: 5%;
  color: #fff; }

.tournamentViewBtnModal {
  position: absolute;
  bottom: 0%;
  right: 0;
  left: 0;
  display: none; }

.showLightTournament:hover > .tournamentViewBtnModal {
  display: inline-block; }

.showLightTournament:hover > .eachTournamentModal {
  opacity: 1; }

.moreTournaments {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  top: 40%;
  text-align: center;
  color: #fff; }

.tipMain {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #a4dcfc; }

.tip-rightMain {
  top: 8px;
  right: -25px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent; }

.dialogboxMain .bodyMain {
  position: relative;
  max-width: 300px;
  height: auto;
  margin: 20px 10px;
  padding: 5px;
  background-color: #132029;
  border: 5px solid #a4dcfc; }

.bodyMain .messageMain {
  min-height: 30px;
  border-radius: 3px;
  font-size: 14px;
  color: #a4dcfc;
  font-weight: bolder;
  font-family: Neuropol X;
  text-align: center; }

.goThroughSubscription {
  position: fixed;
  z-index: 1;
  right: 12.5%;
  top: 24.5%; }

.goThroughSubscriptionTop {
  position: fixed;
  z-index: 1;
  right: 12.5%;
  top: 13.5%; }

@media screen and (min-width: 1600px) and (max-width: 1899px) {
  .goThroughSubscription {
    position: fixed;
    z-index: 1;
    right: 12.5%;
    top: 24.5%; }
  .goThroughSubscriptionTop {
    position: fixed;
    z-index: 1;
    right: 12.5%;
    top: 13.5%; } }

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .goThroughSubscription {
    position: fixed;
    z-index: 1;
    right: 12.5%;
    top: 21.5%; }
  .goThroughSubscriptionTop {
    position: fixed;
    z-index: 1;
    right: 12.5%;
    top: 12.5%; } }

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .goThroughSubscription {
    position: fixed;
    z-index: 1;
    right: 12.5%;
    top: 21.5%; }
  .goThroughSubscriptionTop {
    position: fixed;
    z-index: 1;
    right: 12.5%;
    top: 12.5%; } }

.copyColor {
  color: #0062f5 !important; }

.ggarenaSidebarImage {
  width: 82%; }

.ggarenaCarousel {
  width: 92%;
  margin-left: 4%; }

.ggarenaCarouselIndicators {
  top: 107% !important;
  bottom: 0 !important; }

.ggarenaCarouselIndicators li {
  height: 12px;
  width: 12px;
  border-radius: 15px;
  background-color: rgba(33, 76, 126, 0.6) !important; }

.ggarenaCarouselIndicators .active {
  background-color: #368eef !important; }

.ggarena-carousel-previous-btn {
  left: -9%;
  color: #48bcb9 !important; }

.ggarena-carousel-next-btn {
  right: -9%;
  color: #48bcb9 !important; }

.ggarenaBtns {
  width: 21%;
  position: absolute; }

.ggarenaTabHeader {
  width: 80%; }

.ggInfoContainerHeight {
  height: 25vh; }

.ggarenaSubScroller {
  height: 70vh;
  overflow-y: auto; }

.ggarenaSubScroller::-webkit-scrollbar {
  width: 0.15em; }

.ggarenaSubScroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(251, 238, 59, 0.5);
  box-shadow: inset 0 0 6px rgba(251, 238, 59, 0.5); }

.ggarenaSubScroller::-webkit-scrollbar-thumb {
  background-color: #fbee3b;
  outline: 1px solid #fbee3b;
  border-radius: 50px; }

.ggarena-tab-bg {
  background-image: url(/images/ggArena/dm/sub_bg.png);
  background-size: cover;
  background-position: center; }

.dmServerBox {
  background-image: url(/images/ggArena/dm/dm_box_bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0; }

.game_yellow {
  color: #fbee3b !important; }

.join-blue {
  background-color: #052e74; }

.dm-black {
  background-color: black; }

.ggarenaGameModalContainer {
  max-width: 57vw;
  height: 100%;
  margin: auto; }

.ggarenaGameModalContent {
  border-radius: 10px;
  border: 2px #182b3c solid !important;
  background: #132029;
  background-image: url(/images/ggArena/common/modal_bg.jpg);
  background-size: cover;
  background-position: center; }

.displayBlock {
  display: block !important; }

.ggarenaGameModalVr {
  background: rgba(142, 131, 131, 0.2);
  width: 1.5%;
  height: 70%;
  position: absolute;
  right: 0;
  top: 15%; }

.font17 {
  font-size: 17px; }

.btn-register-ggarena {
  padding-left: 7%;
  padding-right: 7%;
  border: 1px solid #fbee3b;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.8); }

.ggarenaGameModalFont {
  font-size: 1.1vw; }

.ggarenaGameModalForms {
  background: black !important;
  padding: 0.1rem 0.1rem !important;
  height: calc(1.85rem + 1px) !important;
  border: 2px #182b3c solid !important;
  border-radius: 5px;
  font-size: 0.9vw !important;
  color: #fff !important; }

.btn-update-ggarena {
  background: black !important;
  height: calc(1.85rem + 1px) !important;
  border: 2px #182b3c solid !important;
  border-radius: 5px;
  font-size: 0.9vw !important;
  color: #fff !important;
  padding: 0.1rem 0.7rem !important; }

.myDmTotalHeader {
  font-size: 1vw; }

.myDmTotalValueFont {
  font-size: 2vw; }

.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.7); }

.blue-opacity {
  height: 7vh;
  background-color: rgba(23, 69, 88, 0.5); }

.footer {
  left: 10%;
  margin-top: 10%;
  height: 10vh;
  width: 100%; }

.myDMPerformanceBox {
  height: 75px; }

.myDMPerformanceImg {
  height: 60%; }

.myDMPerformanceRadius {
  border-radius: 10px; }

.lb-winner-header {
  width: 35%;
  position: absolute;
  text-align: center; }

.lb-winner-content {
  width: 65%;
  position: absolute;
  left: 47%; }

.lb-hr {
  border-top: 1px solid #e2e2e247 !important; }

.ggarenaLeaderboardModalContent {
  border-radius: 10px;
  border: 2px #182b3c solid !important;
  background: #132029;
  background-image: url(/images/ggArena/leaderboard/modal/bg.jpg);
  background-size: cover;
  background-position: center; }

.tableFixHead {
  overflow-y: auto;
  max-height: 50vh; }

.tableFixHead thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.lb-table > thead > tr > th {
  border: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#20364e), to(#34567b)) !important;
  background: linear-gradient(to bottom, #20364e, #34567b) !important;
  font-size: 1vw;
  font-family: "lato";
  font-weight: 900;
  font-style: normal;
  color: #c0def9 !important; }

.lb-table > thead > tr > .lb-first {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }

.lb-table > thead > tr > .lb-last {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }

.lb-table > tbody > tr > td {
  border: 0 !important;
  font-size: 1vw;
  font-family: "lato";
  font-weight: 900;
  font-style: normal;
  color: #fff !important; }

.lb-table th {
  padding: 0.58rem; }

.lb-table td {
  padding: 0.2em; }

.lb-overall-table td {
  padding-left: 0.1vh;
  padding-right: 0.1vh;
  padding-bottom: 0.3vh;
  padding-top: 0.4vh !important; }

.lb-table-dp {
  height: 30px;
  border-radius: 50%; }

.lb-table-dp-my-rank {
  width: 2.5%;
  border-radius: 50%; }

.lb-table-ms-dp {
  width: 19%; }

.my-dm-msg {
  text-align: center;
  color: red;
  text-transform: uppercase;
  font-weight: 900; }

.min-partcpnt-error {
  text-align: center;
  color: red;
  text-transform: uppercase;
  font-size: 20px;
  max-height: 160px; }

.min-partcpnt-error-WithoutAuth {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  max-height: 160px; }

.lb-hor-tab .nav-link.active {
  background: black !important;
  border: 1px solid #fbee3b !important;
  color: #fbee3b !important; }

.lb-hor-tab .nav-link {
  background: black !important;
  border: 1px solid #182b3c !important;
  color: #fff !important; }

.lb-hor-tab li {
  width: 22% !important;
  margin-left: 3% !important;
  text-align: center; }

.filter-lb-ggarena {
  border-radius: 5px !important;
  border: 1px solid #182b3c !important;
  background: black !important;
  color: #fff !important; }

.lb-card {
  background-color: transparent;
  border: 1px solid #182b3c !important; }

.lb-card-top-ten {
  background-image: url(/images/ggArena/leaderboard/modal/bg.jpg);
  background-position: center;
  background-size: cover; }

.mag-seven-image {
  width: 75%;
  border-radius: 50%; }

.ggarenaGameMyDmBox {
  border-radius: 10px;
  border: 2px #2e495c solid !important;
  background: transparent !important; }

.word-break-css {
  word-break: break-all; }

.bannerDM {
  margin-top: 1.5%;
  padding-top: 23px;
  width: 100%;
  height: 183px;
  -o-object-fit: cover;
  object-fit: cover; }

.bannerDMLB {
  width: 28%; }

.dm-circle-badge {
  background-image: url(/images/ggArena/dm/mydm/circle_small.png);
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: center; }

.dm-circle-score {
  width: 100%;
  top: 38%; }

.dm-circle-score-kills {
  width: 100%;
  position: absolute;
  top: 38%; }

.my-dm-blue {
  color: #36a0b0 !important; }

.font26 {
  font-size: 26px; }

.tableScrollDiv {
  width: 96%; }

.tableFixHead::-webkit-scrollbar {
  width: 0.15em; }

.tableFixHead::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(251, 238, 59, 0.5);
  box-shadow: inset 0 0 6px rgba(251, 238, 59, 0.5); }

.tableFixHead::-webkit-scrollbar-thumb {
  background-color: #fbee3b;
  outline: 1px solid #fbee3b;
  border-radius: 50px; }

.gg-game-tab-fixed {
  position: fixed;
  width: 14%; }

.position-circle {
  width: 60%; }

.backToGGImg {
  width: 95%; }

.position-circle-lb {
  width: 80%; }

.dm-circle-score-lb {
  width: 100%;
  position: absolute;
  top: 35%; }

.winnerSubContainer {
  width: 15%;
  position: absolute; }

.myDmMainBoxRightFont {
  font-size: 1.4vw; }

.myDmTableTitle {
  font-size: 1.7vw; }

.info-orange {
  color: orange; }

.lbUpDownArrow {
  position: absolute;
  line-height: 1.5 !important; }

.text-transparent {
  color: transparent !important; }

.lbtd1 {
  width: 4%; }

.lbtd2 {
  width: 28%; }

.lbtd3 {
  width: 14%; }

.lbtd4 {
  width: 9%; }

.lbtdw4 {
  width: 8%; }

.rightAlign {
  padding-right: 3.5rem !important; }

.lbtd5 {
  width: 8%; }

.lbtd6 {
  width: 8%; }

.lbtd7 {
  width: 8%; }

.lbtd8 {
  width: 8%; }

.lbtd9 {
  width: 8%; }

.lbtd10 {
  width: 8%; }

.lbtd11 {
  width: 7%; }

.inline-block {
  border-radius: 10px;
  padding: 0 !important;
  margin-bottom: 5%; }

.center-align {
  margin: auto !important;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.game-images {
  width: 100% !important;
  height: 15.5vh !important;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px; }

.game-container {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%; }

.pad-zero {
  padding: 0 !important; }

.game-mode-img {
  width: 100% !important;
  -o-object-fit: contain;
  object-fit: contain; }

.btnBackground {
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-radius: 5px;
  padding: 5px;
  background: transparent;
  border: 1px solid #fbee3b !important;
  color: #fff !important; }

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

.trans-back {
  background: rgba(0, 0, 0, 0.6) !important; }

.rank-image {
  height: 3.5vh !important; }

.align-center {
  text-align: center !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-item-align: center;
  align-self: center; }

.option-text {
  font-size: 0.8em; }

.game-collapsible {
  padding: 3% 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#172537), to(#294562)) !important;
  background: linear-gradient(to bottom, #172537, #294562) !important; }

.game-collapse-card {
  background-color: transparent;
  width: 100%; }

.game-btn {
  text-decoration: none;
  color: #ffd408;
  font-size: 0.7em;
  background-color: transparent;
  width: 100%;
  font-weight: bolder !important; }

.game-btn:hover {
  text-decoration: none !important;
  color: #fceb39 !important;
  font-size: 0.7em !important;
  width: 100%;
  font-weight: bolder !important; }

.game-mode-btns {
  margin-left: 0px;
  padding: 1% 10% 1% 0px;
  background-color: #000000;
  color: #fff;
  border: none;
  height: 7.6vh;
  border-radius: 0px !important;
  font-weight: bolder !important; }

.game-mode-btns:visited {
  margin-left: 0px;
  padding: 1% 10% 1% 0px;
  border: none;
  height: 7.6vh;
  background-color: #1e3f6e !important;
  color: #ffd408 !important;
  font-weight: bolder !important; }

.game-mode-container {
  padding: 2.4% 0px; }

.down-arrow-icon {
  float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3%; }

/* Subscription modal plan cards */
.subscription-plan-card {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 200px;
  border-radius: 30px;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: neuropol_x_rg;
  color: #000; }

.plan-title {
  font-family: neuropol_x_rg;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px; }

.plan-desc {
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  overflow-wrap: break-word; }

.plan-duration {
  font-weight: bold;
  font-size: 14px;
  margin-top: 6px; }

.plan-price-btn {
  background: #fde047;
  padding: 6px 14px;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: neuropol_x_rg;
  font-size: 14px;
  color: #000;
  text-decoration: none; }

.century-font {
  font-family: 'century-gothiac'; }

.tournamentsEachTab {
  width: 15%; }

.nav-pills .tournamentsEachTab .nav-link.active {
  background: transparent; }

.tournamentYellow {
  color: #fec134; }

.century-font-bold {
  font-family: 'century-gothiac';
  font-weight: 900; }

.frameSize {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent; }

.frameContainer {
  padding-left: 5px;
  padding-right: 5px;
  height: 23vh; }

.slick-prev:before {
  content: "↑" !important;
  color: red;
  font-size: 30px !important; }

.slick-next:before {
  content: "↓" !important;
  color: red;
  font-size: 30px !important; }

.subFrameContainer {
  width: 88%;
  height: 60%;
  left: 6%;
  right: 6%;
  top: 20%;
  bottom: 20%;
  position: absolute;
  color: #d4cd82; }

.subCentralSubContainer {
  width: 88%;
  height: 74%;
  left: 6%;
  right: 6%;
  top: 13%;
  bottom: 13%;
  position: absolute;
  color: #d4cd82; }

.tournamentsInput::-webkit-input-placeholder {
  color: #fec134; }

.tournamentsInput::-moz-placeholder {
  color: #fec134; }

.tournamentsInput::-ms-input-placeholder {
  color: #fec134; }

.tournamentsInput::placeholder {
  color: #fec134; }

.tournamentWhite {
  color: #ffffff !important; }

.bolds {
  font-weight: bold; }

.bolders {
  font-weight: 900; }

.lato-regular {
  font-family: 'lato';
  font-weight: 400;
  font-style: normal; }

.latobold {
  font-family: 'lato';
  font-weight: 700;
  font-style: normal; }

.tCardBlue {
  background-color: rgba(24, 54, 98, 0.9); }

.tcardRadius {
  border-radius: 20px; }

.tcardImage {
  bottom: 59%;
  position: absolute;
  -ms-flex-item-align: center;
  align-self: center; }

/* Desktops and laptops ----------- */
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */ }

.tfonts {
  font-size: calc(20px + (45 - 20) * ((100vw - 1024px) / (1920 - 1024))); }

.tSubFonts {
  font-size: calc(15px + (18 - 5) * ((100vw - 1224px) / (1920 - 1224)));
  text-align: center;
  word-break: break-word; }

.tournamentSubContainer {
  position: absolute;
  word-break: break-all;
  top: 50%;
  margin-left: 14%;
  margin-right: 14%; }

.fontChooseBattle {
  font-size: calc(11pt + (24 - 14) * ((100vw - 1224px) / (1920 - 1224))); }

.gameCards {
  background: transparent;
  border: 2px solid #42708c;
  border-radius: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.nav-pills .tournamentTabHead.active, .nav-pills .show > .tournamentTabHead {
  background-color: transparent !important; }

.verticalLine {
  border-left: 1px solid #ffffff;
  height: 84vh;
  position: absolute; }

.tournamentListingContainer {
  border: 2px solid #42708c;
  width: 94%;
  height: 13vh;
  background: transparent;
  border-radius: 15px; }

.tListingFont {
  font-size: calc(9px + (15 - 9) * ((100vw - 1224px) / (1920 - 1224)));
  line-height: .7; }

.tlistingArrows {
  position: fixed;
  right: 10% !important;
  font-size: 36px !important; }

.tTabImages {
  width: 80%;
  height: 80% !important; }

.tTabsSpecFonts {
  font-size: calc(10px + (15 - 8) * ((100vw - 1224px) / (1920 - 1224)));
  text-align: justify;
  color: #ffffff; }

.nav-pills .subCentralTabs.active, .nav-pills .show > .subCentralTabs {
  background: rgba(24, 54, 98, 0.7);
  border: 2px solid #fff000;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  color: #fff000;
  font-size: calc(10px + (15 - 2) * ((100vw - 1224px) / (1920 - 1224))); }

.nav-pills .subCentralTabs {
  background: transparent;
  border: 1px solid #42708c;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  color: #ffffff;
  font-size: calc(10px + (15 - 2) * ((100vw - 1224px) / (1920 - 1224))); }

.subCentralTabLi {
  margin-right: 4.8%;
  text-align: center; }

.nav > li > .subCentralTabs:hover {
  color: #ffffff !important; }

.nav > li > .subCentralTabs:active {
  color: #fff000; }

.nav > li > .subCentralTabs:focus {
  color: #fff000 !important; }

.tournamentListingContainerSubCentral {
  border: 2px solid #42708c;
  width: 94%;
  height: 13vh;
  background: transparent;
  border-radius: 15px; }

.subCentralStatus {
  position: absolute;
  right: 9%;
  top: -15%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  border-radius: 3px; }

.subCentralStatusFont {
  font-size: calc(9px + (15 - 6) * ((100vw - 1224px) / (1920 - 1224))); }

.tournamentListingContainerSubCentralSelected {
  border: 2px solid #fff000;
  width: 75%;
  height: 16.5vh;
  background: transparent;
  border-radius: 15px;
  position: absolute;
  left: 8%; }

.tListingFontSelected {
  font-size: calc(11px + (15 - 7) * ((100vw - 1224px) / (1920 - 1224)));
  line-height: .7; }

.tournamentForms {
  border-radius: 10px !important;
  background: rgba(24, 54, 98, 0.3) !important;
  border: 2px solid #42708c !important;
  height: 6vh !important;
  font-size: calc(11px + (15 - 7) * ((100vw - 1224px) / (1920 - 1224))) !important;
  color: #ffffff !important; }

.tournamentForms:focus {
  border-radius: 10px !important;
  background: rgba(24, 54, 98, 0.3) !important;
  border: 2px solid #42708c !important;
  height: 6vh !important;
  font-size: calc(11px + (15 - 7) * ((100vw - 1224px) / (1920 - 1224))) !important; }

.tournamentForms::-webkit-input-placeholder {
  font-size: calc(11px + (15 - 7) * ((100vw - 1224px) / (1920 - 1224))) !important; }

.tournamentForms::-moz-placeholder {
  font-size: calc(11px + (15 - 7) * ((100vw - 1224px) / (1920 - 1224))) !important; }

.tournamentForms::-ms-input-placeholder {
  font-size: calc(11px + (15 - 7) * ((100vw - 1224px) / (1920 - 1224))) !important; }

.tournamentForms::placeholder {
  font-size: calc(11px + (15 - 7) * ((100vw - 1224px) / (1920 - 1224))) !important; }

.tournamentBlue {
  color: #a6d0ea !important; }

.tMembersLisitingFont {
  font-size: calc(10px + (17 - 4) * ((100vw - 1224px) / (1920 - 1224))); }

.tMembersLisitingAddBtn {
  font-size: 1.8vh;
  width: 25%;
  background: rgba(24, 54, 98, 0.3) !important;
  border: 2px solid #42708c !important;
  border-radius: 5px;
  color: #556f76 !important;
  padding: .275rem .75rem !important; }

.tRegisterBtn {
  width: 92%;
  background: rgba(24, 54, 98, 0.3) !important;
  border: 1px solid #ffffff !important;
  border-radius: 15px;
  color: #ffffff !important;
  height: 8vh; }

.tCancelBtn {
  width: 92%;
  background: rgba(24, 54, 98, 0.3) !important;
  border: 1px solid transparent !important;
  border-radius: 15px;
  color: #ffffff !important;
  height: 8vh; }

.registrationHeader {
  padding-top: 5%;
  color: #ffffff !important; }

.tRegisterAddBtn {
  width: 42%;
  background: #045896 !important;
  border: 1px solid #ffffff !important;
  border-radius: 15px;
  color: #ffffff !important;
  height: 8vh; }

.tRegisterCancelBtn {
  width: 42%;
  background: #040e19 !important;
  border: 0px solid #ffffff !important;
  border-radius: 15px;
  color: #ffffff !important;
  height: 8vh; }

.tournamentForms:disabled {
  cursor: not-allowed !important; }

.tournamentListingContainerSubCentralSuccessfull {
  border: 2px solid #fff000;
  width: 75%;
  height: 16.5vh;
  background: transparent;
  border-radius: 15px;
  position: absolute;
  left: 8%;
  top: -3%; }

.tSuccessFonts {
  font-size: 1.89vh; }

.tMembersLisitingFontSuccessful {
  font-size: 1.9vh; }

.filterTournament {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 2px solid #fff000;
  background: rgba(24, 54, 98, 0.3) !important;
  color: #fff000; }

.filterTournament:focus {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 2px solid #fff000 !important;
  background: rgba(24, 54, 98, 0.3) !important;
  color: #fff000 !important; }

.filterTournament option {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 2px solid #fff000 !important;
  background: #183662 !important;
  color: #fff000 !important; }

.tListingScroller {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 9%;
  padding-right: 4%;
  padding-left: 4%;
  background: rgba(0, 0, 0, 0.35);
  padding-top: 5%;
  height: 91%;
  overflow-y: scroll; }

.tournamentTypeDesc {
  width: 14.8%; }

.modalBgAll {
  background-color: #294353 !important; }

.nav-pills .leaderboard-tabs.active, .nav-pills .show > .leaderboard-tabs {
  background: #0d223e !important;
  border: 2px solid #7c7b0c !important;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  color: #ded101 !important;
  font-size: calc(10px + (15 - 2) * ((100vw - 1224px) / (1920 - 1224))) !important; }

.nav-pills .leaderboard-tabs {
  background: transparent !important;
  border: 1px solid #42708c !important;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  color: #ffffff !important;
  font-size: calc(10px + (15 - 2) * ((100vw - 1224px) / (1920 - 1224))); }

.leaderboard-tabs-li {
  margin-right: 4.8%;
  text-align: center;
  width: 20%; }

.tBlue {
  color: #c4e3ff !important; }

.leaderboardHeaderFont {
  font-size: calc(12px + (15 - 7) * ((100vw - 1224px) / (1920 - 1224))); }

.leaderboardHeader {
  background-color: #213951;
  height: 9vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px; }

.table .leaderboardHeader th {
  vertical-align: middle !important;
  border: 0px !important; }

.table > .leaderboardHeader > tr > th {
  border: 0px !important; }

.leaderboardTable > thead > tr > th, .leaderboardTable > tbody > tr > th, .leaderboardTable > tfoot > tr > th, .leaderboardTable > thead > tr > td, .leaderboardTable > tbody > tr > td, .leaderboardTable > tfoot > tr > td {
  border: 0px !important; }

.leaderboardTable td, .leaderboardTable th {
  border: 0px !important; }

.leaderboardTable {
  position: absolute;
  height: 57vh; }

.tournamentListYellow {
  color: #f7e800 !important; }
