@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)
 */
:root {
  --blue : #007BFF;
  --indigo : #6610F2;
  --purple : #6F42C1;
  --pink : #E83E8C;
  --red : #DC3545;
  --orange : #FD7E14;
  --yellow : #FFC107;
  --green : #28A745;
  --teal : #20C997;
  --cyan : #17A2B8;
  --white : #FFFFFF;
  --gray : #6C757D;
  --gray-dark : #343A40;
  --primary : #666EE8;
  --secondary : #868E96;
  --success : #28D094;
  --info : #1E9FF2;
  --warning : #FF9149;
  --danger : #FF4961;
  --light : #F8F9FA;
  --dark : #343A40;
  --base : #9E9E9E;
  --breakpoint-xs : 0;
  --breakpoint-sm : 576px;
  --breakpoint-md : 768px;
  --breakpoint-lg : 992px;
  --breakpoint-xl : 1200px;
  --font-family-sans-serif : Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-family-monospace : SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

*, *::before, *::after {
  -webkit-box-sizing : border-box;
     -moz-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 : rgba(0, 0, 0, 0);
}

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

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

body {
  margin : 0;
  font-family :  Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size : 1rem;
  font-weight : 400;
  line-height : 1.5;
  color : #444444;
  text-align : left;
  background-color : #f5f6f7;
}

[tabindex='-1']:focus {
  outline : 0 !important;
}

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

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

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

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

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

ol ol, ul ul, ol ul, ul ol {
  margin-bottom : 0;
}
 
a {
  color : #666EE8;
  text-decoration : none;
  background-color : transparent;
  -webkit-text-decoration-skip : objects;
}
a:hover {
  color : #232FDE;
  text-decoration : none !important;
}

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

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

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

table {
  border-collapse : collapse;
}

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

th {
  text-align : inherit;
}

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

button {
  border-radius : 0;
}

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

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

button, input {
  overflow : visible;
}

button, select {
  text-transform : none;
}

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

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

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

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

textarea {
  overflow : auto;
  resize : vertical;
}

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

  

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom : 0.75rem;
  font-family : inherit;
  font-weight : 500;
  line-height : 1.2;
  color : inherit;
  font-family: 'Roboto Slab', serif !important;
}

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

 

hr {
  margin-top : 1.5rem;
  margin-bottom : 1.5rem;
  border : 0;
  border-top : 1px solid rgba(0, 0, 0, 0.1);
}
 
.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 : -webkit-box;
  display : -webkit-flex;
  display :    -moz-box;
  display : -ms-flexbox;
  display :         flex;
  -webkit-flex-wrap : wrap;
      -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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position : relative;
  width : 100%;
  min-height : 1px;
  padding-right : 15px;
  padding-left : 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis : 0;
    -ms-flex-preferred-size : 0;
            flex-basis : 0;
    -webkit-box-flex : 1;
    -webkit-flex-grow : 1;
       -moz-box-flex : 1;
    -ms-flex-positive : 1;
            flex-grow : 1;
    max-width : 100%;
  }
  .col-sm-auto {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 auto;
       -moz-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : auto;
    max-width : none;
  }
  .col-sm-1 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 8.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 8.33333%;
            flex : 0 0 8.33333%;
    max-width : 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 16.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 16.66667%;
            flex : 0 0 16.66667%;
    max-width : 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 25%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
  }
  .col-sm-4 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 33.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 41.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 41.66667%;
            flex : 0 0 41.66667%;
    max-width : 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 50%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
  .col-sm-7 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 58.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 58.33333%;
            flex : 0 0 58.33333%;
    max-width : 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 66.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 75%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 75%;
            flex : 0 0 75%;
    max-width : 75%;
  }
  .col-sm-10 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 83.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 83.33333%;
            flex : 0 0 83.33333%;
    max-width : 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 91.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 91.66667%;
            flex : 0 0 91.66667%;
    max-width : 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 100%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
    max-width : 100%;
  }

}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis : 0;
    -ms-flex-preferred-size : 0;
            flex-basis : 0;
    -webkit-box-flex : 1;
    -webkit-flex-grow : 1;
       -moz-box-flex : 1;
    -ms-flex-positive : 1;
            flex-grow : 1;
    max-width : 100%;
  }
  .col-md-auto {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 auto;
       -moz-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : auto;
    max-width : none;
  }
  .col-md-1 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 8.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 8.33333%;
            flex : 0 0 8.33333%;
    max-width : 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 16.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 16.66667%;
            flex : 0 0 16.66667%;
    max-width : 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 25%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
  }
  .col-md-4 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 33.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 41.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 41.66667%;
            flex : 0 0 41.66667%;
    max-width : 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 50%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
  .col-md-7 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 58.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 58.33333%;
            flex : 0 0 58.33333%;
    max-width : 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 66.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 75%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 75%;
            flex : 0 0 75%;
    max-width : 75%;
  }
  .col-md-10 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 83.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 83.33333%;
            flex : 0 0 83.33333%;
    max-width : 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 91.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 91.66667%;
            flex : 0 0 91.66667%;
    max-width : 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 100%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
    max-width : 100%;
  }
   
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis : 0;
    -ms-flex-preferred-size : 0;
            flex-basis : 0;
    -webkit-box-flex : 1;
    -webkit-flex-grow : 1;
       -moz-box-flex : 1;
    -ms-flex-positive : 1;
            flex-grow : 1;
    max-width : 100%;
  }
  .col-lg-auto {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 auto;
       -moz-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : auto;
    max-width : none;
  }
  .col-lg-1 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 8.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 8.33333%;
            flex : 0 0 8.33333%;
    max-width : 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 16.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 16.66667%;
            flex : 0 0 16.66667%;
    max-width : 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 25%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
  }
  .col-lg-4 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 33.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 41.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 41.66667%;
            flex : 0 0 41.66667%;
    max-width : 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 50%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
  .col-lg-7 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 58.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 58.33333%;
            flex : 0 0 58.33333%;
    max-width : 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 66.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 75%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 75%;
            flex : 0 0 75%;
    max-width : 75%;
  }
  .col-lg-10 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 83.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 83.33333%;
            flex : 0 0 83.33333%;
    max-width : 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 91.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 91.66667%;
            flex : 0 0 91.66667%;
    max-width : 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 100%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
    max-width : 100%;
  }
  
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis : 0;
    -ms-flex-preferred-size : 0;
            flex-basis : 0;
    -webkit-box-flex : 1;
    -webkit-flex-grow : 1;
       -moz-box-flex : 1;
    -ms-flex-positive : 1;
            flex-grow : 1;
    max-width : 100%;
  }
  .col-xl-auto {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 auto;
       -moz-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : auto;
    max-width : none;
  }
  .col-xl-1 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 8.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 8.33333%;
            flex : 0 0 8.33333%;
    max-width : 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 16.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 16.66667%;
            flex : 0 0 16.66667%;
    max-width : 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 25%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
  }
  .col-xl-4 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 33.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 41.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 41.66667%;
            flex : 0 0 41.66667%;
    max-width : 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 50%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
  .col-xl-7 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 58.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 58.33333%;
            flex : 0 0 58.33333%;
    max-width : 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 66.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 75%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 75%;
            flex : 0 0 75%;
    max-width : 75%;
  }
  .col-xl-10 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 83.33333%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 83.33333%;
            flex : 0 0 83.33333%;
    max-width : 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 91.66667%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 91.66667%;
            flex : 0 0 91.66667%;
    max-width : 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 100%;
       -moz-box-flex : 0;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
    max-width : 100%;
  }
   
}



.content-wrapper {
    padding: 0 15px;
}

.table {
  width : 100%;
  margin-bottom : 1.5rem;
  background-color : transparent;
}
.table th, .table td {
  padding : 0.75rem;
  vertical-align : top;
  border-top : 1px solid #DEE2E6;
}
.table thead th {
  vertical-align : bottom;
  border-bottom : 2px solid #DEE2E6;
  text-align: center;
}
.table tbody + tbody {
  border-top : 2px solid #DEE2E6;
}
.table .table {
  background-color : #F4F5FA;
}

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

.table-bordered {
  border : 1px solid #DEE2E6;
}
.table-bordered th, .table-bordered td {
  border : 1px solid #DEE2E6;
  text-align: center;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width : 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-base:hover {
  background-color : #D7D7D7;
}
.table-hover .table-base:hover > td, .table-hover .table-base:hover > th {
  background-color : #D7D7D7;
}

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

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

.table .thead-dark th {
  color : #F4F5FA;
  background-color : #212529;
  border-color : #32383E;
}

.table .thead-light th {
  color : #495057;
  background-color : #E9ECEF;
  border-color : #DEE2E6;
}

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

.percentbox{
  margin-bottom: 20px;
}

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

  .card .card-block {
    padding: 0 !important;
  }

  .card-body {
    padding: 20px !important;
}

.content-wrapper {
    padding: 0 7px;
}

}

@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 {
  margin-top: 5px;
  display : block;
  width : auto;
  height : -webkit-calc(2.25rem + 2px);
  height :    -moz-calc(2.25rem + 2px);
  height :         calc(2.25rem + 2px);
  padding : 0.375rem 0.75rem;
  font-size : 1rem;
  line-height : 1.5;
  color : #495057;
  background-color : #FFFFFF;
  -webkit-background-clip : padding-box;
          background-clip : padding-box;
  border : 1px solid #CED4DA;
  border-radius : 0.25rem;
  -webkit-transition : border-color 0.8s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
          transition : border-color 0.8s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
       -o-transition : border-color 0.8s ease-in-out, box-shadow 0.15s ease-in-out;
     -moz-transition : border-color 0.8s ease-in-out, box-shadow 0.15s ease-in-out;
          transition : border-color 0.8s ease-in-out, box-shadow 0.15s ease-in-out;
          transition : border-color 0.8s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    box-shadow: 0 4px 7px rgb(0 0 0 / 8%) !important;
    height: 60px;
}

.form-control2{
  height: 60px;
  border : none;
  width: 100% !important;
  border: 1px solid #d6dde0;
}

.form-control3{
  height: 60px;
  width: 100% !important;
}

.form-control-file{
  height: 60px;
  padding: 15px; 
}


.form-control4{
  border: 1px solid #d6dde0 !important;
  height: 60px;
  width: 100% !important;
  padding: 15px 25px;
}

.bg-green {
  background-color : #4CAF50 !important;
}

.bg-aqua {
  background-color: #1bcece !important;
}

.bg-purple {
  background-color : #9C27B0 !important;
}

.bg-orange {
  background-color : #FF9800 !important;
}

.bg-olive {
  background-color: #bbbb1a !important;
}

.bg-blue {
  background-color : #2196F3 !important;
}

.bg-red {
  background-color : #F44336 !important;
}

.bg-maroon { 
  background-color: maroon !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition : none;
         -o-transition : none;
       -moz-transition : none;
            transition : none;
  }
}
.form-control::-ms-expand {
  background-color : transparent;
  border : 0;
}
.form-control:focus {
  color : #495057;
  background-color : #FFFFFF;
  border-color : #D5D7F9;
  outline : 0;
  -webkit-box-shadow : 0 0 0 0.2rem rgba(102, 110, 232, 0.25);
          box-shadow : 0 0 0 0.2rem rgba(102, 110, 232, 0.25);
}
.form-control::-webkit-input-placeholder {
  color : #6C757D;
  opacity : 1;
}
.form-control:-moz-placeholder {
  color : #6C757D;
  opacity : 1;
}
.form-control::-moz-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 : #FFFFFF;
}

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

   

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

textarea.form-control {
  height : auto;
}

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

.form-text {
  display : block;
  margin-top : 0.25rem;
}
 
  
.btn, .fc button {
  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 : 0.375rem 0.75rem;
  font-size : 1rem;
  line-height : 1.5;
  border-radius : 0.25rem;
  -webkit-transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
          transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
       -o-transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     -moz-transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn, .fc button {
    -webkit-transition : none;
         -o-transition : none;
       -moz-transition : none;
            transition : none;
  }
}
.btn:hover, .fc button:hover, .btn:focus, .fc button:focus {
  text-decoration : none;
}
.btn:focus, .fc button:focus, .btn.focus, .fc button.focus {
  outline : 0;
  -webkit-box-shadow : 0 0 0 0.2rem rgba(102, 110, 232, 0.25);
          box-shadow : 0 0 0 0.2rem rgba(102, 110, 232, 0.25);
}
.btn.disabled, .fc button.disabled, .btn:disabled, .fc button:disabled {
  opacity : 0.65;
}
.btn:not(:disabled):not(.disabled), .fc button:not(:disabled):not(.disabled) {
  cursor : pointer;
}

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

.btn-success {
  color : #212529;
  background-color : #28D094;
  border-color : #28D094;
}
.btn-success:hover {
  color : #FFFFFF;
  background-color : #22B07D;
  border-color : #20A576;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow : 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
          box-shadow : 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color : #212529;
  background-color : #28D094;
  border-color : #28D094;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color : #FFFFFF;
  background-color : #20A576;
  border-color : #1E9B6E;
}
.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, 208, 148, 0.5);
          box-shadow : 0 0 0 0.2rem rgba(40, 208, 148, 0.5);
}

.btn-info {
  color : #FFFFFF;
  background-color : #1E9FF2;
  border-color : #1E9FF2;
}
.btn-info:hover {
  color : #FFFFFF;
  background-color : #0D8BDD;
  border-color : #0C84D1;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow : 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
          box-shadow : 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color : #FFFFFF;
  background-color : #1E9FF2;
  border-color : #1E9FF2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color : #FFFFFF;
  background-color : #0C84D1;
  border-color : #0B7CC5;
}
.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(30, 159, 242, 0.5);
          box-shadow : 0 0 0 0.2rem rgba(30, 159, 242, 0.5);
}

.btn-warning {
  color : #212529;
  background-color : #FF9149;
  border-color : #FF9149;
}
.btn-warning:hover {
  color : #212529;
  background-color : #FF7A23;
  border-color : #FF7216;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow : 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
          box-shadow : 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color : #212529;
  background-color : #FF9149;
  border-color : #FF9149;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color : #FFFFFF;
  background-color : #FF7216;
  border-color : #FF6A09;
}
.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, 145, 73, 0.5);
          box-shadow : 0 0 0 0.2rem rgba(255, 145, 73, 0.5);
}

.btn-danger {
  color : #FFFFFF;
  background-color : #FF4961;
  border-color : #FF4961;
}
.btn-danger:hover {
  color : #FFFFFF;
  background-color : #FF2340;
  border-color : #FF1635;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow : 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
          box-shadow : 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color : #FFFFFF;
  background-color : #FF4961;
  border-color : #FF4961;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color : #FFFFFF;
  background-color : #FF1635;
  border-color : #FF092A;
}
.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(255, 73, 97, 0.5);
          box-shadow : 0 0 0 0.2rem rgba(255, 73, 97, 0.5);
}
 
  
  
.btn-lg, .btn-group-lg > .btn, .fc .btn-group-lg > button {
  padding : 0.5rem 1rem;
  font-size : 1.25rem;
  line-height : 1.5;
  border-radius : 0.3rem;
}

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

.btn-block {
  display : block;
  width : 100%;
}
.btn-block + .btn-block {
  margin-top : 0.5rem;
}

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

.fade {
  -webkit-transition : opacity 0.15s linear;
       -o-transition : opacity 0.15s linear;
     -moz-transition : opacity 0.15s linear;
          transition : opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition : none;
         -o-transition : none;
       -moz-transition : none;
            transition : none;
  }
}
.fade:not(.show) {
  opacity : 0;
}

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

.collapsing {
  position : relative;
  height : 0;
  overflow : hidden;
  -webkit-transition : height 0.35s ease;
       -o-transition : height 0.35s ease;
     -moz-transition : height 0.35s ease;
          transition : height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition : none;
         -o-transition : none;
       -moz-transition : none;
            transition : none;
  }
}

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

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

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

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

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

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

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

.dropdown-item {
  display : block;
  width : 100%;
  padding : 0.25rem 1.5rem;
  clear : both;
  font-weight : 400;
  color : #212529;
  text-align : inherit;
  white-space : nowrap;
  background-color : transparent;
  border : 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color : #16181B;
  text-decoration : none;
  background-color : #F8F9FA;
}
.dropdown-item.active, .dropdown-item:active {
  color : #FFFFFF;
  text-decoration : none;
  background-color : #666EE8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color : #6C757D;
  background-color : transparent;
}

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

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

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

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

.nav-link {
  display : block;
  padding : 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration : none;
}
.nav-link.disabled {
  color : #6C757D;
}
 
 
   

.navbar {
  position : relative;
  display : -webkit-box;
  display : -webkit-flex;
  display :    -moz-box;
  display : -ms-flexbox;
  display :         flex;
  -webkit-flex-wrap : wrap;
      -ms-flex-wrap : wrap;
          flex-wrap : wrap;
  -webkit-box-align : center;
  -webkit-align-items : center;
     -moz-box-align : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : justify;
  -webkit-justify-content : space-between;
     -moz-box-pack : justify;
  -ms-flex-pack : justify;
          justify-content : space-between;
  padding : 0.75rem 1.5rem;
}
.navbar > .container, .navbar > .container-fluid {
  display : -webkit-box;
  display : -webkit-flex;
  display :    -moz-box;
  display : -ms-flexbox;
  display :         flex;
  -webkit-flex-wrap : wrap;
      -ms-flex-wrap : wrap;
          flex-wrap : wrap;
  -webkit-box-align : center;
  -webkit-align-items : center;
     -moz-box-align : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : justify;
  -webkit-justify-content : space-between;
     -moz-box-pack : justify;
  -ms-flex-pack : justify;
          justify-content : space-between;
}

.navbar-brand {
  display : inline-block;
  padding-top : 0.3125rem;
  padding-bottom : 0.3125rem;
  margin-right : 1.5rem;
  font-size : 1.25rem;
  line-height : inherit;
  white-space : nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration : none;
}

.navbar-nav {
  display : -webkit-box;
  display : -webkit-flex;
  display :    -moz-box;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction : column;
     -moz-box-orient : vertical;
     -moz-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  padding-left : 0;
  margin-bottom : 0;
  list-style : none;
}
.navbar-nav .nav-link {
  padding-right : 0;
  padding-left : 0;
}
.navbar-nav .dropdown-menu {
  position : static;
  float : none;
}

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

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

.navbar-toggler {
  padding : 0.25rem 0.75rem;
  font-size : 1.25rem;
  line-height : 1;
  background-color : transparent;
  border : 1px solid transparent;
  border-radius : 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration : none;
}
.navbar-toggler: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;
  -webkit-background-size : 100% 100%;
          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 {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-flow : row nowrap;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-flow : row nowrap;
            flex-flow : row nowrap;
    -webkit-box-pack : start;
    -webkit-justify-content : flex-start;
       -moz-box-pack : start;
    -ms-flex-pack : start;
            justify-content : flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-direction : row;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-direction : row;
            flex-direction : row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position : absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right : 0.5rem;
    padding-left : 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -webkit-flex-wrap : nowrap;
        -ms-flex-wrap : nowrap;
            flex-wrap : nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display : -webkit-box !important;
    display : -webkit-flex !important;
    display :    -moz-box !important;
    display : -ms-flexbox !important;
    display :         flex !important;
    -webkit-flex-basis : auto;
    -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 {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-flow : row nowrap;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-flow : row nowrap;
            flex-flow : row nowrap;
    -webkit-box-pack : start;
    -webkit-justify-content : flex-start;
       -moz-box-pack : start;
    -ms-flex-pack : start;
            justify-content : flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-direction : row;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-direction : row;
            flex-direction : row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position : absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right : 0.5rem;
    padding-left : 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -webkit-flex-wrap : nowrap;
        -ms-flex-wrap : nowrap;
            flex-wrap : nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display : -webkit-box !important;
    display : -webkit-flex !important;
    display :    -moz-box !important;
    display : -ms-flexbox !important;
    display :         flex !important;
    -webkit-flex-basis : auto;
    -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 {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-flow : row nowrap;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-flow : row nowrap;
            flex-flow : row nowrap;
    -webkit-box-pack : start;
    -webkit-justify-content : flex-start;
       -moz-box-pack : start;
    -ms-flex-pack : start;
            justify-content : flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-direction : row;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-direction : row;
            flex-direction : row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position : absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right : 0.5rem;
    padding-left : 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -webkit-flex-wrap : nowrap;
        -ms-flex-wrap : nowrap;
            flex-wrap : nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display : -webkit-box !important;
    display : -webkit-flex !important;
    display :    -moz-box !important;
    display : -ms-flexbox !important;
    display :         flex !important;
    -webkit-flex-basis : auto;
    -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 {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-flow : row nowrap;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-flow : row nowrap;
            flex-flow : row nowrap;
    -webkit-box-pack : start;
    -webkit-justify-content : flex-start;
       -moz-box-pack : start;
    -ms-flex-pack : start;
            justify-content : flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-direction : row;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-direction : row;
            flex-direction : row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position : absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right : 0.5rem;
    padding-left : 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -webkit-flex-wrap : nowrap;
        -ms-flex-wrap : nowrap;
            flex-wrap : nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display : -webkit-box !important;
    display : -webkit-flex !important;
    display :    -moz-box !important;
    display : -ms-flexbox !important;
    display :         flex !important;
    -webkit-flex-basis : auto;
    -ms-flex-preferred-size : auto;
            flex-basis : auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display : none;
  }
}

.navbar-expand {
  -webkit-box-orient : horizontal;
  -webkit-box-direction : normal;
  -webkit-flex-flow : row nowrap;
     -moz-box-orient : horizontal;
     -moz-box-direction : normal;
      -ms-flex-flow : row nowrap;
          flex-flow : row nowrap;
  -webkit-box-pack : start;
  -webkit-justify-content : flex-start;
     -moz-box-pack : start;
  -ms-flex-pack : start;
          justify-content : flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right : 0;
  padding-left : 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient : horizontal;
  -webkit-box-direction : normal;
  -webkit-flex-direction : row;
     -moz-box-orient : horizontal;
     -moz-box-direction : normal;
      -ms-flex-direction : row;
          flex-direction : row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position : absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right : 0.5rem;
  padding-left : 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  -webkit-flex-wrap : nowrap;
      -ms-flex-wrap : nowrap;
          flex-wrap : nowrap;
}
.navbar-expand .navbar-collapse {
  display : -webkit-box !important;
  display : -webkit-flex !important;
  display :    -moz-box !important;
  display : -ms-flexbox !important;
  display :         flex !important;
  -webkit-flex-basis : auto;
  -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:hover, .navbar-light .navbar-brand:focus {
  color : rgba(0, 0, 0, 0.9);
}

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image : url('data:image/svg+xml;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:hover, .navbar-light .navbar-text a:focus {
  color : rgba(0, 0, 0, 0.9);
}
 

.card {
  position : relative;
  display : -webkit-box;
  display : -webkit-flex;
  display :    -moz-box;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction : column;
     -moz-box-orient : vertical;
     -moz-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  min-width : 0;
  word-wrap : break-word;
  background-color : #FFFFFF;
  -webkit-background-clip : border-box;
          background-clip : border-box;
  border : 1px solid rgba(0, 0, 0, 0.125);
  border-radius : 0.25rem;
}
.card > hr {
  margin-right : 0;
  margin-left : 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius : 0.25rem;
  border-top-right-radius : 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius : 0.25rem;
  border-bottom-left-radius : 0.25rem;
}

.card-body {
  -webkit-box-flex : 1;
  -webkit-flex : 1 1 auto;
     -moz-box-flex : 1;
      -ms-flex : 1 1 auto;
          flex : 1 1 auto;
  padding : 30px;
}

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

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

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

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

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

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

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

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

.badge-primary {
  color : #FFFFFF;
  background-color : #666EE8;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color : #FFFFFF;
  text-decoration : none;
  background-color : #3A44E1;
}

.badge-secondary {
  color : #FFFFFF;
  background-color : #868E96;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color : #FFFFFF;
  text-decoration : none;
  background-color : #6C757D;
}

.badge-success {
  color : #212529;
  background-color : #28D094;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color : #212529;
  text-decoration : none;
  background-color : #20A576;
}

.badge-info {
  color : #FFFFFF;
  background-color : #1E9FF2;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color : #FFFFFF;
  text-decoration : none;
  background-color : #0C84D1;
}

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

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

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

.badge-dark {
  color : #FFFFFF;
  background-color : #343A40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color : #FFFFFF;
  text-decoration : none;
  background-color : #1D2124;
}

.badge-base {
  color : #212529;
  background-color : #9E9E9E;
}
.badge-base[href]:hover, .badge-base[href]:focus {
  color : #212529;
  text-decoration : none;
  background-color : #858585;
}

.jumbotron {
  padding : 2rem 1rem;
  margin-bottom : 2rem;
  background-color : #E9ECEF;
  border-radius : 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding : 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right : 0;
  padding-left : 0;
  border-radius : 0;
}
 
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position : 1rem 0;
  }
  to {
    background-position : 0 0;
  }
}

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

@-o-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 : -webkit-box;
  display : -webkit-flex;
  display :    -moz-box;
  display : -ms-flexbox;
  display :         flex;
  height : 1rem;
  overflow : hidden;
  font-size : 0.75rem;
  background-color : #E9ECEF;
  border-radius : 0.25rem;
}

.progress-bar {
  display : -webkit-box;
  display : -webkit-flex;
  display :    -moz-box;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction : column;
     -moz-box-orient : vertical;
     -moz-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
     -moz-box-pack : center;
  -ms-flex-pack : center;
          justify-content : center;
  color : #FFFFFF;
  text-align : center;
  white-space : nowrap;
  background-color : #666EE8;
  -webkit-transition : width 0.6s ease;
       -o-transition : width 0.6s ease;
     -moz-transition : width 0.6s ease;
          transition : width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition : none;
         -o-transition : none;
       -moz-transition : none;
            transition : none;
  }
}

.progress-bar-striped {
      background-image : -webkit-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-image : -moz- oldlinear-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-image :      -o-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-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);
  -webkit-background-size : 1rem 1rem;
          background-size : 1rem 1rem;
}

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

.border {
  border : 1px solid #DEE2E6 !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;
}
  
 

@media (min-width: 576px) {
  .d-sm-none {
    display : none !important;
  } 
}

@media (min-width: 768px) {
  .d-md-none {
    display : none !important;
  }   
}

@media (min-width: 992px) {
  .d-lg-none {
    display : none !important;
  }
   
  .d-lg-block {
    display : block !important;
  }
   
 
}

@media (min-width: 1200px) {
  .d-xl-none {
    display : none !important;
  }
 
}


@media (max-width: 1200px) {
  .lg-hidden{
    display: none;
  }
 
}



 

.float-left {
  float : left !important;
}

.float-right {
  float : right !important;
}

.float-none {
  float : none !important;
}
  

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

 
 

.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 {
  -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;
          border-radius: 5px;
}

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

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

 
 
.m-1 {
  margin : 0.375rem !important;
}

.mt-1, .my-1 {
  margin-top : 0.375rem !important;
}

.mr-1, .mx-1 {
  margin-right : 0.375rem !important;
}

.mb-1, .my-1 {
  margin-bottom : 0.375rem !important;
}

.ml-1, .mx-1 {
  margin-left : 0.375rem !important;
}

.m-2 {
  margin : 0.75rem !important;
}

.mt-2, .my-2 {
  margin-top : 0.75rem !important;
}

 

.ml-2, .mx-2 {
  margin-left : 0.75rem !important;
}

.m-3 {
  margin : 1.5rem !important;
}

.mt-3, .my-3 {
  margin-top : 1.5rem !important;
}

.mr-3, .mx-3 {
  margin-right : 1.5rem !important;
}

.mb-3, .my-3 {
  margin-bottom : 1.5rem !important;
}

.ml-3, .mx-3 {
  margin-left : 1.5rem !important;
}

.m-4 {
  margin : 2.25rem !important;
}

.mt-4, .my-4 {
  margin-top : 2.25rem !important;
}

.mr-4, .mx-4 {
  margin-right : 2.25rem !important;
}

.mb-4, .my-4 {
  margin-bottom : 2.25rem !important;
}

.ml-4, .mx-4 {
  margin-left : 2.25rem !important;
}

.m-5 {
  margin : 4.5rem !important;
}
 

 
 
.pt-1, .py-1 {
  padding-top : 0.375rem !important;
}

.pr-1, .px-1 {
  padding-right : 0.375rem !important;
}

.pb-1, .py-1 {
  padding-bottom : 0.375rem !important;
}

.pl-1, .px-1 {
  padding-left : 0.375rem !important;
}

 

 
.pr-2, .px-2 {
  padding-right : 0.75rem !important;
}

.pb-2, .py-2 {
  padding-bottom : 0.75rem !important;
}

.pl-2, .px-2 {
  padding-left : 0.75rem !important;
}

.p-3 {
  padding : 1.5rem !important;
}

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

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

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

 
 

.text-muted {
  color : #6C757D !important;
}

 

.visible {
  visibility : visible !important;
}

.invisible {
  visibility : hidden !important;
}

@media print {
  *, *::before, *::after {
    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;
  }
  pre, blockquote {
    border : 1px solid #ADB5BD;
    page-break-inside : avoid;
  }
  thead {
    display : table-header-group;
  }
  tr, img {
    page-break-inside : avoid;
  }
  p, h2, h3 {
    orphans : 3;
    widows : 3;
  }
  h2, h3 {
    page-break-after : avoid;
  }
  @page {
    size : a3;
  }
  body {
    min-width : 992px !important;
  }
  .container {
    min-width : 992px !important;
  }
  .navbar {
    display : none;
  }
  .badge {
    border : 1px solid #000000;
  }
  .table {
    border-collapse : collapse !important;
  }
  .table td, .table th {
    background-color : #FFFFFF !important;
  }
  .table-bordered th, .table-bordered td {
    border : 1px solid #DEE2E6 !important;
  }
  .table-dark {
    color : inherit;
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color : #DEE2E6;
  }
  .table .thead-dark th {
    color : inherit;
    border-color : #DEE2E6;
  }
}

        

.gradient-indigo-dark-blue {
      background-image : -webkit-linear-gradient(45deg, #3949AB, #4FC3F7);
      background-image : -moz- oldlinear-gradient(45deg, #3949AB, #4FC3F7);
      background-image :      -o-linear-gradient(45deg, #3949AB, #4FC3F7);
      background-image :         linear-gradient(45deg, #3949AB, #4FC3F7);
  background-repeat : repeat-x;
}

.btn.gradient-indigo-dark-blue:active, .fc button.gradient-indigo-dark-blue:active, .btn.gradient-indigo-dark-blue.active, .fc button.gradient-indigo-dark-blue.active {
      background-image : -webkit-linear-gradient(45deg, #3949AB, #4FC3F7);
      background-image : -moz- oldlinear-gradient(45deg, #3949AB, #4FC3F7);
      background-image :      -o-linear-gradient(45deg, #3949AB, #4FC3F7);
      background-image :         linear-gradient(45deg, #3949AB, #4FC3F7);
  background-repeat : repeat-x;
}
       
 

.gradient-indigo-blue {
      background-image : -webkit-linear-gradient(45deg, #303F9F, #1976D2);
      background-image : -moz- oldlinear-gradient(45deg, #303F9F, #1976D2);
      background-image :      -o-linear-gradient(45deg, #303F9F, #1976D2);
      background-image :         linear-gradient(45deg, #303F9F, #1976D2);
  background-repeat : repeat-x;
  color: #fff !important;
}

.btn.gradient-indigo-blue:active, .fc button.gradient-indigo-blue:active, .btn.gradient-indigo-blue.active, .fc button.gradient-indigo-blue.active {
      background-image : -webkit-linear-gradient(45deg, #303F9F, #1976D2);
      background-image : -moz- oldlinear-gradient(45deg, #303F9F, #1976D2);
      background-image :      -o-linear-gradient(45deg, #303F9F, #1976D2);
      background-image :         linear-gradient(45deg, #303F9F, #1976D2);
  background-repeat : repeat-x;
}
         

.gradient-indigo-purple {
      background-image : -webkit-linear-gradient(45deg, #303F9F, #7B1FA2);
      background-image : -moz- oldlinear-gradient(45deg, #303F9F, #7B1FA2);
      background-image :      -o-linear-gradient(45deg, #303F9F, #7B1FA2);
      background-image :         linear-gradient(45deg, #303F9F, #7B1FA2);
  background-repeat : repeat-x;
}

.btn.gradient-indigo-purple:active, .fc button.gradient-indigo-purple:active, .btn.gradient-indigo-purple.active, .fc button.gradient-indigo-purple.active {
      background-image : -webkit-linear-gradient(45deg, #303F9F, #7B1FA2);
      background-image : -moz- oldlinear-gradient(45deg, #303F9F, #7B1FA2);
      background-image :      -o-linear-gradient(45deg, #303F9F, #7B1FA2);
      background-image :         linear-gradient(45deg, #303F9F, #7B1FA2);
  background-repeat : repeat-x;
}
 
.gradient-blue-indigo {
      background-image : -webkit-linear-gradient(45deg, #2962FF, #3949AB);
      background-image : -moz- oldlinear-gradient(45deg, #2962FF, #3949AB);
      background-image :      -o-linear-gradient(45deg, #2962FF, #3949AB);
      background-image :         linear-gradient(45deg, #2962FF, #3949AB);
  background-repeat : repeat-x;
}
  

.gradient-nepal {
      background-image : -webkit-linear-gradient(45deg, #DE6161, #2657EB);
      background-image : -moz- oldlinear-gradient(45deg, #DE6161, #2657EB);
      background-image :      -o-linear-gradient(45deg, #DE6161, #2657EB);
      background-image :         linear-gradient(45deg, #DE6161, #2657EB);
  background-repeat : repeat-x;
}

.btn.gradient-nepal:active, .fc button.gradient-nepal:active, .btn.gradient-nepal.active, .fc button.gradient-nepal.active {
      background-image : -webkit-linear-gradient(45deg, #DE6161, #2657EB);
      background-image : -moz- oldlinear-gradient(45deg, #DE6161, #2657EB);
      background-image :      -o-linear-gradient(45deg, #DE6161, #2657EB);
      background-image :         linear-gradient(45deg, #DE6161, #2657EB);
  background-repeat : repeat-x;
}
 

.white {
  color : #FFFFFF !important;
}

 
  

.black {
  color : #000000 !important;
}

.badge-black {
  background-color : #000000;
}
 
   

  
 

.primary {
  color : #666EE8 !important;
}
  
 
     
 
.badge-success {
  background-color : #28D094;
}

 
.bg-success.tag-glow, .border-success.tag-glow {
  -webkit-box-shadow : 0 0 10px #28D094;
          box-shadow : 0 0 10px #28D094;
}

  

.btn-success {
  background-color : #28D094 !important;
  color : #FFFFFF !important;
  border-color : #28D094;
}
.btn-success.active {
  background-color : #22B27F !important;
  border-color : #22B27F !important;
}
.btn-success.btn-flat {
  background-color : transparent !important;
  color : #28D094 !important;
  border : none;
}
 
 
        

.card {
  border : 0;
  margin : 0; 
  border-radius : 8px;
  -webkit-box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
-moz-box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
/*-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.09);
box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.09);*/
}
 
 
form label {
  color : #75787D;
  font-size : 14px;
  font-weight : 500;
}

form .labelfocus {
  color : #000000;
}

form .custom-file .custom-file-label {
  line-height : 2;
}
form .custom-file .custom-file-label::after {
  line-height : 1.9;
}

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

form .form-control {
  border: 1px solid #d6dde0;
  border-radius: 5px;
  /*border: none !important;*/
  box-shadow:0 4px 7px rgb(0 0 0 / 8%) !important;
  color : #75787D;
  height: 60px;
}
form .form-control::-webkit-input-placeholder {
  color : #AEB5DA;
}
form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color : #AEB5DA;
}
form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color : #AEB5DA;
}
form .form-control:-ms-input-placeholder {
  color : #AEB5DA;
}
form .form-control:focus {
  border-color : none;
}

form .form-control-position {
  position : absolute;
  top : 2px;
  right : 0;
  z-index : 2;
  display : block;
  width : 2.5rem;
  height : 2.5rem;
  line-height : 2.5rem;
  text-align : center;
}

form .has-icon-left .form-control-position {
  right : auto;
  left : inherit;
}

form .has-icon-left .form-control {
  padding-right : 0.85rem;
  padding-left : 2.95rem;
}

form .has-icon-right .form-control {
  padding-right : 2.5rem;
}

form .form-section {
  color : #343A40;
  line-height : 3rem;
  font-size : 1.2rem;
  letter-spacing : 0.5px;
  font-weight : 400;
  margin-bottom : 20px;
  border-bottom : 1px solid #343A40;
}
form .form-section i {
  font-size : 20px;
  margin-left : 5px;
  margin-right : 5px;
}

form .form-actions {
  border-top : 1px solid #D1D5EA;
  padding : 20px 0;
  margin-top : 20px;
}
form .form-actions.filled {
  background-color : #F4F5FA;
}
form .form-actions.center {
  text-align : center;
}
form .form-actions.right {
  text-align : right;
}
form .form-actions.top {
  border-top : 0;
  border-bottom : 1px solid #D1D5EA;
  margin-top : 0;
  margin-bottom : 20px;
}
@media (max-width: 767.98px) {
  form .form-actions .buttons-group {
    float : left !important;
    margin-bottom : 10px;
  }
}

@media (min-width: 576px) {
  form.form-horizontal .form-group .label-control {
    text-align : right;
  }
}

form.row-separator .form-group {
  margin : 0;
  border-bottom : 1px solid #E9EBF5;
}
form.row-separator .form-group .label-control {
  padding-top : 1.5rem;
}
form.row-separator .form-group > div {
  padding : 1.2rem;
  padding-right : 0;
}
form.row-separator .form-group.last {
  border-bottom : 0;
}

form.form-bordered .form-group {
  margin : 0;
  border-bottom : 1px solid #E9EBF5;
}
form.form-bordered .form-group .label-control {
  padding-top : 1.5rem;
}
form.form-bordered .form-group > div {
  padding : 1.2rem;
  padding-right : 0;
  border-left : 1px solid #E9EBF5;
}
form.form-bordered .form-group.last {
  border-bottom : 0;
}

form.striped-rows .form-group {
  margin : 0;
}
form.striped-rows .form-group .label-control {
  padding-top : 1.5rem;
}
form.striped-rows .form-group > div {
  padding : 1.2rem;
  padding-right : 0;
}
form.striped-rows .form-group:nth-child(even) {
  background-color : #F4F5FA;
}

form.striped-labels .form-group {
  margin : 0;
}
form.striped-labels .form-group .label-control {
  padding-top : 1.5rem;
}
form.striped-labels .form-group > div {
  padding : 1.2rem;
  padding-right : 0;
  background-color : white;
}
form.striped-labels .form-group:nth-child(even) {
  background-color : #F4F5FA;
}

select.form-control {
  padding-top : 0 !important;
  padding-bottom : 0 !important;
  height: 60px !important;
  text-transform: capitalize;
}
 
.form-control:disabled, .form-control[readonly] {
  background-color : #ECEFF1;
}

.input-group-addon {
  background-color : #ECEFF1;
}
 

.input-group-addon input[type='radio'], .input-group-addon input[type='checkbox'] {
  margin-top : -4px;
  margin-left : -1rem;
}

.form-control-xl, .input-group-xl > .form-control, .input-group-xl > .input-group-addon, .input-group-xl > .input-group-btn > .btn, .fc .input-group-xl > .input-group-btn > button {
  padding : 0.8rem 1rem;
}
 

.carousel-inner > .carousel-item > img {
  display : block;
  max-width : 100%;
  height : auto;
  line-height : 1;
}
 
 
.navbar {
  z-index : 3;
  border : 0;
  border-radius : 0;
}
.navbar .navbar-brand {
  position : relative;
}
.navbar .navbar-nav {
  display : block;
  margin-right : -18px;
}
.navbar .navbar-nav .dropdown-menu {
  position : absolute;
}
.navbar .navbar-toggle {
  background-color : transparent;
  border : none;
}
.navbar .navbar-toggle .icon-bar {
  background-color : inherit;
  border : 1px solid;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top : 4px;
}
.navbar .notification {
  position : absolute;
  top : -1px;
  right : 13px;
}
.navbar .dropdown-user-link .avatar {
  width : 36px;
  right: 10px;
}

@media (max-width: 767px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin : 0;
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-flow : row wrap;
       -moz-box-orient : horizontal;
       -moz-box-direction : normal;
        -ms-flex-flow : row wrap;
            flex-flow : row wrap;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position : absolute;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
    float : left;
  }
}

/* For sm screen*/
/*@media (max-width: 991.98px) {
  .navbar-header {
    width : 100% !important;
  }
  .navbar-container {
    width : 100%;
    display : table;
    padding : 0rem 1rem;
    margin : 0;
    height : auto;
  }
}
*/
@media (max-width: 991.98px) {
  .header-navbar .navbar-container ul.navbar-nav li {
    float : right !important;
  }
  .header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
    padding : 0.5rem 0.5rem;
  }
}
 

.table .custom-control.custom-checkbox .custom-control-label {
  margin-bottom : 1rem !important;
}

h1, .h1 {
  font-size : 36px;
}

h2, .h2 {
    font-size: 24px;
    font-weight: bold;
}

h3, .h3 {
  font-size : 24px;
}

h4, .h4 {
  font-size : 20px;
}

h5, .h5 {
  font-size : 18px;
}

h6, .h6 {
  font-size : 16px;
  font-weight : 300;
}

small small, .small {
  font-size : 90%;
}

blockquote, .blockquote {
  padding : 10px 20px;
  margin : 0 0 20px;
  font-size : 1.1rem;
  border-left : 5px solid #EEEEEE;
}
blockquote p, .blockquote p {
  font-style : italic;
}
blockquote footer, blockquote small, blockquote .small, .blockquote footer, .blockquote small, .blockquote .small {
  display : block;
  font-size : 80%;
  line-height : 1.42857143;
  color : #777777;
}

.blockquote-reverse, blockquote.pull-right {
  padding-right : 15px;
  padding-left : 0;
  border-right : 5px solid #EEEEEE;
  border-left : 0;
  text-align : right;
}

li, dd {
  line-height : 2rem;
}

h2.title {
  margin-bottom : 2rem;
}

.text-warning {
  color : #FF9149 !important;
}
 
.form-group .checkbox label, .form-group .radio label {
  color : rgba(0, 0, 0, 0.87);
}

 

.list-group-item:hover {
  z-index : 0;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color : #666EE8;
  border-color : #666EE8;
}

.label {
  padding-bottom : 0.1em !important;
  letter-spacing : 0.5px;
}
.label.label-default {
  background-color : #777777 !important;
}

 
 

.dropdown-menu {
  display : none;
  opacity : inherit;
}
.dropdown-menu .active a {
  background-color : #666EE8;
}
.dropdown-menu .active a:focus, .dropdown-menu .active a:hover {
  background-color : #666EE8;
}
.dropdown-menu.show {
  -webkit-transform : none;
     -moz-transform : none;
      -ms-transform : none;
       -o-transform : none;
          transform : none;
  opacity : 1;
}

.form-control.open ~ .dropdown-menu {
  -webkit-transform : none;
     -moz-transform : none;
      -ms-transform : none;
       -o-transform : none;
          transform : none;
  opacity : 1;
}

.tab-content {
  padding : 1rem;
}

.nav-tabs .nav-link {
  height : 100%;
}
.nav-tabs .nav-link.active {
  background-color : transparent;
  border-bottom-color : white;
}

.nav-tabs .nav-item.show .nav-link {
  background-color : transparent;
  border-bottom-color : white;
}

 
 

body.chat-page .main-panel {
  min-height : -webkit-calc(100% - 85px);
  min-height :    -moz-calc(100% - 85px);
  min-height :         calc(100% - 85px);
  height : -webkit-calc(100% - 85px);
  height :    -moz-calc(100% - 85px);
  height :         calc(100% - 85px);
}
 
 
           

/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    padding : 0 10px;
    text-align : center;
  }
 
}

.display-inline {
  display : inline !important;
}

.display-block {
  display : block !important;
}

.display-inline-block {
  display : inline-block !important;
}

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

 
 

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

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

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

.border {
  border : 1px solid;
}
 
 
 

.full-width {
  width : 100% !important;
}

.full-height {
  height : 100% !important;
}

.full-height-vh {
  height : 100vh !important;
}

.width-50 {
  width : 50px !important;
}

.width-100 {
  width : 100px !important;
}

.width-150 {
  width : 150px !important;
}

.width-200 {
  width : 200px !important;
}

.width-250 {
  width : 250px !important;
}

.width-300 {
  width : 300px !important;
}

.width-350 {
  width : 350px !important;
}

.width-400 {
  width : 400px !important;
}

.width-450 {
  width : 450px !important;
}

.width-500 {
  width : 500px !important;
}

.width-550 {
  width : 550px !important;
}

.width-600 {
  width : 600px !important;
}

.width-650 {
  width : 650px !important;
}

.width-700 {
  width : 700px !important;
}

.width-750 {
  width : 750px !important;
}

.width-800 {
  width : 800px !important;
}

.width-5-per {
  width : 5% !important;
}

.width-10-per {
  width : 10% !important;
}

.width-15-per {
  width : 15% !important;
}

.width-20-per {
  width : 20% !important;
}

.width-25-per {
  width : 25% !important;
}

.width-30-per {
  width : 30% !important;
}

.width-35-per {
  width : 35% !important;
}

.width-40-per {
  width : 40% !important;
}

.width-45-per {
  width : 45% !important;
}

.width-50-per {
  width : 50% !important;
}

.width-55-per {
  width : 55% !important;
}

.width-60-per {
  width : 60% !important;
}

.width-65-per {
  width : 65% !important;
}

.width-70-per {
  width : 70% !important;
}

.width-75-per {
  width : 75% !important;
}

.width-80-per {
  width : 80% !important;
}

.width-90-per {
  width : 90% !important;
}

.width-95-per {
  width : 95% !important;
}

.height-0 {
  height : 0 !important;
}

.height-50 {
  height : 50px !important;
}

.height-75 {
  height : 75px !important;
}

.height-100 {
  height : 100px !important;
}

.height-150 {
  height : 150px !important;
}

.height-200 {
  height : 200px !important;
}

.height-250 {
  height : 250px !important;
}

.height-300 {
  height : 300px !important;
}

.height-350 {
  height : 350px !important;
}

.height-400 {
  height : 400px !important;
}

.height-450 {
  height : 450px !important;
}

.height-500 {
  height : 500px !important;
}

.height-550 {
  height : 550px !important;
}

.height-600 {
  height : 600px !important;
}

.height-650 {
  height : 650px !important;
}

.height-700 {
  height : 700px !important;
}

.height-750 {
  height : 750px !important;
}

.height-800 {
  height : 800px !important;
}

.height-5-per {
  height : 5% !important;
}

.height-10-per {
  height : 10% !important;
}

.height-15-per {
  height : 15% !important;
}

.height-20-per {
  height : 20% !important;
}

.height-25-per {
  height : 25% !important;
}

.height-30-per {
  height : 30% !important;
}

.height-35-per {
  height : 35% !important;
}

.height-40-per {
  height : 40% !important;
}

.height-45-per {
  height : 45% !important;
}

.height-50-per {
  height : 50% !important;
}

.height-55-per {
  height : 55% !important;
}

.height-60-per {
  height : 60% !important;
}

.height-65-per {
  height : 65% !important;
}

.height-70-per {
  height : 70% !important;
}

.height-75-per {
  height : 75% !important;
}

.height-80-per {
  height : 80% !important;
}

.line-height-0 {
  line-height : 0 !important;
}

.line-height-1 {
  line-height : 1 !important;
}

.line-height-2 {
  line-height : 1.5 !important;
}

.line-height-2 {
  line-height : 2 !important;
}

.rotate-45 {
  -webkit-transform : rotate(45deg);
     -moz-transform : rotate(45deg);
      -ms-transform : rotate(45deg);
       -o-transform : rotate(45deg);
          transform : rotate(45deg);
}

.rotate-45-inverse {
  -webkit-transform : rotate(-45deg);
     -moz-transform : rotate(-45deg);
      -ms-transform : rotate(-45deg);
       -o-transform : rotate(-45deg);
          transform : rotate(-45deg);
}

.rotate-90 {
  -webkit-transform : rotate(45deg);
     -moz-transform : rotate(45deg);
      -ms-transform : rotate(45deg);
       -o-transform : rotate(45deg);
          transform : rotate(45deg);
}

.rotate-90-inverse {
  -webkit-transform : rotate(-45deg);
     -moz-transform : rotate(-45deg);
      -ms-transform : rotate(-45deg);
       -o-transform : rotate(-45deg);
          transform : rotate(-45deg);
}

.rotate-180 {
  -webkit-transform : rotate(45deg);
     -moz-transform : rotate(45deg);
      -ms-transform : rotate(45deg);
       -o-transform : rotate(45deg);
          transform : rotate(45deg);
}

.rotate-180-inverse {
  -webkit-transform : rotate(-45deg);
     -moz-transform : rotate(-45deg);
      -ms-transform : rotate(-45deg);
       -o-transform : rotate(-45deg);
          transform : rotate(-45deg);
}

.spinner {
  display : inline-block;
  -webkit-animation : spin 1s linear infinite;
     -moz-animation : spin 1s linear infinite;
       -o-animation : spin 1s linear infinite;
          animation : spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(360deg);
            transform : rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform : rotate(0deg);
         transform : rotate(0deg);
  }
  100% {
    -moz-transform : rotate(360deg);
         transform : rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform : rotate(0deg);
       transform : rotate(0deg);
  }
  100% {
    -o-transform : rotate(360deg);
       transform : rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform : rotate(0deg);
       -moz-transform : rotate(0deg);
         -o-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(360deg);
       -moz-transform : rotate(360deg);
         -o-transform : rotate(360deg);
            transform : rotate(360deg);
  }
}

.spinner-reverse {
  display : inline-block;
  -webkit-animation : spin-reverse 1s linear infinite;
     -moz-animation : spin-reverse 1s linear infinite;
       -o-animation : spin-reverse 1s linear infinite;
          animation : spin-reverse 1s linear infinite;
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(-360deg);
            transform : rotate(-360deg);
  }
}

@-moz-keyframes spin-reverse {
  0% {
    -moz-transform : rotate(0deg);
         transform : rotate(0deg);
  }
  100% {
    -moz-transform : rotate(-360deg);
         transform : rotate(-360deg);
  }
}

@-o-keyframes spin-reverse {
  0% {
    -o-transform : rotate(0deg);
       transform : rotate(0deg);
  }
  100% {
    -o-transform : rotate(-360deg);
       transform : rotate(-360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform : rotate(0deg);
       -moz-transform : rotate(0deg);
         -o-transform : rotate(0deg);
            transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(-360deg);
       -moz-transform : rotate(-360deg);
         -o-transform : rotate(-360deg);
            transform : rotate(-360deg);
  }
}
 

.list-group .list-group-item.active {
  color : #FFFFFF !important;
}

.list-group .list-group-item-action:active {
  color : #FFFFFF;
  background-color : #5BD3C7;
}
.list-group .list-group-item-action:active a {
  color : #FFFFFF;
}



@-webkit-keyframes cd-enter-right {
  0% {
    opacity : 0;
        -ms-transform : translateX(100%);
    /* IE 9 */
    -webkit-transform : translateX(100%);
    /* Safari 3-8 */
            transform : translateX(100%);
  }
  100% {
    opacity : 1;
        -ms-transform : translateX(0%);
    /* IE 9 */
    -webkit-transform : translateX(0%);
    /* Safari 3-8 */
            transform : translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity : 0;
        -ms-transform : translateX(100%);
    /* IE 9 */
    -webkit-transform : translateX(100%);
    /* Safari 3-8 */
       -moz-transform : translateX(100%);
            transform : translateX(100%);
  }
  100% {
    opacity : 1;
        -ms-transform : translateX(0%);
    /* IE 9 */
    -webkit-transform : translateX(0%);
    /* Safari 3-8 */
       -moz-transform : translateX(0%);
            transform : translateX(0%);
  }
}

@-o-keyframes cd-enter-right {
  0% {
    opacity : 0;
        -ms-transform : translateX(100%);
    /* IE 9 */
    -webkit-transform : translateX(100%);
    /* Safari 3-8 */
         -o-transform : translateX(100%);
            transform : translateX(100%);
  }
  100% {
    opacity : 1;
        -ms-transform : translateX(0%);
    /* IE 9 */
    -webkit-transform : translateX(0%);
    /* Safari 3-8 */
         -o-transform : translateX(0%);
            transform : translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity : 0;
        -ms-transform : translateX(100%);
    /* IE 9 */
    -webkit-transform : translateX(100%);
    /* Safari 3-8 */
       -moz-transform : translateX(100%);
         -o-transform : translateX(100%);
            transform : translateX(100%);
  }
  100% {
    opacity : 1;
        -ms-transform : translateX(0%);
    /* IE 9 */
    -webkit-transform : translateX(0%);
    /* Safari 3-8 */
       -moz-transform : translateX(0%);
         -o-transform : translateX(0%);
            transform : translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity : 0;
        -ms-transform : translateX(-100%);
    /* IE 9 */
    -webkit-transform : translateX(-100%);
    /* Safari 3-8 */
            transform : translateX(-100%);
  }
  100% {
    opacity : 1;
        -ms-transform : translateX(0%);
    /* IE 9 */
    -webkit-transform : translateX(0%);
    /* Safari 3-8 */
            transform : translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity : 0;
        -ms-transform : translateX(-100%);
    /* IE 9 */
    -webkit-transform : translateX(-100%);
    /* Safari 3-8 */
       -moz-transform : translateX(-100%);
            transform : translateX(-100%);
  }
  100% {
    opacity : 1;
        -ms-transform : translateX(0%);
    /* IE 9 */
    -webkit-transform : translateX(0%);
    /* Safari 3-8 */
       -moz-transform : translateX(0%);
            transform : translateX(0%);
  }
}

@-o-keyframes cd-enter-left {
  0% {
    opacity : 0;
        -ms-transform : translateX(-100%);
    /* IE 9 */
    -webkit-transform : translateX(-100%);
    /* Safari 3-8 */
         -o-transform : translateX(-100%);
            transform : translateX(-100%);
  }
  100% {
    opacity : 1;
        -ms-transform : translateX(0%);
    /* IE 9 */
    -webkit-transform : translateX(0%);
    /* Safari 3-8 */
         -o-transform : translateX(0%);
            transform : translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity : 0;
        -ms-transform : translateX(-100%);
    /* IE 9 */
    -webkit-transform : translateX(-100%);
    /* Safari 3-8 */
       -moz-transform : translateX(-100%);
         -o-transform : translateX(-100%);
            transform : translateX(-100%);
  }
  100% {
    opacity : 1;
        -ms-transform : translateX(0%);
    /* IE 9 */
    -webkit-transform : translateX(0%);
    /* Safari 3-8 */
       -moz-transform : translateX(0%);
         -o-transform : translateX(0%);
            transform : translateX(0%);
  }
}




#search-results .media-search {
  padding-top : 5px;
}

#search-results p {
  font-size : 0.9rem;
}

#search-results .media-list {
  padding : 0;
}
#search-results .media-list .media {
  padding : 1.25rem;
  margin-top : 0;
}

html {
  width : 100%;
}

hr {
  border-color : #A8A8A8;
}

ul.list-inline i {
  line-height : 18px;
}

ul.list-inline li {
  display : inline-block;
}

ul.list-inline.list-inline-pipe > li + li:before {
  content : ' | ';
  color : #868E96;
}




@-webkit-keyframes rotate {
  100% {
    -webkit-transform : rotate(360deg);
            transform : rotate(360deg);
  }
}

@-moz-keyframes rotate {
  100% {
    -moz-transform : rotate(360deg);
         transform : rotate(360deg);
  }
}

@-o-keyframes rotate {
  100% {
    -o-transform : rotate(360deg);
       transform : rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform : rotate(360deg);
       -moz-transform : rotate(360deg);
         -o-transform : rotate(360deg);
            transform : rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray : 1, 200;
    stroke-dashoffset : 0;
  }
  50% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset : -35px;
  }
  100% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset : -124px;
  }
}

@-moz-keyframes dash {
  0% {
    stroke-dasharray : 1, 200;
    stroke-dashoffset : 0;
  }
  50% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset : -35px;
  }
  100% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset : -124px;
  }
}

@-o-keyframes dash {
  0% {
    stroke-dasharray : 1, 200;
    stroke-dashoffset : 0;
  }
  50% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset : -35px;
  }
  100% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset : -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray : 1, 200;
    stroke-dashoffset : 0;
  }
  50% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset : -35px;
  }
  100% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset : -124px;
  }
}

@-webkit-keyframes color {
  100%, 0% {
    stroke : #666EE8;
  }
  50% {
    stroke : #FF9149;
  }
  100% {
    stroke : #666EE8;
  }
}

@-moz-keyframes color {
  100%, 0% {
    stroke : #666EE8;
  }
  50% {
    stroke : #FF9149;
  }
  100% {
    stroke : #666EE8;
  }
}

@-o-keyframes color {
  100%, 0% {
    stroke : #666EE8;
  }
  50% {
    stroke : #FF9149;
  }
  100% {
    stroke : #666EE8;
  }
}

@keyframes color {
  100%, 0% {
    stroke : #666EE8;
  }
  50% {
    stroke : #FF9149;
  }
  100% {
    stroke : #666EE8;
  }
}

/*           Animations              */
.animation-transition-general {
  -webkit-transition : all 300ms linear;
     -moz-transition : all 300ms linear;
       -o-transition : all 300ms linear;
          transition : all 300ms linear;
}

.animation-transition-slow {
  -webkit-transition : all 370ms linear;
     -moz-transition : all 370ms linear;
       -o-transition : all 370ms linear;
          transition : all 370ms linear;
}

.animation-transition-fast {
  -webkit-transition : all 150ms ease 0s;
     -moz-transition : all 150ms ease 0s;
       -o-transition : all 150ms ease 0s;
          transition : all 150ms ease 0s;
}

legend {
  border-bottom : 0;
}

* {
  -webkit-tap-highlight-color : rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color : transparent;
}
*:focus {
  outline : 0;
}

a:focus, a:active, button:active, button:focus, button:hover, button::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='submit']::-moz-focus-inner, select::-moz-focus-inner, input[type='file'] > input[type='button']::-moz-focus-inner {
  outline : 0 !important;
}

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

datetime .form-group {
  margin : 0;
}

.btn-round {
  border-radius : 30px;
}



.nav-item a#search:after {
  display : none;
}

.nav-item .search.dropdown-menu {
  padding : 0.5rem;
  min-width : 15rem;
}
.nav-item .search.dropdown-menu form .form-control {
  border : none;
  color : black;
}
.nav-item .search.dropdown-menu form .form-control:focus {
  -webkit-box-shadow : none;
          box-shadow : none;
}
.nav-item .search.dropdown-menu .navbar-search-close {
  cursor : pointer;
}
.nav-item .search.dropdown-menu .arrow_box_right:after {
  right : -5px !important;
}

.custom-control-input:active ~ .custom-control-indicator {
  background-color : #666EE8;
}

.form-control:focus {
  border-color : none !important;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%) !important;
}
 

 

.avatar {
  display : inline-block;
  position : relative;
  width : 30px;
  white-space : nowrap;
  border-radius : 1000px;
  vertical-align : bottom;
}
.avatar img {
  width: 50px !important;
  width: auto;
  height : auto;
  border : 0;
}
 

.wrapper {
  position : relative;
  top : 0;
  height : 100vh;
}
.wrapper .content-header {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    margin-bottom: 0.25rem;
  /*  text-transform: capitalize;*/
    color: #454545;
}
.wrapper .content-sub-header {
  font-family: 'Roboto Slab', serif;
  font-size : 16px;
}

.wrapper.nav-collapsed .app-sidebar {
  width : 60px;
}
.wrapper.nav-collapsed .app-sidebar:hover {
  width : 250px;
}
.wrapper.nav-collapsed .app-sidebar:hover .nav li.has-sub > a:after {
  display : inherit;
}
.wrapper.nav-collapsed .app-sidebar:hover .menu-title, .wrapper.nav-collapsed .app-sidebar:hover .badge {
  display : inline-block;
}
.wrapper.nav-collapsed .app-sidebar:hover .logo .text {
  display : inline-block;
}
.wrapper.nav-collapsed .app-sidebar:hover .nav-toggle {
  display : block !important;
}
.wrapper.nav-collapsed .app-sidebar .menu-title {
  display : none;
}
.wrapper.nav-collapsed .app-sidebar .badge {
  display : none;
}
.wrapper.nav-collapsed .app-sidebar .logo .text {
  display : none;
}
.wrapper.nav-collapsed .app-sidebar .nav-toggle {
  display : none !important;
}
.wrapper.nav-collapsed .app-sidebar .nav-close {
  display : none !important;
}
.wrapper.nav-collapsed .navbar .navbar-header {
  padding-left : 50px;
}
.wrapper.nav-collapsed .main-panel .main-content {
  padding-left : 60px;
}
.wrapper.nav-collapsed footer {
  padding-left : 60px;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li > a, .wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li .has-sub > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li .has-sub > a {
  padding : 7px 0 7px 0;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li.has-sub > a:after, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li.has-sub > a:after {
  display : none;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li.nav-collapsed-open > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li.nav-collapsed-open > a {
  -webkit-box-shadow : 0 6px 14px 2px rgba(0, 0, 0, 0.2);
          box-shadow : 0 6px 14px 2px rgba(0, 0, 0, 0.2);
  border-radius : 50%;
  padding : 4px 0 4px 4px;
  margin-left : 8px;
  margin-right : 12px;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li.nav-collapsed-open > a i, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li.nav-collapsed-open > a i {
  color : #FF4961 !important;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation > li > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation > li > a {
  padding : 4px;
  margin-left : 8px;
  margin-right : 12px;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation > li.active ~ .nav-collapsed-open > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation > li.active ~ .nav-collapsed-open > a {
  background-color : transparent !important;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation > li.active ~ .nav-collapsed-open > a > i, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation > li.active ~ .nav-collapsed-open > a > i {
  color : #FFFFFF !important;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover)[data-background-color='white'] .navigation li.nav-collapsed-open a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover)[data-background-color='white'] .navigation li.nav-collapsed-open a {
      background-image : -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image : -moz- oldlinear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :      -o-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :         linear-gradient(45deg, #FC00FF, #00DBDE);
  background-repeat : repeat-x;
  color : #FFFFFF;
}
.wrapper.menu-collapsed .app-sidebar:not(:hover)[data-background-color='white'] .navigation li.nav-collapsed-open a i, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover)[data-background-color='white'] .navigation li.nav-collapsed-open a i {
  color : #FFFFFF !important;
}
.wrapper .app-sidebar:not(:hover) .navigation li.nav-collapsed-open > a, .wrapper .off-canvas-sidebar:not(:hover) .navigation li.nav-collapsed-open > a {
  background-color : #FFFFFF;
  -webkit-transition : background-color 0.4s ease-in;
       -o-transition : background-color 0.4s ease-in;
     -moz-transition : background-color 0.4s ease-in;
          transition : background-color 0.4s ease-in;
}
.wrapper .app-sidebar:not(:hover)[data-background-color='white'] .navigation li.active a, .wrapper .off-canvas-sidebar:not(:hover)[data-background-color='white'] .navigation li.active a {
      background-image : -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image : -moz- oldlinear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :      -o-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :         linear-gradient(45deg, #FC00FF, #00DBDE);
  background-repeat : repeat-x;
}
.wrapper .app-sidebar:not(:hover)[data-background-color='white'] .navigation > li.nav-collapsed-open > a, .wrapper .off-canvas-sidebar:not(:hover)[data-background-color='white'] .navigation > li.nav-collapsed-open > a {
  color : #000000;
}
.wrapper .app-sidebar:not(:hover)[data-background-color='white'] .navigation > li.nav-collapsed-open > a i, .wrapper .off-canvas-sidebar:not(:hover)[data-background-color='white'] .navigation > li.nav-collapsed-open > a i {
  color : #000000;
}
.wrapper .app-sidebar:hover[data-background-color='white'] .navigation li.nav-collapsed-open a, .wrapper .off-canvas-sidebar:hover[data-background-color='white'] .navigation li.nav-collapsed-open a {
  color : #000000;
}
.wrapper .app-sidebar:hover[data-background-color='white'] .navigation li.nav-collapsed-open a i, .wrapper .off-canvas-sidebar:hover[data-background-color='white'] .navigation li.nav-collapsed-open a i {
  color : #000000;
}
.wrapper .app-sidebar:not([data-background-color='white']):not(:hover) .navigation > li.nav-collapsed-open > a, .wrapper .off-canvas-sidebar:not([data-background-color='white']):not(:hover) .navigation > li.nav-collapsed-open > a {
  color : #FF4961;
}
.wrapper .app-sidebar:not([data-background-color='white']):not(:hover) .navigation > li.nav-collapsed-open > a i, .wrapper .off-canvas-sidebar:not([data-background-color='white']):not(:hover) .navigation > li.nav-collapsed-open > a i {
  color : #FF4961;
}
.wrapper .app-sidebar[data-background-color='white'] .navigation li.nav-collapsed-open > a, .wrapper .off-canvas-sidebar[data-background-color='white'] .navigation li.nav-collapsed-open > a {
  background : rgba(200, 200, 200, 0.2);
}
.wrapper.sidebar-lg .app-sidebar .navigation li.active a, .wrapper.sidebar-lg .off-canvas-sidebar .navigation li.active a {
  padding-left : 75px;
}
.wrapper.sidebar-lg .app-sidebar .navigation li.active a:before, .wrapper.sidebar-lg .off-canvas-sidebar .navigation li.active a:before {
  left : 25%;
}

.bootstrap-navbar {
  position : absolute;
  top : 0;
  bottom : 0;
  left : 0;
  width : 260px;
  display : block;
  z-index : 1;
  color : #FFFFFF;
  font-weight : 200;
  -webkit-background-size : cover;
          background-size : cover;
  background-position : center center;
}

.app-sidebar, .off-canvas-sidebar {
  font-family :  Roboto, 'Helvetica Neue', Arial, sans-serif;
  position : fixed;
  top : 0;
  bottom : 0;
  left : 0;
  z-index : 4;
  width : 250px;
  height : 100vh;
  -webkit-box-shadow : 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow : 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform : translate3d(0, 0, 0);
     -moz-transform : translate3d(0, 0, 0);
          transform : translate3d(0, 0, 0);
  white-space : nowrap;
  visibility : visible;
}
.app-sidebar.hide-sidebar, .off-canvas-sidebar.hide-sidebar {
  -webkit-transition : -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          transition : -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
       -o-transition :      -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
     -moz-transition :         transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          transition :         transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          transition :         transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform : translate3d(-100%, 0, 0);
     -moz-transform : translate3d(-100%, 0, 0);
          transform : translate3d(-100%, 0, 0);
}
.app-sidebar .sidebar-content, .off-canvas-sidebar .sidebar-content {
  position : relative;
  height : -webkit-calc(100vh - 90px);
  height :    -moz-calc(100vh - 90px);
  height :         calc(100vh - 90px);
  overflow : hidden;
  z-index : 4;
}
.app-sidebar .logo-img, .off-canvas-sidebar .logo-img {
  width : 48px;
  display : inline-block;
  margin-right : 15px;
  margin-left: 20px;
}
.app-sidebar .logo-img img, .off-canvas-sidebar .logo-img img {
  width : 170px;
}
.app-sidebar .user-settings-wrap, .off-canvas-sidebar .user-settings-wrap {
  padding : 20px 0;
  border-top : 1px solid rgba(200, 200, 200, 0.3);
  border-bottom : 1px solid rgba(200, 200, 200, 0.3);
}
.app-sidebar .user-settings-wrap .user-img, .off-canvas-sidebar .user-settings-wrap .user-img {
  border : 4px solid rgba(200, 200, 200, 0.3);
}
.app-sidebar .navigation, .off-canvas-sidebar .navigation {
  margin-bottom : 0;
  padding-left : 0;
  list-style : none;
}
.app-sidebar .navigation li, .off-canvas-sidebar .navigation li {
  position : relative;
  display : block;
}
.app-sidebar .navigation li a, .off-canvas-sidebar .navigation li a {
  font-weight : 300;
  letter-spacing : 0.6px;
}
.app-sidebar .navigation li.has-sub > a:after, .off-canvas-sidebar .navigation li.has-sub > a:after {
/*  content: "\f063";
  font-family: "Font Awesome 5 Brands"; */
  font-size : 1rem;
  display : inline-block;
  position : absolute;
  right : 10px;
  top : 8px;
  -webkit-transform : rotate(0);
     -moz-transform : rotate(0);
      -ms-transform : rotate(0);
       -o-transform : rotate(0);
          transform : rotate(0);
  transition : -webkit-transform 0.2s ease-in-out;
}
.app-sidebar .navigation li.has-sub > a, .off-canvas-sidebar .navigation li.has-sub > a {
  margin-bottom : 0;
  font-size : 0.95rem;
  font-weight : 300;
  letter-spacing : 0.6px;
}
.app-sidebar .navigation li.has-sub > a span.menu-title, .off-canvas-sidebar .navigation li.has-sub > a span.menu-title {
  font-size : 0.95rem;
}
.app-sidebar .navigation li.has-sub.open .menu-content a, .off-canvas-sidebar .navigation li.has-sub.open .menu-content a {
  font-size : 0.85rem;
}
.app-sidebar .navigation li.has-sub .has-sub.open .menu-content a, .off-canvas-sidebar .navigation li.has-sub .has-sub.open .menu-content a {
  font-size : 0.85rem;
}
.app-sidebar .navigation li.has-sub .has-sub.open > a, .off-canvas-sidebar .navigation li.has-sub .has-sub.open > a {
  background : none;
}
.app-sidebar .navigation li.has-sub .has-sub.open > a:before, .off-canvas-sidebar .navigation li.has-sub .has-sub.open > a:before {
  content : '';
  display : block;
  width : 7px;
  height : 7px;
  border-radius : 50%;
  background-color : #FFFFFF;
  border-color : #FFFFFF;
  position : absolute;
  left : 46px;
  top : 21px;
  -webkit-transform : translate(-10px, -50%);
     -moz-transform : translate(-10px, -50%);
      -ms-transform : translate(-10px, -50%);
       -o-transform : translate(-10px, -50%);
          transform : translate(-10px, -50%);
  opacity : 1;
  -webkit-transition : all 0.2s ease;
       -o-transition : all 0.2s ease;
     -moz-transition : all 0.2s ease;
          transition : all 0.2s ease;
}
.app-sidebar .navigation li.has-sub .has-sub.open:hover > a, .off-canvas-sidebar .navigation li.has-sub .has-sub.open:hover > a {
  background : rgba(200, 200, 200, 0.2);
}
.app-sidebar .navigation li.has-sub a span, .off-canvas-sidebar .navigation li.has-sub a span {
  font-size : 0.85rem;
}
.app-sidebar .navigation li.open > a:after, .off-canvas-sidebar .navigation li.open > a:after {
  -webkit-transform : rotate(90deg);
     -moz-transform : rotate(90deg);
      -ms-transform : rotate(90deg);
       -o-transform : rotate(90deg);
          transform : rotate(90deg);
}
.app-sidebar .navigation li.open > a, .off-canvas-sidebar .navigation li.open > a {
  background : rgba(200, 200, 200, 0.2);
}
.app-sidebar .navigation li.active a, .off-canvas-sidebar .navigation li.active a {
  background : #FFFFFF;
  color : #FF4961 !important;
  padding-left : 70px;
  /* -webkit-transition: padding 0.3s ease;
                    transition: padding 0.3s ease; */
  -webkit-box-shadow : 0 6px 14px 2px rgba(0, 0, 0, 0.2);
          box-shadow : 0 6px 14px 2px rgba(0, 0, 0, 0.2);
  font-weight : 400;
  font-size : 0.85rem;
}
.app-sidebar .navigation li.active a:before, .off-canvas-sidebar .navigation li.active a:before {
  content : '';
  display : block;
  width : 7px;
  height : 7px;
  border-radius : 50%;
  background-color : #FA626B;
  border-color : #FA626B;
  position : absolute;
  left : 28%;
  top : 50%;
  -webkit-transform : translate(-10px, -50%);
     -moz-transform : translate(-10px, -50%);
      -ms-transform : translate(-10px, -50%);
       -o-transform : translate(-10px, -50%);
          transform : translate(-10px, -50%);
  opacity : 1;
  -webkit-transition : all 0.2s ease;
       -o-transition : all 0.2s ease;
     -moz-transition : all 0.2s ease;
          transition : all 0.2s ease;
}
.app-sidebar .navigation li.active a span, .off-canvas-sidebar .navigation li.active a span {
  font-weight : 400;
  font-size : 0.85rem;
}
.app-sidebar .navigation li.active:hover > a, .off-canvas-sidebar .navigation li.active:hover > a {
  background : #FFFFFF;
}
.app-sidebar .navigation li a, .off-canvas-sidebar .navigation li a {
  position : relative;
}
.app-sidebar .navigation li a span.badge, .off-canvas-sidebar .navigation li a span.badge {
  position : absolute;
  right : 3rem;
}
.app-sidebar .navigation li > a, .off-canvas-sidebar .navigation li > a {
  display : block;
  overflow : hidden;
  line-height : 2rem;
  padding : 7px 10px 7px 14px;
  margin : 10px 13px;
  border-radius : 3rem;
  color : #000000;
}
.app-sidebar .navigation li:not(.open) > ul, .off-canvas-sidebar .navigation li:not(.open) > ul {
  display : none;
}
.app-sidebar .navigation li:hover > a, .off-canvas-sidebar .navigation li:hover > a {
  background : rgba(200, 200, 200, 0.2);
}
.app-sidebar .navigation li ul, .off-canvas-sidebar .navigation li ul {
  padding : 0;
  margin : 0;
  overflow : hidden;
  font-size : 1rem;
}
.app-sidebar .navigation li ul li a, .off-canvas-sidebar .navigation li ul li a {
  display : block;
  padding : 3px 18px 3px 25px;
  margin : 5px 13px;
}
.app-sidebar .navigation > li.active > a, .off-canvas-sidebar .navigation > li.active > a {
  background : #FFFFFF;
  color : #FF4961 !important;
  padding-left : 14px;
  -webkit-box-shadow : 0 6px 14px 2px rgba(0, 0, 0, 0.2);
          box-shadow : 0 6px 14px 2px rgba(0, 0, 0, 0.2);
}
.app-sidebar .navigation > li.active > a:before, .off-canvas-sidebar .navigation > li.active > a:before {
  color : #FF4961 !important;
  content : none;
}
.app-sidebar .navigation > li.active > a i, .off-canvas-sidebar .navigation > li.active > a i {
  color : #FF4961 !important;
}
.app-sidebar .navigation > li.active:hover > a, .off-canvas-sidebar .navigation > li.active:hover > a {
  background : #FFFFFF;
}
.app-sidebar .navigation .menu-title, .off-canvas-sidebar .navigation .menu-title {
  margin : 0;
  font-size : 0.95rem;
  font-weight : 300;
  letter-spacing : 0.6px;
  opacity : 1;
  height : auto;
  -webkit-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.app-sidebar .navigation .badge.badge-pill, .off-canvas-sidebar .navigation .badge.badge-pill {
  padding : 4px 8px;
  font-weight : 300;
  -webkit-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition : width 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.app-sidebar .navigation i, .off-canvas-sidebar .navigation i {
  font-size : 20px;
  float : left;
  margin-right : 10px;
  margin-left : 1px;
  line-height : 2rem;
  width : 30px;
  text-align : center;
  color : #A9AFBB;
}
.app-sidebar .sidebar-background, .off-canvas-sidebar .sidebar-background {
  position : absolute;
  z-index : 1;
  height : 100%;
  width : 100%;
  display : block;
  top : 0;
  left : 0;
  -webkit-background-size : cover;
          background-size : cover;
  background-position : center center;
}
.app-sidebar .sidebar-background:after, .off-canvas-sidebar .sidebar-background:after {
  position : absolute;
  z-index : 3;
  width : 100%;
  height : 100%;
  content : '';
  display : block;
  background : #FFFFFF;
  opacity : 0.93;
}
.app-sidebar .logo, .off-canvas-sidebar .logo {
  position : relative;
  padding : 18px 15px 18px 10px;
  z-index : 4;
}
.app-sidebar .logo p, .off-canvas-sidebar .logo p {
  float : left;
  font-size : 20px;
  margin : 10px 10px;
  color : #FFFFFF;
  line-height : 20px;
  font-family : 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.app-sidebar .logo .logo-text, .off-canvas-sidebar .logo .logo-text {
  text-transform : uppercase;
  padding : 5px 0;
  display : block;
  font-size : 1.6rem;
  letter-spacing : 2px;
  color : #000000;
  text-align : left;
  font-weight : 400;
}
.app-sidebar:after, .app-sidebar:before, .off-canvas-sidebar:after, .off-canvas-sidebar:before {
  display : block;
  content : '';
  position : absolute;
  width : 100%;
  height : 100%;
  top : 0;
  left : 0;
  z-index : 2;
}
.app-sidebar:before, .off-canvas-sidebar:before {
  opacity : 0.33;
}
.app-sidebar:after, .off-canvas-sidebar:after {
  z-index : 3;
  opacity : 1;
}
.app-sidebar[data-image]:after, .app-sidebar.has-image:after, .off-canvas-sidebar[data-image]:after, .off-canvas-sidebar.has-image:after {
  opacity : 0.77;
}
.app-sidebar[data-background-color='white'], .off-canvas-sidebar[data-background-color='white'] {
  background-color : #FFFFFF;
}
.app-sidebar[data-background-color='white'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='white'] .sidebar-background:after {
  background : #FFFFFF;
  opacity : 0.9;
}
.app-sidebar[data-background-color='white'] .navigation i, .app-sidebar[data-background-color='white'] .navigation li > a, .off-canvas-sidebar[data-background-color='white'] .navigation i, .off-canvas-sidebar[data-background-color='white'] .navigation li > a {
  color : #000000;
}
.app-sidebar[data-background-color='white'] .logo-text, .off-canvas-sidebar[data-background-color='white'] .logo-text {
  color : #000000;
}
.app-sidebar[data-background-color='white'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='white'] .sidebar-header a.nav-toggle {
  color : #000000;
}
.app-sidebar[data-background-color='white'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='white'] .sidebar-header a.nav-close {
  color : #000000;
}
.app-sidebar[data-background-color='white'] .navigation li.active a, .off-canvas-sidebar[data-background-color='white'] .navigation li.active a {
      background-image : -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image : -moz- oldlinear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :      -o-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :         linear-gradient(45deg, #FC00FF, #00DBDE);
  background-repeat : repeat-x;
}
.app-sidebar[data-background-color='white'] .navigation li.active a, .off-canvas-sidebar[data-background-color='white'] .navigation li.active a {
  color : #FFFFFF !important;
}
.app-sidebar[data-background-color='white'] .navigation li.active a:before, .off-canvas-sidebar[data-background-color='white'] .navigation li.active a:before {
  background-color : #FFFFFF;
}
.app-sidebar[data-background-color='white'] .navigation li.active i, .off-canvas-sidebar[data-background-color='white'] .navigation li.active i {
  color : #FFFFFF !important;
}
.app-sidebar[data-background-color='black'], .off-canvas-sidebar[data-background-color='black'] {
  background-color : #000000;
}
.app-sidebar[data-background-color='black'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='black'] .sidebar-background:after {
  background : #000000;
  opacity : 0.8;
}
.app-sidebar[data-background-color='black'] .navigation i, .app-sidebar[data-background-color='black'] .navigation li > a, .off-canvas-sidebar[data-background-color='black'] .navigation i, .off-canvas-sidebar[data-background-color='black'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='black'] .logo-text, .off-canvas-sidebar[data-background-color='black'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='black'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='black'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='black'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='black'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='primary'], .off-canvas-sidebar[data-background-color='primary'] {
  background-color : #666EE8;
}
.app-sidebar[data-background-color='primary'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='primary'] .sidebar-background:after {
  background : #666EE8;
  opacity : 0.9;
}
.app-sidebar[data-background-color='primary'] .navigation i, .app-sidebar[data-background-color='primary'] .navigation li > a, .off-canvas-sidebar[data-background-color='primary'] .navigation i, .off-canvas-sidebar[data-background-color='primary'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='primary'] .logo-text, .off-canvas-sidebar[data-background-color='primary'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='primary'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='primary'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='primary'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='primary'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='info'], .off-canvas-sidebar[data-background-color='info'] {
  background-color : #5BD3C7;
}
.app-sidebar[data-background-color='info'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='info'] .sidebar-background:after {
  background : #5BD3C7;
  opacity : 0.9;
}
.app-sidebar[data-background-color='info'] .navigation i, .app-sidebar[data-background-color='info'] .navigation li > a, .off-canvas-sidebar[data-background-color='info'] .navigation i, .off-canvas-sidebar[data-background-color='info'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='info'] .logo-text, .off-canvas-sidebar[data-background-color='info'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='info'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='info'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='info'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='info'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='success'], .off-canvas-sidebar[data-background-color='success'] {
  background-color : #28D094;
}
.app-sidebar[data-background-color='success'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='success'] .sidebar-background:after {
  background : #28D094;
  opacity : 0.9;
}
.app-sidebar[data-background-color='success'] .navigation i, .app-sidebar[data-background-color='success'] .navigation li > a, .off-canvas-sidebar[data-background-color='success'] .navigation i, .off-canvas-sidebar[data-background-color='success'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='success'] .logo-text, .off-canvas-sidebar[data-background-color='success'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='success'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='success'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='success'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='success'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='warning'], .off-canvas-sidebar[data-background-color='warning'] {
  background-color : #FF9149;
}
.app-sidebar[data-background-color='warning'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='warning'] .sidebar-background:after {
  background : #FF9149;
  opacity : 0.9;
}
.app-sidebar[data-background-color='warning'] .navigation i, .app-sidebar[data-background-color='warning'] .navigation li > a, .off-canvas-sidebar[data-background-color='warning'] .navigation i, .off-canvas-sidebar[data-background-color='warning'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='warning'] .logo-text, .off-canvas-sidebar[data-background-color='warning'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='warning'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='warning'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='warning'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='warning'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='danger'], .off-canvas-sidebar[data-background-color='danger'] {
  background-color : #FF4961;
}
.app-sidebar[data-background-color='danger'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='danger'] .sidebar-background:after {
  background : #FF4961;
  opacity : 0.9;
}
.app-sidebar[data-background-color='danger'] .navigation i, .app-sidebar[data-background-color='danger'] .navigation li > a, .off-canvas-sidebar[data-background-color='danger'] .navigation i, .off-canvas-sidebar[data-background-color='danger'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='danger'] .logo-text, .off-canvas-sidebar[data-background-color='danger'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='danger'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='danger'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='danger'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='danger'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='aqua-marine'], .off-canvas-sidebar[data-background-color='aqua-marine'] {
      background-image : -webkit-linear-gradient(45deg, #828282, #6e6e6e);
      background-image : -moz- oldlinear-gradient(45deg, #828282, #6e6e6e);
      background-image :      -o-linear-gradient(45deg, #828282, #6e6e6e);
      background-image :         linear-gradient(45deg, #828282, #6e6e6e);
  background-repeat : repeat-x;
}
.app-sidebar[data-background-color='aqua-marine'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='aqua-marine'] .sidebar-background:after {
      background-image : -webkit-linear-gradient(45deg, #828282, #6e6e6e);
      background-image : -moz- oldlinear-gradient(45deg, #828282, #6e6e6e);
      background-image :      -o-linear-gradient(45deg, #828282, #6e6e6e);
      background-image :         linear-gradient(45deg, #828282, #6e6e6e);
  background-repeat : repeat-x;
  opacity : 0.9;
}
.app-sidebar[data-background-color='aqua-marine'] .navigation i, .app-sidebar[data-background-color='aqua-marine'] .navigation li > a, .off-canvas-sidebar[data-background-color='aqua-marine'] .navigation i, .off-canvas-sidebar[data-background-color='aqua-marine'] .navigation li > a {
  color : #FFFFFF;
  text-decoration: none;
}
.app-sidebar[data-background-color='aqua-marine'] .logo-text, .off-canvas-sidebar[data-background-color='aqua-marine'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='aqua-marine'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='aqua-marine'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='aqua-marine'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='aqua-marine'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='sublime-vivid'], .off-canvas-sidebar[data-background-color='sublime-vivid'] {
      background-image : -webkit-linear-gradient(45deg, #FC466B, #3F5EFB);
      background-image : -moz- oldlinear-gradient(45deg, #FC466B, #3F5EFB);
      background-image :      -o-linear-gradient(45deg, #FC466B, #3F5EFB);
      background-image :         linear-gradient(45deg, #FC466B, #3F5EFB);
  background-repeat : repeat-x;
}
.app-sidebar[data-background-color='sublime-vivid'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='sublime-vivid'] .sidebar-background:after {
      background-image : -webkit-linear-gradient(45deg, #FC466B, #3F5EFB);
      background-image : -moz- oldlinear-gradient(45deg, #FC466B, #3F5EFB);
      background-image :      -o-linear-gradient(45deg, #FC466B, #3F5EFB);
      background-image :         linear-gradient(45deg, #FC466B, #3F5EFB);
  background-repeat : repeat-x;
  opacity : 0.9;
}
.app-sidebar[data-background-color='sublime-vivid'] .navigation i, .app-sidebar[data-background-color='sublime-vivid'] .navigation li > a, .off-canvas-sidebar[data-background-color='sublime-vivid'] .navigation i, .off-canvas-sidebar[data-background-color='sublime-vivid'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='sublime-vivid'] .logo-text, .off-canvas-sidebar[data-background-color='sublime-vivid'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='sublime-vivid'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='sublime-vivid'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='sublime-vivid'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='sublime-vivid'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='crystal-clear'], .off-canvas-sidebar[data-background-color='crystal-clear'] {
      background-image : -webkit-linear-gradient(45deg, #159957, #155799);
      background-image : -moz- oldlinear-gradient(45deg, #159957, #155799);
      background-image :      -o-linear-gradient(45deg, #159957, #155799);
      background-image :         linear-gradient(45deg, #159957, #155799);
  background-repeat : repeat-x;
}
.app-sidebar[data-background-color='crystal-clear'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='crystal-clear'] .sidebar-background:after {
      background-image : -webkit-linear-gradient(45deg, #159957, #155799);
      background-image : -moz- oldlinear-gradient(45deg, #159957, #155799);
      background-image :      -o-linear-gradient(45deg, #159957, #155799);
      background-image :         linear-gradient(45deg, #159957, #155799);
  background-repeat : repeat-x;
  opacity : 0.9;
}
.app-sidebar[data-background-color='crystal-clear'] .navigation i, .app-sidebar[data-background-color='crystal-clear'] .navigation li > a, .off-canvas-sidebar[data-background-color='crystal-clear'] .navigation i, .off-canvas-sidebar[data-background-color='crystal-clear'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='crystal-clear'] .logo-text, .off-canvas-sidebar[data-background-color='crystal-clear'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='crystal-clear'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='crystal-clear'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='crystal-clear'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='crystal-clear'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='timber'], .off-canvas-sidebar[data-background-color='timber'] {
      background-image : -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image : -moz- oldlinear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :      -o-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :         linear-gradient(45deg, #FC00FF, #00DBDE);
  background-repeat : repeat-x;
}
.app-sidebar[data-background-color='timber'] .sidebar-background:after, .off-canvas-sidebar[data-background-color='timber'] .sidebar-background:after {
      background-image : -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image : -moz- oldlinear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :      -o-linear-gradient(45deg, #FC00FF, #00DBDE);
      background-image :         linear-gradient(45deg, #FC00FF, #00DBDE);
  background-repeat : repeat-x;
  opacity : 0.9;
}
.app-sidebar[data-background-color='timber'] .navigation i, .app-sidebar[data-background-color='timber'] .navigation li > a, .off-canvas-sidebar[data-background-color='timber'] .navigation i, .off-canvas-sidebar[data-background-color='timber'] .navigation li > a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='timber'] .logo-text, .off-canvas-sidebar[data-background-color='timber'] .logo-text {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='timber'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='timber'] .sidebar-header a.nav-toggle {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='timber'] .sidebar-header a.nav-close, .off-canvas-sidebar[data-background-color='timber'] .sidebar-header a.nav-close {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='white'] .navigation li a, .off-canvas-sidebar[data-background-color='white'] .navigation li a {
  color : #000000;
}
.app-sidebar[data-background-color='white'] .navigation li.has-sub .has-sub.open > a:before, .off-canvas-sidebar[data-background-color='white'] .navigation li.has-sub .has-sub.open > a:before {
  background-color : #000000;
  border-color : #000000;
}
.app-sidebar[data-background-color='black'] .navigation li a, .off-canvas-sidebar[data-background-color='black'] .navigation li a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='black'] .navigation li.has-sub .has-sub.open > a:before, .off-canvas-sidebar[data-background-color='black'] .navigation li.has-sub .has-sub.open > a:before {
  background-color : #FFFFFF;
  border-color : #FFFFFF;
}
.app-sidebar[data-background-color='red'] .navigation li a, .off-canvas-sidebar[data-background-color='red'] .navigation li a {
  color : #FFFFFF;
}
.app-sidebar[data-background-color='red'] .navigation li.has-sub .has-sub.open > a:before, .off-canvas-sidebar[data-background-color='red'] .navigation li.has-sub .has-sub.open > a:before {
  background-color : #FFFFFF;
  border-color : #FFFFFF;
}
.app-sidebar[data-background-color='white'] .logo-text, .off-canvas-sidebar[data-background-color='white'] .logo-text {
  color : #000000;
}
.app-sidebar[data-background-color='white'] .sidebar-header a.nav-toggle, .off-canvas-sidebar[data-background-color='white'] .sidebar-header a.nav-toggle {
  color : #000000;
}
.app-sidebar[data-background-color='white'] .user-settings-wrap h5, .off-canvas-sidebar[data-background-color='white'] .user-settings-wrap h5 {
  color : #000000 !important;
}
.app-sidebar[data-background-color='white'] .user-settings-wrap .user-options a, .off-canvas-sidebar[data-background-color='white'] .user-settings-wrap .user-options a {
  color : #000000 !important;
}
.app-sidebar[data-color='blue'] .moving-tab, .off-canvas-sidebar[data-color='blue'] .moving-tab {
  background-color : #5BD3C7;
}
.app-sidebar[data-color='green'] .moving-tab, .off-canvas-sidebar[data-color='green'] .moving-tab {
  background-color : #28D094;
}
.app-sidebar[data-color='orange'] .moving-tab, .off-canvas-sidebar[data-color='orange'] .moving-tab {
  background-color : #FF9149;
}
.app-sidebar[data-color='red'] .moving-tab, .off-canvas-sidebar[data-color='red'] .moving-tab {
  background-color : #FF4961;
}
.app-sidebar[data-color='purple'] .moving-tab, .off-canvas-sidebar[data-color='purple'] .moving-tab {
  background-color : #666EE8;
}

.sidebar-header a.nav-toggle {
  display : inline-block;
  position : absolute;
  width : 20px;
  height : 20px;
  line-height : 20px;
  text-align : center;
  right : 18px;
  top : 30px;
  color : rgba(255, 255, 255, 0.55);
}

.sidebar-header a.nav-close {
  display : inline-block;
  position : absolute;
  width : 20px;
  height : 20px;
  line-height : 20px;
  text-align : center;
  right : 14px;
  top : 32px;
  color : white;
}

.main-panel {
  position : relative;
  z-index : 2;
  float : right;
  min-height : 100%;
  max-height : 100%;
  height : 100%;
  width : 100%;
  -webkit-transform : translate3d(0px, 0, 0);
     -moz-transform : translate3d(0px, 0, 0);
       -o-transform : translate3d(0px, 0, 0);
      -ms-transform : translate3d(0px, 0, 0);
          transform : translate3d(0px, 0, 0);
  -webkit-transition : all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
     -moz-transition : all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
       -o-transition : all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
          transition : all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.main-panel .main-content {
  position : relative;
  min-height : -webkit-calc(100% - 123px);
  min-height :    -moz-calc(100% - 123px);
  min-height :         calc(100% - 123px);
  -webkit-transition : all 0.3s ease;
       -o-transition : all 0.3s ease;
     -moz-transition : all 0.3s ease;
          transition : all 0.3s ease;
}
.main-panel div .footer {
  border-top : 1px solid #E7E7E7;
}
.main-panel > .navbar {
  margin-bottom : 0;
}

.bootstrap-navbar .navigation {
  margin-top : 20px;
  float : none;
}

.sidebar-sm .app-sidebar {
  width : 220px;
}

.sidebar-lg .app-sidebar {
  width : 280px;
}

@media (min-width: 992px) {
  .main-panel .main-content {
    padding-left : 250px;
  }
  .navbar .navbar-header {
    padding-left : 240px;
  }
  footer.footer {
    padding-left: 250px;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    border-top: 2px solid #f3f3f3;
    background: #fff;
  }
  .sidebar-sm .main-panel .main-content {
    padding-left : 220px;
  }
  .sidebar-sm .navbar .navbar-header {
    padding-left : 210px;
  }
  .sidebar-sm .navbar .navbar-container {
    padding-left : 220px;
  }
  .sidebar-sm footer {
    padding-left : 220px;
  }
  .sidebar-lg .main-panel .main-content {
    padding-left : 280px;
  }
  .sidebar-lg .navbar .navbar-header {
    padding-left : 270px;
  }
  .sidebar-lg .navbar .navbar-container {
    padding-left : 280px;
  }
  .sidebar-lg footer {
    padding-left : 280px;
  }
}

@media (max-width: 992px) {
  .app-sidebar {
    -webkit-transition : -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition : -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
         -o-transition :      -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
       -moz-transition :         transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition :         transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition :         transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .navbar {
    padding : 0 25px;
  }
  .navbar-toggle {
    display : block;
  }
  #navbar-fullscreen {
    margin-top : 20px !important;
  }
  .navbar-toggle .icon-bar {
    display : block;
    position : relative;
    background : #FFFFFF;
    width : 24px;
    height : 2px;
    border-radius : 1px;
    margin : 0 auto;
  }
  .navbar-header .navbar-toggle {
    margin : 2px 15px 20px 0;
    width : 40px;
    height : 40px;
  }
  .navbar-header .navbar-collapse-toggle {
    margin : 20px 15px 10px 0;
  }
  .navbar-header .navbar-collapse-toggle {
    margin : 20px 0 10px 15px;
  }
  .navbar-form {
    margin-top : 0.75rem !important;
  }
  .navbar-search .navbar-form {
    margin-top : 0.75rem !important;
  }
  .header-navbar .navbar-container .navbar-collapse.show {
    float : right;
  }
  .header-navbar .navbar-container .navbar-collapse.show ul.navbar-nav li {
    float : left !important;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity : 0;
    }
    100% {
      opacity : 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity : 0;
    }
    100% {
      opacity : 1;
    }
  }
  @-o-keyframes fadeIn {
    0% {
      opacity : 0;
    }
    100% {
      opacity : 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity : 0;
    }
    100% {
      opacity : 1;
    }
  }
  .bar1, .bar2, .bar3 {
    outline : 1px solid transparent;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity : 0;
    }
    100% {
      opacity : 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity : 0;
    }
    100% {
      opacity : 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity : 0;
    }
    100% {
      opacity : 1;
    }
  }
}

@media (min-width: 320px) {
  .navbar-header {
    float : left;
  }
  .navbar-right {
    float : right !important;
  }
  .navbar-nav > li {
    float : left;
    margin-right : 0.5rem;
  }
}

@media (max-width: 320px) {
  .navbar-right {
    display : none;
  }
}

@media (max-width: 640px) {
  .navbar-form {
    display : none;
  }
}

.w-100 {
  width : 100% !important;
}

.h-100 {
  height : 100% !important;
}

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

a {
  cursor : pointer;
}

.fonticon-wrap {
  width : 2%;
  float : left;
  margin : 0.25rem;
}
.fonticon-wrap i.fa {
  font-size : 1.35rem !important;
}

.round {
  border-radius : 1.5rem;
}

.square {
  border-radius : 0;
}

img.img-border {
  border : 5px solid #FFFFFF;
}

ul.no-list-style {
  list-style : none;
}

[class*='gradient-'] {
  background-repeat : repeat !important;
}

.shadow-z-1 {
  -webkit-box-shadow : 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow : 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.shadow-z-1-hover {
  -webkit-box-shadow : 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow : 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.shadow-z-2 {
  -webkit-box-shadow : 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow : 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow-z-3 {
  -webkit-box-shadow : 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          box-shadow : 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.shadow-z-4 {
  -webkit-box-shadow : 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          box-shadow : 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.shadow-z-5 {
  -webkit-box-shadow : 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
          box-shadow : 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.big-shadow {
  -webkit-box-shadow : 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
          box-shadow : 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}

.shadow-big {
  -webkit-box-shadow : 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow : 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.shadow-big-navbar {
  -webkit-box-shadow : 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow : 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.sidebar-shadow {
  -webkit-box-shadow : 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow : 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-shadow {
  -webkit-box-shadow : 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
          box-shadow : 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
}

.background-round {
  background-color : rgba(0, 0, 0, 0.18);
  padding : 8px;
  border-radius : 50%;
}

.gradient-bg {
  height : 100%;
  border-top-left-radius : 8px;
  border-bottom-left-radius : 8px;
}

#notification-sidebar {
  width : 400px;
  right : -400px;
  padding : 0;
  background-color : #FFFFFF;
  z-index : 1051;
  position : fixed;
  top : 0;
  bottom : 0;
  height : 100vh;
  -webkit-transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
       -o-transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
     -moz-transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
          transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
          backface-visibility : hidden;
  border-left : 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow : 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow : 0 0 8px rgba(0, 0, 0, 0.1);
}
#notification-sidebar.open {
  right : 0;
}
#notification-sidebar .notification-sidebar-content {
  position : relative;
  height : 100%;
  padding : 10px;
}
#notification-sidebar .notification-sidebar-content #timeline.timeline-left .timeline-item:before {
  border : none;
}
#notification-sidebar .notification-sidebar-content #timeline.timeline-left .timeline-item:after {
  border : none;
}
#notification-sidebar a.notification-sidebar-toggle {
  background : #FFFFFF;
  color : #666EE8;
  display : block;
  -webkit-box-shadow : -3px 0 8px rgba(0, 0, 0, 0.1);
          box-shadow : -3px 0 8px rgba(0, 0, 0, 0.1);
}
#notification-sidebar a.notification-sidebar-close {
  color : #000000;
}
#notification-sidebar .notification-sidebar-close {
  position : absolute;
  right : 10px;
  top : 10px;
  padding : 7px;
  width : auto;
  z-index : 10;
}
#notification-sidebar .notification-sidebar-toggle {
  position : absolute;
  top : 35%;
  width : 54px;
  height : 50px;
  left : -54px;
  text-align : center;
  line-height : 50px;
  cursor : pointer;
}
#notification-sidebar .tab-content .tab-pane .form-group {
  line-height : 0;
}

.navbar {
  position : fixed;
  top : 0;
  right : 0;
  left : 0;
  z-index : 4;
  background-color : #FFFFFF;
  padding : 0.5rem 1.5rem;
  -webkit-box-shadow : 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
          box-shadow : 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
          height: 60px;
}
.navbar .dropdown-menu {
  border : none;
  -webkit-box-shadow : 2px 0 20px 2px rgba(64, 70, 74, 0.25) !important;
          box-shadow : 2px 0 20px 2px rgba(64, 70, 74, 0.25) !important;
  margin-top :0;
}
.navbar.navbar-light .nav-link {
  color : rgba(0, 0, 0, 0.5);
}

.app-sidebar {
  z-index : 5;
}

.main-panel {
  margin-top : 90px;
}

.navbar .show > .dropdown-menu .arrow_box_right {
  position : relative;
}
.navbar .show > .dropdown-menu .arrow_box_right:after {
  bottom : 101%;
  right : 0.5rem;
  border : solid transparent;
  content : ' ';
  height : 0;
  width : 0;
  position : absolute;
  pointer-events : none;
  border-color : rgba(136, 183, 213, 0);
  border-bottom-color : #FFFFFF;
  border-width : 16px;
  margin-left : -16px;
}

.navbar .show > .dropdown-menu .arrow_box {
  position : relative;
}
.navbar .show > .dropdown-menu .arrow_box:after {
  bottom : 101%;
  left : 1.8rem;
  border : solid transparent;
  content : ' ';
  height : 0;
  width : 0;
  position : absolute;
  pointer-events : none;
  border-color : rgba(136, 183, 213, 0);
  border-bottom-color : #FFFFFF;
  border-width : 16px;
  margin-left : -16px;
}

.navbar .show > .dropdown-menu.notification-dropdown .arrow_box_right:after {
  right : 1rem;
  bottom : 100%;
  border-width : 10px;
}

.navbar .show > .dropdown-menu.notification-dropdown .arrow_box:after {
  bottom : 100%;
  left : 1.8rem;
  border-width : 10px;
}

.navbar .dropdown-submenu.show .arrow_box {
  position : relative;
}
.navbar .dropdown-submenu.show .arrow_box:after {
  bottom : 100%;
  top : 7px;
  border : solid transparent;
  content : ' ';
  height : 0;
  width : 0;
  position : absolute;
  pointer-events : none;
  margin-left : -41px;
  border-top : 10px solid transparent;
  border-bottom : 10px solid transparent;
  border-right : 13px solid #FFFFFF;
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family : 'weathericons';
  src : url('../../app-assets/fonts/weathericons/weathericons-regular-webfont.eot');
  src : url('../../app-assets/fonts/weathericons/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../app-assets/fonts/weathericons/weathericons-regular-webfont.woff2') format('woff2'), url('../../app-assets/fonts/weathericons/weathericons-regular-webfont.woff') format('woff'), url('../../app-assets/fonts/weathericons/weathericons-regular-webfont.ttf') format('truetype'), url('../../app-assets/fonts/weathericons/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
  font-weight : normal;
  font-style : normal;
}

.plr-0{
  padding-left: 0;
  padding-right: 0;
}

.toolbox span{
  color: #c3c3c3;
}

.toolright img{
  width: 100%;
  height: auto;
}

.toolbox a{
  font-size: 18px;
  color: #333;
}


.toolbox a:hover{
  font-size: 18px;
  color: #000;
}

.mb-30{
  margin-bottom: 30px;
}

.toolbox strong{
  display: block;
}

.mt-30{
  margin-top: 30px;
}

.mt50{
  margin-top: 50px;
}

.mt10{
  margin-top: 10px;
}


.rightside{
  padding-left: 15px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 15px;
    width: 100%;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #5BD3C7;
    border-color: #5BD3C7;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


a.list-group-item, button.list-group-item {
    color: #111;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 15px;
    float: right;
}

table .badge {
    float: none;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.hide{
  display: none;
}

footer p{
  font-size: 14px !important;
}

footer{
 /* margin-top: 35px !important;*/
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  border-top: 2px solid #f3f3f3;
  background: #fff;
}
}

footer a{
  color: #555;
}

footer a:hover{
  color: #5BD3C7;
}

.mt-40{
  margin-top:40px;
}

.mt-50{
  margin-top:50px;
}


/*Product Grid*/


.serviceBox{
    text-align: center;
    margin-bottom: 35px;
    background: #fff;
    padding: 30px 10px;
    -webkit-box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
    -moz-box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
    box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
     border-radius: 5px;
  }



.serviceBox .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50%;
    background: #f03089;
    font-size: 32px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.serviceBox .service-icon:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:before{
 transform: rotate(180deg); 
}
.serviceBox .service-icon:after{
content: "";
width: 4px;
height: 20px;
background: #f03089;
margin: 0 auto;
position: absolute;
bottom: -20px;
left: 0;
right: 0;
}
.serviceBox .title{
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin: 0;
    font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
    display: block;
}

 

.serviceBox .description{
    font-size: 15px;
    color: #6f6f6f;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}
.serviceBox.green .service-icon,
.serviceBox.green .service-icon:after{ background: #63bb54; }

.serviceBox.blue .service-icon,
.serviceBox.blue .service-icon:after{ background: #0079e0; }

.serviceBox.purple .service-icon,
.serviceBox.purple .service-icon:after{ background: #d944a6; }

.serviceBox.orange .service-icon,
.serviceBox.orange .service-icon:after{ background: #e86f19; }

.serviceBox.green .service-icon,
.serviceBox.green .service-icon:after{ background: #1bbcc3; }


@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

#minimal-statistics small, .small {
    font-size: 60%;
    font-weight: 400;
    display: block;
    color: #999;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-20{
  margin-bottom: 20px;
}


.mb-30{
  margin-bottom: 30px;
}

.mb-40{
  margin-bottom: 40px;
}

.mb-50{
  margin-bottom: 50px;
}



/*To top button*/

#scroll {
    position:fixed;
    right:25px;
    bottom:25px;
    cursor:pointer;
    width:45px;
    height:45px;
    background-color:#02a7de;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:5px;
    z-index: 9999 !important;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#1a74c6;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.pl0{
  padding-left: 0;
}


.pr0{
  padding-right: 0;
}


.sidebarmatch{
  margin-right: 0;
  border: 1px solid #dcdcdc;
  padding: 5px 10px;
  border-radius: 3px;
  background: #fff;
  z-index: 9999;
  position: relative;
  font-size: 14px;
  display: block;
}

.adv img{
  width: auto;
  max-width: 100%;
  height: auto;
  border: 2px solid #eee;
}

.xd_top_box img{
  width: auto;
  max-width: 100%;
  height: auto;
  border: 2px solid #eee;
}

.mt10 img{
  width: auto;
  max-width: 100%;
  height: auto;
/*  border: 2px solid #eee;*/
}


@media only screen and (max-width:575px){
    .rightside{
      padding-left: 15px !important;
      margin-top: 25px;
    }

    .circle {
    margin: 6px 6px -100px !important;
    }

    .levelBox {
    text-align: center;
    margin-bottom: 30px;
    }
    .circleBox {
    margin-top: 0 !important;
    }

}




@media only screen and (max-width:992px){
    .app-sidebar, .off-canvas-sidebar {
    -webkit-box-shadow:none;
    box-shadow:none;
  }
}





/*Social Icons*/
 

@media only screen and (max-width:991px){
  .navbar .dropdown-user-link .avatar {
    width: 36px;
    right: 30px;
    top: -10px;
}

.navbar .dropdown-menu {
    right: 25px;
  }
 
}



/*Breadcrumb*/

.breadcrumb {
  /*centering*/
  display: inline-block;
  box-shadow: 0 0 15px 1px rgb(138 138 138 / 35%);
  overflow: hidden;
  border-radius: 5px;
  /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
  counter-reset: flag; 
  margin-top: 6px;
}

.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 36px;
  color: white;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 35px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
  padding-left: 20px;
  border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
  left: 14px;
}
.breadcrumb a:last-child {
  border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
  padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
  background: #333;
  background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
  content: '';
  position: absolute;
  top: 0; 
  right: -18px; /*half of square's length*/
  /*same dimension as the line-height of .breadcrumb a */
  width: 36px; 
  height: 36px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
  length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
  if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  /*stylish arrow design using box shadow*/
  box-shadow:2px -2px 0 2px rgb(218 218 218 / 40%), 3px -3px 0 2px rgb(255 255 255 / 10%);
  /*
    5px - for rounded arrows and 
    50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
  content: none;
}
 


.flat a, .flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}
.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
  background: #353755;
  color: #ffffff;
}


@media only screen and (min-width:993px){
  .mbllogo img{
  display: none;
}
 
}


@media only screen and (max-width:993px){
  .mbllogo img{
  max-width: 100px;
  height: auto;
}

.deskt{
  display: none !important;
}
 
}


@media only screen and (max-width:992px){
.deskt{
  display: none !important;
}
 
}



.deskt{
  margin-left: -15px;
}




/*Alert*/


 .sweet-alert,.sweet-overlay{
    position:fixed;
    display:none
}

.sweet-alert fieldset input {
    display: none;
}
.sweet-overlay{
    background-color:#000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color:rgba(0,0,0,.4);
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:10000
}
.sweet-alert{
    background-color:#fff;
    font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    width:478px;
    padding:17px;
    border-radius:5px;
    text-align:center;
    left:50%;
    top:50%;
    margin-left:-256px;
    margin-top:-200px;
    overflow:hidden;
    z-index:99999
}
@media all and (max-width:540px){
    .sweet-alert{
        width:auto;
        margin-left:0;
        margin-right:0;
        left:15px;
        right:15px
    }
}
.sweet-alert h2{
    color:#575757;
    font-size:30px;
    text-align:center;
    font-weight:600;
    text-transform:none;
    position:relative;
    margin:25px 0;
    padding:0;
    line-height:40px;
    display:block
}
.sweet-alert p{
    color:#797979;
    font-size:16px;
    font-weight:300;
    position:relative;
    text-align:inherit;
    float:none;
    margin:0;
    padding:0;
    line-height:normal
}
.sweet-alert fieldset{
    border:none;
    position:relative
}
.sweet-alert .sa-error-container{
    background-color:#f1f1f1;
    margin-left:-17px;
    margin-right:-17px;
    overflow:hidden;
    padding:0 10px;
    max-height:0;
    webkit-transition:padding .15s,max-height .15s;
    transition:padding .15s,max-height .15s
}
.sweet-alert .sa-error-container.show{
    padding:10px 0;
    max-height:100px;
    webkit-transition:padding .2s,max-height .2s;
    transition:padding .25s,max-height .25s
}
.sweet-alert .sa-error-container .icon{
    display:inline-block;
    width:24px;
    height:24px;
    border-radius:50%;
    background-color:#ea7d7d;
    color:#fff;
    line-height:24px;
    text-align:center;
    margin-right:3px
}
.sweet-alert .sa-error-container p{
    display:inline-block
}
.sweet-alert .sa-input-error{
    position:absolute;
    top:29px;
    right:26px;
    width:20px;
    height:20px;
    opacity:0;
    -webkit-transform:scale(.5);
    transform:scale(.5);
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-transition:all .1s;
    transition:all .1s
}
.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{
    content:"";
    width:20px;
    height:6px;
    background-color:#f06e57;
    border-radius:3px;
    position:absolute;
    top:50%;
    margin-top:-4px;
    left:50%;
    margin-left:-9px
}
.sweet-alert .sa-input-error::before{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.sweet-alert .sa-input-error::after{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.sweet-alert .sa-input-error.show{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.sweet-alert input{
    width:100%;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #d7d7d7;
    height:43px;
    margin-top:10px;
    margin-bottom:17px;
    font-size:18px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
    padding:0 12px;
    display:none;
    -webkit-transition:all .3s;
    transition:all .3s
}
.sweet-alert input:focus{
    outline:0;
    box-shadow:0 0 3px #c4e6f5;
    border:1px solid #b4dbed
}
.sweet-alert input:focus::-moz-placeholder{
    transition:opacity .3s 30ms ease;
    opacity:.5
}
.sweet-alert input:focus:-ms-input-placeholder{
    transition:opacity .3s 30ms ease;
    opacity:.5
}
.sweet-alert input:focus::-webkit-input-placeholder{
    transition:opacity .3s 30ms ease;
    opacity:.5
}
.sweet-alert input::-moz-placeholder{
    color:#bdbdbd
}
.sweet-alert input::-ms-clear{
    display:none
}
.sweet-alert input:-ms-input-placeholder{
    color:#bdbdbd
}
.sweet-alert input::-webkit-input-placeholder{
    color:#bdbdbd
}
.sweet-alert.show-input input{
    display:block
}
.sweet-alert .sa-confirm-button-container{
    display:inline-block;
    position:relative
}
.sweet-alert .la-ball-fall{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-27px;
    margin-top:4px;
    opacity:0;
    visibility:hidden
}
.sweet-alert button{
    background-color:#8CD4F5;
    color:#fff;
    border:none;
    box-shadow:none;
    font-size:17px;
    font-weight:500;
    -webkit-border-radius:4px;
    border-radius:5px;
    padding:10px 32px;
    margin:26px 5px 0;
    cursor:pointer
}
.sweet-alert button:focus{
    outline:0;
    box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)
}
.sweet-alert button:hover{
    background-color:#7ecff4
}
.sweet-alert button:active{
    background-color:#5dc2f1
}
.sweet-alert button.cancel{
    background-color:#C1C1C1
}
.sweet-alert button.cancel:hover{
    background-color:#b9b9b9
}
.sweet-alert button.cancel:active{
    background-color:#a8a8a8
}
.sweet-alert button.cancel:focus{
    box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important
}
.sweet-alert button[disabled]{
    opacity:.6;
    cursor:default
}
.sweet-alert button.confirm[disabled]{
    color:transparent
}
.sweet-alert button.confirm[disabled]~.la-ball-fall{
    opacity:1;
    visibility:visible;
    transition-delay:0s
}
.sweet-alert button::-moz-focus-inner{
    border:0
}
.sweet-alert[data-has-cancel-button=false] button{
    box-shadow:none!important
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{
    padding-bottom:40px
}
.sweet-alert .sa-icon{
    width:80px;
    height:80px;
    border:4px solid gray;
    -webkit-border-radius:40px;
    border-radius:50%;
    margin:20px auto;
    padding:0;
    position:relative;
    box-sizing:content-box
}
.sweet-alert .sa-icon.sa-error{
    border-color:#F27474
}
.sweet-alert .sa-icon.sa-error .sa-x-mark{
    position:relative;
    display:block
}
.sweet-alert .sa-icon.sa-error .sa-line{
    position:absolute;
    height:5px;
    width:47px;
    background-color:#F27474;
    display:block;
    top:37px;
    border-radius:2px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    left:17px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    right:16px
}
.sweet-alert .sa-icon.sa-warning{
    border-color:#F8BB86
}
.sweet-alert .sa-icon.sa-warning .sa-body{
    position:absolute;
    width:5px;
    height:47px;
    left:50%;
    top:10px;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin-left:-2px;
    background-color:#F8BB86
}
.sweet-alert .sa-icon.sa-warning .sa-dot{
    position:absolute;
    width:7px;
    height:7px;
    -webkit-border-radius:50%;
    border-radius:50%;
    margin-left:-3px;
    left:50%;
    bottom:10px;
    background-color:#F8BB86
}
.sweet-alert .sa-icon.sa-info::after,.sweet-alert .sa-icon.sa-info::before{
    content:"";
    background-color:#C9DAE1;
    left:50%;
    position:absolute
}
.sweet-alert .sa-icon.sa-info{
    border-color:#C9DAE1
}
.sweet-alert .sa-icon.sa-info::before{
    width:5px;
    height:29px;
    bottom:17px;
    border-radius:2px;
    margin-left:-2px
}
.sweet-alert .sa-icon.sa-info::after{
    width:7px;
    height:7px;
    border-radius:50%;
    margin-left:-3px;
    top:19px
}
.sweet-alert .sa-icon.sa-success{
    border-color:#A5DC86
}
.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{
    content:'';
    position:absolute;
    width:60px;
    height:120px;
    background:#fff
}
.sweet-alert .sa-icon.sa-success::before{
    -webkit-border-radius:120px 0 0 120px;
    border-radius:120px 0 0 120px;
    top:-7px;
    left:-33px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:60px 60px;
    transform-origin:60px 60px
}
.sweet-alert .sa-icon.sa-success::after{
    -webkit-border-radius:0 120px 120px 0;
    border-radius:0 120px 120px 0;
    top:-11px;
    left:30px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:0 60px;
    transform-origin:0 60px
}
.sweet-alert .sa-icon.sa-success .sa-placeholder{
    width:80px;
    height:80px;
    border:4px solid rgba(165,220,134,.2);
    -webkit-border-radius:40px;
    border-radius:50%;
    box-sizing:content-box;
    position:absolute;
    left:-4px;
    top:-4px;
    z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-fix{
    width:5px;
    height:90px;
    background-color:#fff;
    position:absolute;
    left:28px;
    top:8px;
    z-index:1;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line{
    height:5px;
    background-color:#A5DC86;
    display:block;
    border-radius:2px;
    position:absolute;
    z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{
    width:25px;
    left:14px;
    top:46px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{
    width:47px;
    right:8px;
    top:38px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-custom{
    background-size:contain;
    border-radius:0;
    border:none;
    background-position:center center;
    background-repeat:no-repeat
}
@-webkit-keyframes showSweetAlert{
    0%{
        transform:scale(.7);
        -webkit-transform:scale(.7)
    }
    45%{
        transform:scale(1.05);
        -webkit-transform:scale(1.05)
    }
    80%{
        transform:scale(.95);
        -webkit-transform:scale(.95)
    }
    100%{
        transform:scale(1);
        -webkit-transform:scale(1)
    }
}
@keyframes showSweetAlert{
    0%{
        transform:scale(.7);
        -webkit-transform:scale(.7)
    }
    45%{
        transform:scale(1.05);
        -webkit-transform:scale(1.05)
    }
    80%{
        transform:scale(.95);
        -webkit-transform:scale(.95)
    }
    100%{
        transform:scale(1);
        -webkit-transform:scale(1)
    }
}
@-webkit-keyframes hideSweetAlert{
    0%{
        transform:scale(1);
        -webkit-transform:scale(1)
    }
    100%{
        transform:scale(.5);
        -webkit-transform:scale(.5)
    }
}
@keyframes hideSweetAlert{
    0%{
        transform:scale(1);
        -webkit-transform:scale(1)
    }
    100%{
        transform:scale(.5);
        -webkit-transform:scale(.5)
    }
}
@-webkit-keyframes slideFromTop{
    0%{
        top:0
    }
    100%{
        top:50%
    }
}
@keyframes slideFromTop{
    0%{
        top:0
    }
    100%{
        top:50%
    }
}
@-webkit-keyframes slideToTop{
    0%{
        top:50%
    }
    100%{
        top:0
    }
}
@keyframes slideToTop{
    0%{
        top:50%
    }
    100%{
        top:0
    }
}
@-webkit-keyframes slideFromBottom{
    0%{
        top:70%
    }
    100%{
        top:50%
    }
}
@keyframes slideFromBottom{
    0%{
        top:70%
    }
    100%{
        top:50%
    }
}
@-webkit-keyframes slideToBottom{
    0%{
        top:50%
    }
    100%{
        top:70%
    }
}
@keyframes slideToBottom{
    0%{
        top:50%
    }
    100%{
        top:70%
    }
}
.showSweetAlert[data-animation=pop]{
    -webkit-animation:showSweetAlert .3s;
    animation:showSweetAlert .3s
}
.showSweetAlert[data-animation=none]{
    -webkit-animation:none;
    animation:none
}
.showSweetAlert[data-animation=slide-from-top]{
    -webkit-animation:slideFromTop .3s;
    animation:slideFromTop .3s
}
.showSweetAlert[data-animation=slide-from-bottom]{
    -webkit-animation:slideFromBottom .3s;
    animation:slideFromBottom .3s
}
.hideSweetAlert[data-animation=pop]{
    -webkit-animation:hideSweetAlert .2s;
    animation:hideSweetAlert .2s
}
.hideSweetAlert[data-animation=none]{
    -webkit-animation:none;
    animation:none
}
.hideSweetAlert[data-animation=slide-from-top]{
    -webkit-animation:slideToTop .4s;
    animation:slideToTop .4s
}
.hideSweetAlert[data-animation=slide-from-bottom]{
    -webkit-animation:slideToBottom .3s;
    animation:slideToBottom .3s
}
@-webkit-keyframes animateSuccessTip{
    0%,54%{
        width:0;
        left:1px;
        top:19px
    }
    70%{
        width:50px;
        left:-8px;
        top:37px
    }
    84%{
        width:17px;
        left:21px;
        top:48px
    }
    100%{
        width:25px;
        left:14px;
        top:45px
    }
}
@keyframes animateSuccessTip{
    0%,54%{
        width:0;
        left:1px;
        top:19px
    }
    70%{
        width:50px;
        left:-8px;
        top:37px
    }
    84%{
        width:17px;
        left:21px;
        top:48px
    }
    100%{
        width:25px;
        left:14px;
        top:45px
    }
}
@-webkit-keyframes animateSuccessLong{
    0%,65%{
        width:0;
        right:46px;
        top:54px
    }
    84%{
        width:55px;
        right:0;
        top:35px
    }
    100%{
        width:47px;
        right:8px;
        top:38px
    }
}
@keyframes animateSuccessLong{
    0%,65%{
        width:0;
        right:46px;
        top:54px
    }
    84%{
        width:55px;
        right:0;
        top:35px
    }
    100%{
        width:47px;
        right:8px;
        top:38px
    }
}
@-webkit-keyframes rotatePlaceholder{
    0%,5%{
        transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg)
    }
    100%,12%{
        transform:rotate(-405deg);
        -webkit-transform:rotate(-405deg)
    }
}
@keyframes rotatePlaceholder{
    0%,5%{
        transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg)
    }
    100%,12%{
        transform:rotate(-405deg);
        -webkit-transform:rotate(-405deg)
    }
}
.animateSuccessTip{
    -webkit-animation:animateSuccessTip .75s;
    animation:animateSuccessTip .75s
}
.animateSuccessLong{
    -webkit-animation:animateSuccessLong .75s;
    animation:animateSuccessLong .75s
}
.sa-icon.sa-success.animate::after{
    -webkit-animation:rotatePlaceholder 4.25s ease-in;
    animation:rotatePlaceholder 4.25s ease-in
}
@-webkit-keyframes animateErrorIcon{
    0%{
        transform:rotateX(100deg);
        -webkit-transform:rotateX(100deg);
        opacity:0
    }
    100%{
        transform:rotateX(0);
        -webkit-transform:rotateX(0);
        opacity:1
    }
}
@keyframes animateErrorIcon{
    0%{
        transform:rotateX(100deg);
        -webkit-transform:rotateX(100deg);
        opacity:0
    }
    100%{
        transform:rotateX(0);
        -webkit-transform:rotateX(0);
        opacity:1
    }
}
.animateErrorIcon{
    -webkit-animation:animateErrorIcon .5s;
    animation:animateErrorIcon .5s
}
@-webkit-keyframes animateXMark{
    0%,50%{
        transform:scale(.4);
        -webkit-transform:scale(.4);
        margin-top:26px;
        opacity:0
    }
    80%{
        transform:scale(1.15);
        -webkit-transform:scale(1.15);
        margin-top:-6px
    }
    100%{
        transform:scale(1);
        -webkit-transform:scale(1);
        margin-top:0;
        opacity:1
    }
}
@keyframes animateXMark{
    0%,50%{
        transform:scale(.4);
        -webkit-transform:scale(.4);
        margin-top:26px;
        opacity:0
    }
    80%{
        transform:scale(1.15);
        -webkit-transform:scale(1.15);
        margin-top:-6px
    }
    100%{
        transform:scale(1);
        -webkit-transform:scale(1);
        margin-top:0;
        opacity:1
    }
}
.animateXMark{
    -webkit-animation:animateXMark .5s;
    animation:animateXMark .5s
}
@-webkit-keyframes pulseWarning{
    0%{
        border-color:#F8D486
    }
    100%{
        border-color:#F8BB86
    }
}
@keyframes pulseWarning{
    0%{
        border-color:#F8D486
    }
    100%{
        border-color:#F8BB86
    }
}
.pulseWarning{
    -webkit-animation:pulseWarning .75s infinite alternate;
    animation:pulseWarning .75s infinite alternate
}
@-webkit-keyframes pulseWarningIns{
    0%{
        background-color:#F8D486
    }
    100%{
        background-color:#F8BB86
    }
}
@keyframes pulseWarningIns{
    0%{
        background-color:#F8D486
    }
    100%{
        background-color:#F8BB86
    }
}
.pulseWarningIns{
    -webkit-animation:pulseWarningIns .75s infinite alternate;
    animation:pulseWarningIns .75s infinite alternate
}
@-webkit-keyframes rotate-loading{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes rotate-loading{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{
    -ms-transform:rotate(45deg)\9
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{
    -ms-transform:rotate(-45deg)\9
}
.sweet-alert .sa-icon.sa-success{
    border-color:transparent\9
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{
    -ms-transform:rotate(45deg)\9
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{
    -ms-transform:rotate(-45deg)\9
}


#subLangDropDown {
    margin: 10px 0 0 0!important;
    height: 45px !important;

}

body #editor_controls {
    padding: 20px 30px  5px 30px !important;
}


.dk_container {
    background-color: #f1c1e0 !important;
}


.dropdown .editor_controls_group_item {
    height: 45px !important;
}


body #editor_controls .submit button:not([name="_action_checkText"]) {
    border: none !important;
    margin-right: 10px !important;
}

.editor_controls_group_item {
    margin-right: 10px !important;
    margin-left: 0 !important;
}



.editor_controls_items {
    display: block;
    justify-content: space-between;
    margin: 0 -10px;
}


@media (max-width: 992.98px) {
.editor_controls_items {
    display: block !important;
    justify-content: space-between;
    margin: 0 -10px;
}

.mmt10{
  margin-top: 10px;
}

}



/*Blog Grid*/
 
.product-grid{
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
    -moz-box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
    box-shadow: -9px 9px 5px -8px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background: #fff;
}
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-sale-label{
    color: #fff;
    background-color: #5BD3C7;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 12px;
    border-radius:0 0 0 7px;
    position: absolute;
    top: 0;
    right: 0;
}
.product-grid .product-content{ padding: 12px 0 0; }
.product-grid .title{
    color: #555;    
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 6px;
    padding: 10px 15px;
    line-height: 24px;
    min-height: 70px;
}
.product-grid .title a{
    color: #555;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #5BD3C7; }
.product-grid .price{
    color: #606060;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 10px;
}
.product-grid .price span{
    color: #8f8f8f;
    font-weight: 500;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}
.product-grid .add-to-cart{
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
    display: block;
    transition: all 0.5s ease;
}
.product-grid:hover .add-to-cart{
    color: #000;
    background-color: #ffe6ee;
}
@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
}



/*Pagination*/

.bpage{
  text-align: center;
}

.bpage ol, ul, dl {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
    font-size: 14px !important;
    color: #da4b77
}
 
.pagination{
    display: inline-flex;
    list-style-type: none;
}
.pagination li{
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
 }
.pagination li a{
    color: #666;
    background: #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 37px;
    height: 38px;
    width: 38px;
    padding: 0;
    border: none;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pagination li.active a,
.pagination li a:hover,
.pagination li.active a:hover,
.pagination li a:focus{
    color: #fff;
    background: linear-gradient(#fc6767,#ec008c);
    border: none;
}
.pagination li a:before{
    content: '';
    background: linear-gradient(to right bottom,#ec008c,#fc6767);
    height: 10px;
    width: 10px;
    border-radius: 2px;
    opacity: 0;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 4px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pagination li.active a:before,
.pagination li a:hover:before,
.pagination li a:focus:before{
    opacity: 1;
    top: -4px;
}
.pagination li:first-child a,
.pagination li:last-child a{
    line-height: 37px;
    text-align: center;
}
.pagination li:first-child a:hover,
.pagination li:last-child a:hover{
    color: #fff;
    border-bottom-color: #ec008c;
}
.pagination li:first-child a:focus,
.pagination li:last-child a:focus{
    color: #999;
    background: #e7e7e7;
}
.pagination li:first-child a:before,
.pagination li:last-child a:before{
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pagination li:first-child a:hover:before,
.pagination li:last-child a:hover:before{
    transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}
.pagination li:first-child a:focus:before,
.pagination li:last-child a:focus:before{
    opacity: 0;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: block;
    }
    .pagination li{
        margin-right: 5px;
        margin-top: 5px;
        display: inline-block;
    }
}


.blogdetail{
    padding: 10px 0;
    border-radius: 5px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;

}


footer a{
  color: #6C757D;
}

footer a:hover{
  color: #5BD3C7;
}


.search-results{
  margin-bottom: 10px;
}

.match a{
  color: #189eb5;
}

.match a:hover{
  color: #5BD3C7;
}

.adres {
  margin-bottom: 15px;
}

.adres img{
  width: 100%;
  height: auto;
}

.arrowdown{
    float: right !important;
    font-size: 14px !important;
    /* font-weight: normal; */
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#time-dropdown{
  font-size: 14px;
  margin-right: 10px;
  background: #e8e8e8;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #dedede;
}

#num-results-dropdown{
  font-size: 14px;
  margin-right: 10px;
  background: #e8e8e8;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #dedede;
}


#tld-dropdown{
  font-size: 14px;
  margin-right: 10px;
  background: #e8e8e8;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #dedede;
}


.dropdown-menu.show {
    display: block;
    padding: 5px 16px !important;
    font-size: 14px !important;
}

.fa-searchengin{
  font-size: 26px !important;
}




/*Semrush Search Bar*/
.semsearch{
    background: #E0E4EE;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
}




/*Totop Button*/

#button {
  display: inline-block;
  background-color: #02a7de;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
}
/*#button::after {
font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f013";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}*/
#button:hover {
  cursor: pointer;
  background-color: #1a74c6;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


@media only screen and (max-width:1400px){
     .serviceBox {
     padding: 20px 10px;
    }

    .serviceBox .service-icon {
    margin-bottom: 30px;
    }

    .serviceBox .title {
    font-size: 15px;
   }

   .toolbox img {
    width: 40% !important;
    height: auto;
    }

    .serviceBox .service-icon {
    width: 90px;
    height: 90px;
    line-height: 85px;
    }

}



/*Slider */
 
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}


.ms-auto {
    margin-left: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

