@charset "UTF-8";
/*------------------------------------------------------------------
[Core Stylesheet]

Project:	Luxury Admin Template
Version:	1.0.0
Last change:	18/10/2017
Assigned to:	Omar Ali
Primary use:	Admin template

[Table of contents]

0. Core / Core components of the site i.e. UI components
1. Body
2. Navbar / .site-navbar
3. Wrapper / .site-wrapper
4. Main area / .site-main
5. Content / .site-content
6. Sidebar / .site-menubar
7. Search / .site-search
8. Widgets / .widget
9. Panel / .site-panel
10. Footer / .site-footer
11. Navigation / .navbar-nav
12. Navbar theme
13. Menubar theme
14. Site header /.site-header
-------------------------------------------------------------------*/

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 300;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

small {
  font-size: 85%;
}

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

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

.badge {
  font-size: 10px;
  font-weight: 600;
}

.badge-circle {
  border-radius: 50%;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-1 {
  border-radius: 0.25rem !important;
}

.fz-base {
  font-size: 1rem !important;
}

.fz-lg {
  font-size: 1.25rem !important;
}

.fz-sm {
  font-size: 0.875rem !important;
}

.fz-xs {
  font-size: .75rem !important;
}

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

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.border-a-0 {
  border: none !important;
}

.border-a-1 {
  border: 1px solid #eee !important;
}

.border-a-2 {
  border: 2px solid #eee !important;
}

.border-t-0 {
  border-top: none !important;
}

.border-t-1 {
  border-top: 1px solid #eee !important;
}

.border-t-2 {
  border-top: 2px solid #eee !important;
}

.border-r-0 {
  border-right: none !important;
}

.border-r-1 {
  border-right: 1px solid #eee !important;
}

.border-r-2 {
  border-right: 2px solid #eee !important;
}

.border-b-0 {
  border-bottom: none !important;
}

.border-l-0 {
  border-left: none !important;
}

.border-b-1 {
  border-bottom: 1px solid #eee !important;
}

.border-b-2 {
  border-bottom: 2px solid #eee !important;
}

.border-l-1 {
  border-left: 1px solid #eee !important;
}

.border-l-2 {
  border-left: 2px solid #eee !important;
}

.border-color-primary {
  border-color: #222222 !important;
}

.border-color-success {
  border-color: #60c84c !important;
}

.border-color-warning {
  border-color: #ffc952 !important;
}

.border-color-danger {
  border-color: #ff7473 !important;
}
.text-primary{
  color:#222222!important;
}
.d-table {
  display: table !important;
}

.d-table>* {
  display: table-cell !important;
}

.img-full {
  width: 100% !important;
  height: auto;
  display: block;
}

.flip-y {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

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

@media (min-width: 768px) {
  .modal-md {
    max-width: 700px;
  }
}

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

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

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

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

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

.hidden-xl-down {
  display: none !important;
}
:focus{
  outline:none;
}
body {
  font-size: 0.875rem;
  font-weight: 300;
  font-family: 'Roboto';
  color: #222222;
}

body.no-padding:not(.menubar-top) .site-content {
  padding-right: 0;
  padding-left: 0;
}

body.no-padding .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

body.site-header-hidden .site-header {
  display: none;
}

.site-menu,
.site-menu ul,
.site-menu ol {
  padding: 0;
  margin: 0;
}

.site-menu li {
  list-style-type: none;
}

svg {
  vertical-align: middle;
}

.scroll-container {
  position: relative;
  overflow: auto;
  height: 100%;
}

.ps-scrollbar-y-rail {
  width: 4px !important;
  background: rgba(0, 0, 0, 0.2);
}

.ps-scrollbar-y {
  background: #bbb !important;
  width: 4px !important;
}

.jqstooltip {
  box-sizing: content-box;
}

.flotTip {
  background: #222222 !important;
  color: #fff !important;
  border: none !important;
  padding: .5rem 1rem !important;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: .875rem !important;
}

table.table-noborder td,
table.table-noborder th {
  border-top: none;
}

table.table-noborder tr:nth-child(2) td {
  padding-top: 1.5rem;
}

td {
  font-weight: 300;
}

th {
  font-weight: 500;
}

.thead-success th {
  color: #fff;
  background-color: #60c84c;
}

.form-control {
  box-shadow: none;
  font-size: 1em;
  color:#000000;
}

.form-control:focus{
  color:#000000;
}
.modal-content {
  box-shadow: none;
  border: none;
}

.list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

iframe {
  border: 0;
}

.circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-xs {
  width: 2rem;
  height: 2rem;
}

.circle-sm {
  width: 3rem;
  height: 3rem;
}

.circle-lg {
  width: 5rem;
  height: 5rem;
}

.card {
  margin-bottom: 24px;
  border-radius: 0;
}
.container-scroll{
  position:relative;
  overflow-x:scroll;
}
.container-scroll::-webkit-scrollbar {
  display: none;
}
.col-9 > .container-scroll > .row{
  width: calc(400% + 120px);
}

.col-12 > .container-scroll > .row{
  width: calc(300% + 120px);
}

.card-toolbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -.75rem;
}

.card-toolbar>li>a {
  padding: .5rem .75rem;
  font-size: 1rem;
}

.card-header {
  padding: .75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-header:after {
  display: none;
}

.card-heading {
  margin: 0;
  font-size: 1rem;
}

.card-img-top {
  width: 100%;
  border-radius: 0;
  height: auto;
  max-width: 100%;
}

.card-img-overlay {
  padding: 1.5rem;
}

.card .table {
  margin: 0;
}

.card .table tr:first-child td {
  border-top: none;
}

.card .table th,
.card .table td {
  padding: .875rem 1.5rem;
}
.project-details-container{
  position:relative;
}
.project-details-container .btn{
  position: absolute;
  right: 4px;
  bottom: 4px;
  opacity:0;
}
.project-details-container:hover .btn{
  opacity:1;
}
.project-schedule-container,
.project-status-container {
  min-height: 82px;
}
.project-card .avatar{
  object-fit: contain;
  object-position: center;
}
.project-card .media-footer{
  border-top:1px solid #eeeeee;
}
.project-card .toggle-details{
  position: absolute;
  right: 3px;
  top: 3px;
  border: 2px solid #eee;
  font-size: 12px;
  width: 22px;
  text-align: center;
  color: #eee;
  font-weight: 500;
  z-index: 1;
}
.project-card .toggle-details .fa-plus{
  position: relative;
  top: 0px;
  left: 1px;

}
.project-card .toggle-details .fa-minus{

}
.project-card .toggle-details[aria-expanded="true"] .fa-plus,
.project-card .toggle-details .fa-minus{
  display:none;
}
.project-card .toggle-details[aria-expanded="true"] .fa-minus{
  display:inline;

}
.project-card h6{
  padding-top: 1rem;
  border-bottom:2px solid rgba(0,0,0,.1);
  position:relative;
}
.project-card h6 span{
  display: inline-block;
  font-size: 12px;
  padding-top: .25rem;
  padding-bottom: .5rem;
  color: #222222;
  font-weight: 100;
}
.project-card h6:after{
  content:'';
  position:absolute;
  left:0;
  bottom:-2px;
  width:64px;
  height:2px;
  background:#2bb46e;
}

.project-card .project-details p strong{
    color: rgba(0,0,0,.3);
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.25rem 0 0.3125rem;
}

.project-card .project-details p span{
    color: #000;
    font-size: 0.8125rem;
    font-weight: 500;
    float: right;
}
.col-md-3 .project-card .project-name{
  max-width: 8vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-card p{
  font-size: .75rem;
}

@media (max-width: 1400px) { 
  .project-card h6{
    font-size: .9rem;
  }
}
.cover {
  position: relative;
}

.cover-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
}

.toast-top-right{
  top:86px!important;
}
.widget-blog-post .avatar {
  position: absolute;
  margin: 0;
  top: 100%;
}

.widget-blog-post .avatar-floating-center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.widget-blog-post .avatar-floating-left {
  left: 0;
  -webkit-transform: translate(1.5rem, -50%);
  -ms-transform: translate(1.5rem, -50%);
  transform: translate(1.5rem, -50%);
}

.widget-blog-post .avatar-floating-right {
  right: 0;
  -webkit-transform: translate(-1.5rem, -50%);
  -ms-transform: translate(-1.5rem, -50%);
  transform: translate(-1.5rem, -50%);
}

.widget-blog-post .card-body {
  padding-top: 2.5rem;
}

.blockquote {
  position: relative;
  background: #f8f9fa;
  border-left: 10px solid #ddd;
  padding: 1.25rem;
  padding-top: 2rem;
  margin-top: .75rem;
}

.blockquote::before {
  color: #ddd;
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2.5rem;
  position: absolute;
  top: -1.5rem;
  left: 1rem;
}

.blockquote p {
  font-style: italic;
  margin-bottom: 0;
}

.blockquote footer {
  margin-top: 1rem;
}

.media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  margin-top: 0;
}

.media small {
  color: #868e96;
  font-size: 12px;
}

.media-heading {
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #222222;
}

.media-list .media {
  margin: 0;
  padding: .75rem 1.25rem;
  border-bottom: 1px solid #eee;
}

.media-list .media:last-child {
  border-bottom: none;
}

.media-list a.media:hover,
.media-list a.media:focus {
  background-color: #f7f7f7;
}

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

#video-modal {
  padding: 0 !important;
}

#video-modal .modal-dialog {
  width: 460px;
  height: 250px;
  max-width: 100%;
  box-shadow: none;
  margin: 60px auto !important;
  background: #000;
}

#video-modal .modal-content {
  width: 100%;
  height: 100%;
  background: #000;
}

#video-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (min-width: 576px) {
  #video-modal .modal-dialog {
    width: 560px;
    height: 315px;
  }
}

@media (min-width: 768px) {
  #video-modal .modal-dialog {
    width: 660px;
    height: 380px;
  }
}

@media (min-width: 992px) {
  #video-modal .modal-dialog {
    width: 760px;
    height: 440px;
  }
}

.accordion-custom .card {
  padding: .25rem;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.accordion-custom .card-header,
.accordion-custom .card-body {
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eee;
}

.accordion-custom .card-header {
  padding: 0;
}

.accordion-custom .card-heading {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: .75rem 1rem;
  position: relative;
  font-size: 1rem;
}

.accordion-custom .card-body {
  padding: 1rem;
  font-size: 1rem;
  color: #868e96;
  line-height: 1.6;
}

.accordion-custom .card-heading::after {
  content: '\f067';
  font: normal normal normal 14px/1 FontAwesome;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #60c84c;
  position: absolute;
  right: .5rem;
  top: .5rem;
  border-radius: 0.25rem;
}

.accordion-custom .card-heading[aria-expanded="true"]::after {
  content: '\f068';
}

.alert {
  border-radius: 0;
}

.alert .close {
  opacity: .3;
}

.alert-rounded {
  border-radius: 0.25rem;
}

.alert-outline {
  background: none;
}

.alert-outline.alert-info {
  color: #58d9e1;
  border-color: #58d9e1;
}

.alert-outline.alert-info .close {
  color: #58d9e1;
}

.alert-outline.alert-success {
  color: #60c84c;
  border-color: #60c84c;
}

.alert-outline.alert-success .close {
  color: #60c84c;
}

.alert-outline.alert-warning {
  color: #ffc952;
  border-color: #ffc952;
}

.alert-outline.alert-warning .close {
  color: #ffc952;
}

.alert-outline.alert-danger {
  color: #ff7473;
  border-color: #ff7473;
}

.alert-outline.alert-danger .close {
  color: #ff7473;
}

.alert-outline .close {
  opacity: 1;
}

.btn {
  outline: none !important;
  text-transform: uppercase;

}

.btn:focus {
  outline: none!important;
  box-shadow:none!important;
}

.btn-sm, 
.btn-group-sm>.btn {
  font-size: .75rem;
}

.btn-icon {
  padding: 0;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #eee;
  cursor: pointer;
}

.btn-icon.btn-sm {
  line-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.btn-icon.btn-lg {
  line-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.btn-icon-flip {
  position: relative;
  overflow: hidden;
}

.btn-icon-flip,
.btn-icon-flip:focus,
.btn-icon-flip:active {
  outline: none;
  box-shadow: none;
}

.btn-icon-flip i {
  border-radius: inherit;
  -webkit-transition: top .25s;
  transition: top .25s;
  line-height: inherit;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
}

.btn-icon-flip i:last-child {
  top: 100%;
}

.btn-icon-flip:hover i:first-child {
  top: -100%;
}

.btn-icon-flip:hover i:last-child {
  top: 0;
}

.btn-rounded {
  border-radius: 1000px;
}

.social-icon {
  font-size: 1rem;
  margin-right: .25rem;
  margin-left: .25rem;
}

.btn-light {
  border-color: #eee;
}

.progress-xs .progress-bar {
  height: .5rem;
}

.progress-sm .progress-bar {
  height: .75rem;
}

.progress-md .progress-bar {
  height: 1rem;
}

.progress-lg .progress-bar {
  height: 1.25rem;
}

.progress-xl .progress-bar {
  height: 1.5rem;
}

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

.dropdown-menu {
  font-size: 0.875rem;
  margin-top: 2px;
}

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

.dropdown-item {
  font-weight: 300;
  padding: 0.5rem 1rem;
}

.dropdown-menu .arrow {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fbfbfb;
  border-left: 12px solid transparent;
}

.dropdown-menu .arrow::before {
  position: absolute;
  content: '';
  top: 0;
  left: -14px;
  right: 0;
  bottom: 0;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #bbb;
  border-left: 14px solid transparent;
  z-index: -1;
}

.dropdown-menu-cap {
  border-bottom: 1px solid #f0f0f0;
  font-weight: normal;
}

.dropdown-menu-cap,
.dropdown-menu-cap:hover,
.dropdown-menu-cap:focus {
  color: #222222 !important;
  background-color: #fbfbfb;
}

.dropdown-menu .scroll-container {
  max-height: 320px;
  overflow: auto;
}

.mega-dropdown {
  position: static;
}

.mega-dropdown-menu {
  width: 100%;
}

@media (min-width: 992px) {
  .mega-dropdown-menu {
    margin-right: 1rem;
    margin-left: 1rem;
    width: calc(100% - 2rem) !important;
  }
}

.mega-menu {
  width: 100%;
  padding: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mega-menu .mega-menu-section {
  padding: 1rem 1rem;
}

.mega-menu .mega-menu-section:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.mega-menu .mega-menu-section:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 2 40%;
  flex: 1 2 40%;
}

.mega-menu .mega-menu-section:nth-child(3) {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 35%;
  flex: 2 0 35%;
}

@media (max-width: 767px) {
  .mega-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mega-menu .mega-menu-section {
    flex-base: 100%;
  }
}

.mega-menu .mega-links-list a {
  display: block;
  padding: .5rem;
  -webkit-transition: padding-left .5s;
  transition: padding-left .5s;
  border-bottom: 1px solid #eee;
}

.mega-menu .mega-links-list a:last-child {
  border-bottom: none;
}

.mega-menu .mega-links-list a:hover {
  padding-left: 1rem;
}

.mega-menu .mega-media-list .media {
  border-bottom: 1px solid #eee;
}

.mega-menu .mega-media-list .media:last-child {
  border-bottom: none;
}

.mega-menu .mega-media-list .media img {
  width: 110px;
  height: 75px;
}

.mega-menu .mega-media-list .media .media-heading {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: .25rem;
}

.mega-menu .mega-media-list .media span {
  display: block;
  color: #868e96;
  white-space: nowrap;
  word-break: ellipsis;
}

.mega-menu .g__item .g__overlay {
  background: none;
  -webkit-transition: opacity 1s, background 1s;
  transition: opacity 1s, background 1s;
}

.mega-menu .g__item:hover .g__overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.avatar {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  margin-right: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

.avatar img,
.avatar a>img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 3px;
}

.avatar-circle,
.avatar-circle img {
  border-radius: 100% !important;
}

.avatar-xs {
  width: 2rem;
  height: 2rem;
  font-size: 0.75rem;
  object-fit: contain;
  object-position: center;
}

.avatar-sm {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  object-position: center;
}

.avatar-md {
  width: 4rem;
  height: 4rem;
  font-size: 1.25rem;
  font-weight: 600;
  object-fit: contain;
  object-position: center;
}

.avatar-lg {
  width: 5rem;
  height: 5rem;
  font-size: 1.25rem;
  font-weight: 700;
  object-fit: contain;
  object-position: center;
}

.avatar-xl {
  width: 7rem;
  height: 7rem;
  border-radius: 0.25rem;
  margin-right: 1.5rem;
}

.avatar-xl img,
.avatar-xl a>img {
  border-radius: 0.25rem;
}

.avatar .status {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  margin: 0;
  width: 12px;
  height: 12px;
}

.status {
  width: 10px;
  height: 10px;
  margin-right: .25rem;
  display: inline-block;
  border-radius: 100%;
}

.status-online {
  background-color: #60c84c;
}

.status-away {
  background-color: #ffc952;
}

.status-busy {
  background-color: #ff7473;
}

.status-offline {
  background-color: #e9ecef;
}

.hamburger {
  border-radius: 0.25rem;
  padding: 0;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #000000;
}

.hamburger:focus {
  outline: none;
}

.hamburger .hamburger-box,
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  width: 20px;
  margin: 0 auto;
}

.g__item {
  margin-bottom: 24px;
  display: block;
}

.g__item .g__figure {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}

.g__item .g__img,
.g__item .g__figure>img {
  width: 100%;
  height: auto;
}

.g__thumb {
  padding: .5rem;
  background-color: #f8f9fa;
  border: 1px solid #eee;
}

.g__item.rounded .g__figure,
.g__item.rounded img {
  border-radius: 0.25rem;
}

.g__overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.g__item:hover .g__overlay {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
}

.g__overlay-title {
  line-height: 1.4;
  font-style: italic;
  margin-bottom: .5rem;
}

.g__overlay-text {
  font-style: italic;
  font-size: 1rem;
}

.g__zoom {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #222222;
}

.img-gallery-zoom-effect .g__item .g__figure>img,
.img-gallery-zoom-effect .g__item .g__img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.img-gallery-zoom-effect .g__item:hover .g__figure>img,
.img-gallery-zoom-effect .g__item:hover .g__img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

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

.text-gray {
  color: #aaa !important;
}

.text-facebook,
.text-hv-facebook:hover {
  color: #3b5998 !important;
}

.text-twitter,
.text-hv-twitter:hover {
  color: #1da1f2 !important;
}

.text-google-plus,
.text-hv-google-plus:hover {
  color: #dd4b39 !important;
}

.text-youtube,
.text-hv-youtube:hover {
  color: #cd201f !important;
}

.text-dribbble,
.text-hv-dribbble:hover {
  color: #ea4c89 !important;
}

.text-flickr,
.text-hv-flickr:hover {
  color: #ff0084 !important;
}

.text-linkedin,
.text-hv-linkedin:hover {
  color: #0077b5 !important;
}

.text-tumblr,
.text-hv-tumblr:hover {
  color: #35465c !important;
}

.text-blue {
  color: #222222 !important;
}

a.text-blue:focus,
a.text-blue:hover {
  color: #293b58 !important;
}

.text-indigo {
  color: #6610f2 !important;
}

a.text-indigo:focus,
a.text-indigo:hover {
  color: #510bc4 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

a.text-purple:focus,
a.text-purple:hover {
  color: #59339d !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:focus,
a.text-pink:hover {
  color: #d91a72 !important;
}

.text-red {
  color: #ff7473 !important;
}

a.text-red:focus,
a.text-red:hover {
  color: #ff4140 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

a.text-orange:focus,
a.text-orange:hover {
  color: #dc6502 !important;
}

.text-yellow {
  color: #ffc952 !important;
}

a.text-yellow:focus,
a.text-yellow:hover {
  color: #ffb91f !important;
}

.text-green {
  color: #60c84c !important;
}

a.text-green:focus,
a.text-green:hover {
  color: #48ac35 !important;
}

.text-teal {
  color: #20c997 !important;
}

a.text-teal:focus,
a.text-teal:hover {
  color: #199d76 !important;
}

.text-cyan {
  color: #58d9e1 !important;
}

a.text-cyan:focus,
a.text-cyan:hover {
  color: #2dcfd9 !important;
}

.text-brown {
  color: #795548 !important;
}

a.text-brown:focus,
a.text-brown:hover {
  color: #593f35 !important;
}

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

a.text-white:focus,
a.text-white:hover {
  color: #e6e6e6 !important;
}

.text-gray {
  color: #868e96 !important;
}

a.text-gray:focus,
a.text-gray:hover {
  color: #6c757d !important;
}

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

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #1d2124 !important;
}

.bg-none {
  background: none !important;
}

.bg-eee {
  background: #eee !important;
}

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

.bg-facebook,
.bg-hv-facebook:hover {
  background-color: #3b5998 !important;
  color: #fff !important;
}

.bg-twitter,
.bg-hv-twitter:hover {
  background-color: #1da1f2 !important;
  color: #fff !important;
}

.bg-google-plus,
.bg-hv-google-plus:hover {
  background-color: #dd4b39 !important;
  color: #fff !important;
}

.bg-youtube,
.bg-hv-youtube:hover {
  background-color: #cd201f !important;
  color: #fff !important;
}

.bg-linkedin,
.bg-hv-linkedin:hover {
  background-color: #0077b5 !important;
  color: #fff !important;
}

.bg-flickr,
.bg-hv-flickr:hover {
  background-color: #ff0084 !important;
  color: #fff !important;
}

.bg-tumblr,
.bg-hv-tumblr:hover {
  background-color: #35465c !important;
  color: #fff !important;
}

.bg-dribbble,
.bg-hv-dribbble:hover {
  background-color: #ea4c89 !important;
  color: #fff !important;
}

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

a.bg-blue:focus,
a.bg-blue:hover {
  background-color: #293b58 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

a.bg-indigo:focus,
a.bg-indigo:hover {
  background-color: #510bc4 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:focus,
a.bg-purple:hover {
  background-color: #59339d !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

a.bg-pink:focus,
a.bg-pink:hover {
  background-color: #d91a72 !important;
}

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

a.bg-red:focus,
a.bg-red:hover {
  background-color: #ff4140 !important;
}

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

a.bg-orange:focus,
a.bg-orange:hover {
  background-color: #dc6502 !important;
}

.bg-yellow {
  background-color: #ffc952 !important;
}

a.bg-yellow:focus,
a.bg-yellow:hover {
  background-color: #ffb91f !important;
}

.bg-green {
  background-color: #60c84c !important;
}

a.bg-green:focus,
a.bg-green:hover {
  background-color: #48ac35 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:focus,
a.bg-teal:hover {
  background-color: #199d76 !important;
}

.bg-cyan {
  background-color: #58d9e1 !important;
}

a.bg-cyan:focus,
a.bg-cyan:hover {
  background-color: #2dcfd9 !important;
}

.bg-brown {
  background-color: #795548 !important;
}

a.bg-brown:focus,
a.bg-brown:hover {
  background-color: #593f35 !important;
}

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

a.bg-white:focus,
a.bg-white:hover {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #868e96 !important;
}

a.bg-gray:focus,
a.bg-gray:hover {
  background-color: #6c757d !important;
}

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

a.bg-gray-dark:focus,
a.bg-gray-dark:hover {
  background-color: #1d2124 !important;
}

.poster {
  position: relative;
  height: 100%;
  width: 100%;
}

.poster-bg {
  height: 100%;
  width: 100%;
}

.poster-overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.poster-overlay-icon {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  border: 10px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: none;
}

.checkbox {
  position: relative;
  padding-left: 22px;
  display: block;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.checkbox label {
  position: relative;
  padding-left: 10px;
  margin: 0;
  min-height: 22px;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox label:empty {
  padding-left: 0;
}

.checkbox label::before,
.checkbox label::after,
.checkbox input[type="checkbox"] {
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox label::before,
.checkbox label::after {
  content: '';
  margin-left: -22px;
}

.checkbox label::before {
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: background .15s, border-color .15s;
  transition: background .15s, border-color .15s;
  border-radius: 0.25rem;
}

.checkbox label::after {
  line-height: 22px;
  color: inherit;
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-align: center;
  background-color: transparent;
  font-style: normal;
  color: #868e96;
  font-size: .875rem;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox input[type="checkbox"]:checked+label::after {
  content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate+label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #f8f9fa;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-square label::before {
  border-radius: 0;
}

.checkbox.checkbox-lg {
  padding-left: 26px;
}

.checkbox.checkbox-lg label {
  padding-left: 12px;
  min-height: 26px;
}

.checkbox.checkbox-lg label::before,
.checkbox.checkbox-lg label::after,
.checkbox.checkbox-lg input[type="checkbox"] {
  width: 26px;
  height: 26px;
}

.checkbox.checkbox-lg label::before,
.checkbox.checkbox-lg label::after {
  margin-left: -26px;
}

.checkbox.checkbox-lg label::after {
  line-height: 26px;
  font-size: 1rem;
}

.checkbox.checkbox-inline {
  display: inline-block;
}

.radio {
  position: relative;
  padding-left: 20px;
  display: block;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.radio label {
  position: relative;
  padding-left: .5rem;
  margin: 0;
  min-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.radio label:empty {
  padding-left: 0;
}

.radio label::before,
.radio input[type="radio"] {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.radio label::before,
.radio label::after {
  content: ' ';
  margin-left: -20px;
}

.radio label::before {
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #868e96;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
  cursor: not-allowed;
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  display: inline-block;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
  background-color: #222222;
  border-color: #222222;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::before,
.checkbox-primary input[type="radio"]:indeterminate+label::before {
  background-color: #222222;
  border-color: #222222;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::after,
.checkbox-primary input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-primary input[type="radio"]+label::before {
  border-color: #222222;
}

.radio-primary input[type="radio"]+label::after {
  background-color: #222222;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #222222;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #222222;
}

.checkbox-secondary input[type="checkbox"]:checked+label::before,
.checkbox-secondary input[type="radio"]:checked+label::before {
  background-color: #868e96;
  border-color: #868e96;
}

.checkbox-secondary input[type="checkbox"]:checked+label::after,
.checkbox-secondary input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-secondary input[type="checkbox"]:indeterminate+label::before,
.checkbox-secondary input[type="radio"]:indeterminate+label::before {
  background-color: #868e96;
  border-color: #868e96;
}

.checkbox-secondary input[type="checkbox"]:indeterminate+label::after,
.checkbox-secondary input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-secondary input[type="radio"]+label::before {
  border-color: #868e96;
}

.radio-secondary input[type="radio"]+label::after {
  background-color: #868e96;
}

.radio-secondary input[type="radio"]:checked+label::before {
  border-color: #868e96;
}

.radio-secondary input[type="radio"]:checked+label::after {
  background-color: #868e96;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
  background-color: #60c84c;
  border-color: #60c84c;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate+label::before,
.checkbox-success input[type="radio"]:indeterminate+label::before {
  background-color: #60c84c;
  border-color: #60c84c;
}

.checkbox-success input[type="checkbox"]:indeterminate+label::after,
.checkbox-success input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-success input[type="radio"]+label::before {
  border-color: #60c84c;
}

.radio-success input[type="radio"]+label::after {
  background-color: #60c84c;
}

.radio-success input[type="radio"]:checked+label::before {
  border-color: #60c84c;
}

.radio-success input[type="radio"]:checked+label::after {
  background-color: #60c84c;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
  background-color: #58d9e1;
  border-color: #58d9e1;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate+label::before,
.checkbox-info input[type="radio"]:indeterminate+label::before {
  background-color: #58d9e1;
  border-color: #58d9e1;
}

.checkbox-info input[type="checkbox"]:indeterminate+label::after,
.checkbox-info input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-info input[type="radio"]+label::before {
  border-color: #58d9e1;
}

.radio-info input[type="radio"]+label::after {
  background-color: #58d9e1;
}

.radio-info input[type="radio"]:checked+label::before {
  border-color: #58d9e1;
}

.radio-info input[type="radio"]:checked+label::after {
  background-color: #58d9e1;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
  background-color: #ffc952;
  border-color: #ffc952;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate+label::before,
.checkbox-warning input[type="radio"]:indeterminate+label::before {
  background-color: #ffc952;
  border-color: #ffc952;
}

.checkbox-warning input[type="checkbox"]:indeterminate+label::after,
.checkbox-warning input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-warning input[type="radio"]+label::before {
  border-color: #ffc952;
}

.radio-warning input[type="radio"]+label::after {
  background-color: #ffc952;
}

.radio-warning input[type="radio"]:checked+label::before {
  border-color: #ffc952;
}

.radio-warning input[type="radio"]:checked+label::after {
  background-color: #ffc952;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
  background-color: #ff7473;
  border-color: #ff7473;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate+label::before,
.checkbox-danger input[type="radio"]:indeterminate+label::before {
  background-color: #ff7473;
  border-color: #ff7473;
}

.checkbox-danger input[type="checkbox"]:indeterminate+label::after,
.checkbox-danger input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-danger input[type="radio"]+label::before {
  border-color: #ff7473;
}

.radio-danger input[type="radio"]+label::after {
  background-color: #ff7473;
}

.radio-danger input[type="radio"]:checked+label::before {
  border-color: #ff7473;
}

.radio-danger input[type="radio"]:checked+label::after {
  background-color: #ff7473;
}

.checkbox-light input[type="checkbox"]:checked+label::before,
.checkbox-light input[type="radio"]:checked+label::before {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.checkbox-light input[type="checkbox"]:checked+label::after,
.checkbox-light input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-light input[type="checkbox"]:indeterminate+label::before,
.checkbox-light input[type="radio"]:indeterminate+label::before {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.checkbox-light input[type="checkbox"]:indeterminate+label::after,
.checkbox-light input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-light input[type="radio"]+label::before {
  border-color: #f8f9fa;
}

.radio-light input[type="radio"]+label::after {
  background-color: #f8f9fa;
}

.radio-light input[type="radio"]:checked+label::before {
  border-color: #f8f9fa;
}

.radio-light input[type="radio"]:checked+label::after {
  background-color: #f8f9fa;
}

.checkbox-dark input[type="checkbox"]:checked+label::before,
.checkbox-dark input[type="radio"]:checked+label::before {
  background-color: #343a40;
  border-color: #343a40;
}

.checkbox-dark input[type="checkbox"]:checked+label::after,
.checkbox-dark input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-dark input[type="checkbox"]:indeterminate+label::before,
.checkbox-dark input[type="radio"]:indeterminate+label::before {
  background-color: #343a40;
  border-color: #343a40;
}

.checkbox-dark input[type="checkbox"]:indeterminate+label::after,
.checkbox-dark input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-dark input[type="radio"]+label::before {
  border-color: #343a40;
}

.radio-dark input[type="radio"]+label::after {
  background-color: #343a40;
}

.radio-dark input[type="radio"]:checked+label::before {
  border-color: #343a40;
}

.radio-dark input[type="radio"]:checked+label::after {
  background-color: #343a40;
}

.checkbox-blue input[type="checkbox"]:checked+label::before,
.checkbox-blue input[type="radio"]:checked+label::before {
  background-color: #222222;
  border-color: #222222;
}

.checkbox-blue input[type="checkbox"]:checked+label::after,
.checkbox-blue input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-blue input[type="checkbox"]:indeterminate+label::before,
.checkbox-blue input[type="radio"]:indeterminate+label::before {
  background-color: #222222;
  border-color: #222222;
}

.checkbox-blue input[type="checkbox"]:indeterminate+label::after,
.checkbox-blue input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-blue input[type="radio"]+label::before {
  border-color: #222222;
}

.radio-blue input[type="radio"]+label::after {
  background-color: #222222;
}

.radio-blue input[type="radio"]:checked+label::before {
  border-color: #222222;
}

.radio-blue input[type="radio"]:checked+label::after {
  background-color: #222222;
}

.checkbox-indigo input[type="checkbox"]:checked+label::before,
.checkbox-indigo input[type="radio"]:checked+label::before {
  background-color: #6610f2;
  border-color: #6610f2;
}

.checkbox-indigo input[type="checkbox"]:checked+label::after,
.checkbox-indigo input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-indigo input[type="checkbox"]:indeterminate+label::before,
.checkbox-indigo input[type="radio"]:indeterminate+label::before {
  background-color: #6610f2;
  border-color: #6610f2;
}

.checkbox-indigo input[type="checkbox"]:indeterminate+label::after,
.checkbox-indigo input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-indigo input[type="radio"]+label::before {
  border-color: #6610f2;
}

.radio-indigo input[type="radio"]+label::after {
  background-color: #6610f2;
}

.radio-indigo input[type="radio"]:checked+label::before {
  border-color: #6610f2;
}

.radio-indigo input[type="radio"]:checked+label::after {
  background-color: #6610f2;
}

.checkbox-purple input[type="checkbox"]:checked+label::before,
.checkbox-purple input[type="radio"]:checked+label::before {
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.checkbox-purple input[type="checkbox"]:checked+label::after,
.checkbox-purple input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-purple input[type="checkbox"]:indeterminate+label::before,
.checkbox-purple input[type="radio"]:indeterminate+label::before {
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.checkbox-purple input[type="checkbox"]:indeterminate+label::after,
.checkbox-purple input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-purple input[type="radio"]+label::before {
  border-color: #6f42c1;
}

.radio-purple input[type="radio"]+label::after {
  background-color: #6f42c1;
}

.radio-purple input[type="radio"]:checked+label::before {
  border-color: #6f42c1;
}

.radio-purple input[type="radio"]:checked+label::after {
  background-color: #6f42c1;
}

.checkbox-pink input[type="checkbox"]:checked+label::before,
.checkbox-pink input[type="radio"]:checked+label::before {
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.checkbox-pink input[type="checkbox"]:checked+label::after,
.checkbox-pink input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-pink input[type="checkbox"]:indeterminate+label::before,
.checkbox-pink input[type="radio"]:indeterminate+label::before {
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.checkbox-pink input[type="checkbox"]:indeterminate+label::after,
.checkbox-pink input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-pink input[type="radio"]+label::before {
  border-color: #e83e8c;
}

.radio-pink input[type="radio"]+label::after {
  background-color: #e83e8c;
}

.radio-pink input[type="radio"]:checked+label::before {
  border-color: #e83e8c;
}

.radio-pink input[type="radio"]:checked+label::after {
  background-color: #e83e8c;
}

.checkbox-red input[type="checkbox"]:checked+label::before,
.checkbox-red input[type="radio"]:checked+label::before {
  background-color: #ff7473;
  border-color: #ff7473;
}

.checkbox-red input[type="checkbox"]:checked+label::after,
.checkbox-red input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-red input[type="checkbox"]:indeterminate+label::before,
.checkbox-red input[type="radio"]:indeterminate+label::before {
  background-color: #ff7473;
  border-color: #ff7473;
}

.checkbox-red input[type="checkbox"]:indeterminate+label::after,
.checkbox-red input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-red input[type="radio"]+label::before {
  border-color: #ff7473;
}

.radio-red input[type="radio"]+label::after {
  background-color: #ff7473;
}

.radio-red input[type="radio"]:checked+label::before {
  border-color: #ff7473;
}

.radio-red input[type="radio"]:checked+label::after {
  background-color: #ff7473;
}

.checkbox-orange input[type="checkbox"]:checked+label::before,
.checkbox-orange input[type="radio"]:checked+label::before {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.checkbox-orange input[type="checkbox"]:checked+label::after,
.checkbox-orange input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-orange input[type="checkbox"]:indeterminate+label::before,
.checkbox-orange input[type="radio"]:indeterminate+label::before {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.checkbox-orange input[type="checkbox"]:indeterminate+label::after,
.checkbox-orange input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-orange input[type="radio"]+label::before {
  border-color: #fd7e14;
}

.radio-orange input[type="radio"]+label::after {
  background-color: #fd7e14;
}

.radio-orange input[type="radio"]:checked+label::before {
  border-color: #fd7e14;
}

.radio-orange input[type="radio"]:checked+label::after {
  background-color: #fd7e14;
}

.checkbox-yellow input[type="checkbox"]:checked+label::before,
.checkbox-yellow input[type="radio"]:checked+label::before {
  background-color: #ffc952;
  border-color: #ffc952;
}

.checkbox-yellow input[type="checkbox"]:checked+label::after,
.checkbox-yellow input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-yellow input[type="checkbox"]:indeterminate+label::before,
.checkbox-yellow input[type="radio"]:indeterminate+label::before {
  background-color: #ffc952;
  border-color: #ffc952;
}

.checkbox-yellow input[type="checkbox"]:indeterminate+label::after,
.checkbox-yellow input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-yellow input[type="radio"]+label::before {
  border-color: #ffc952;
}

.radio-yellow input[type="radio"]+label::after {
  background-color: #ffc952;
}

.radio-yellow input[type="radio"]:checked+label::before {
  border-color: #ffc952;
}

.radio-yellow input[type="radio"]:checked+label::after {
  background-color: #ffc952;
}

.checkbox-green input[type="checkbox"]:checked+label::before,
.checkbox-green input[type="radio"]:checked+label::before {
  background-color: #60c84c;
  border-color: #60c84c;
}

.checkbox-green input[type="checkbox"]:checked+label::after,
.checkbox-green input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-green input[type="checkbox"]:indeterminate+label::before,
.checkbox-green input[type="radio"]:indeterminate+label::before {
  background-color: #60c84c;
  border-color: #60c84c;
}

.checkbox-green input[type="checkbox"]:indeterminate+label::after,
.checkbox-green input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-green input[type="radio"]+label::before {
  border-color: #60c84c;
}

.radio-green input[type="radio"]+label::after {
  background-color: #60c84c;
}

.radio-green input[type="radio"]:checked+label::before {
  border-color: #60c84c;
}

.radio-green input[type="radio"]:checked+label::after {
  background-color: #60c84c;
}

.checkbox-teal input[type="checkbox"]:checked+label::before,
.checkbox-teal input[type="radio"]:checked+label::before {
  background-color: #20c997;
  border-color: #20c997;
}

.checkbox-teal input[type="checkbox"]:checked+label::after,
.checkbox-teal input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-teal input[type="checkbox"]:indeterminate+label::before,
.checkbox-teal input[type="radio"]:indeterminate+label::before {
  background-color: #20c997;
  border-color: #20c997;
}

.checkbox-teal input[type="checkbox"]:indeterminate+label::after,
.checkbox-teal input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-teal input[type="radio"]+label::before {
  border-color: #20c997;
}

.radio-teal input[type="radio"]+label::after {
  background-color: #20c997;
}

.radio-teal input[type="radio"]:checked+label::before {
  border-color: #20c997;
}

.radio-teal input[type="radio"]:checked+label::after {
  background-color: #20c997;
}

.checkbox-cyan input[type="checkbox"]:checked+label::before,
.checkbox-cyan input[type="radio"]:checked+label::before {
  background-color: #58d9e1;
  border-color: #58d9e1;
}

.checkbox-cyan input[type="checkbox"]:checked+label::after,
.checkbox-cyan input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-cyan input[type="checkbox"]:indeterminate+label::before,
.checkbox-cyan input[type="radio"]:indeterminate+label::before {
  background-color: #58d9e1;
  border-color: #58d9e1;
}

.checkbox-cyan input[type="checkbox"]:indeterminate+label::after,
.checkbox-cyan input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-cyan input[type="radio"]+label::before {
  border-color: #58d9e1;
}

.radio-cyan input[type="radio"]+label::after {
  background-color: #58d9e1;
}

.radio-cyan input[type="radio"]:checked+label::before {
  border-color: #58d9e1;
}

.radio-cyan input[type="radio"]:checked+label::after {
  background-color: #58d9e1;
}

.checkbox-brown input[type="checkbox"]:checked+label::before,
.checkbox-brown input[type="radio"]:checked+label::before {
  background-color: #795548;
  border-color: #795548;
}

.checkbox-brown input[type="checkbox"]:checked+label::after,
.checkbox-brown input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-brown input[type="checkbox"]:indeterminate+label::before,
.checkbox-brown input[type="radio"]:indeterminate+label::before {
  background-color: #795548;
  border-color: #795548;
}

.checkbox-brown input[type="checkbox"]:indeterminate+label::after,
.checkbox-brown input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-brown input[type="radio"]+label::before {
  border-color: #795548;
}

.radio-brown input[type="radio"]+label::after {
  background-color: #795548;
}

.radio-brown input[type="radio"]:checked+label::before {
  border-color: #795548;
}

.radio-brown input[type="radio"]:checked+label::after {
  background-color: #795548;
}

.checkbox-white input[type="checkbox"]:checked+label::before,
.checkbox-white input[type="radio"]:checked+label::before {
  background-color: #fff;
  border-color: #fff;
}

.checkbox-white input[type="checkbox"]:checked+label::after,
.checkbox-white input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-white input[type="checkbox"]:indeterminate+label::before,
.checkbox-white input[type="radio"]:indeterminate+label::before {
  background-color: #fff;
  border-color: #fff;
}

.checkbox-white input[type="checkbox"]:indeterminate+label::after,
.checkbox-white input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-white input[type="radio"]+label::before {
  border-color: #fff;
}

.radio-white input[type="radio"]+label::after {
  background-color: #fff;
}

.radio-white input[type="radio"]:checked+label::before {
  border-color: #fff;
}

.radio-white input[type="radio"]:checked+label::after {
  background-color: #fff;
}

.checkbox-gray input[type="checkbox"]:checked+label::before,
.checkbox-gray input[type="radio"]:checked+label::before {
  background-color: #868e96;
  border-color: #868e96;
}

.checkbox-gray input[type="checkbox"]:checked+label::after,
.checkbox-gray input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-gray input[type="checkbox"]:indeterminate+label::before,
.checkbox-gray input[type="radio"]:indeterminate+label::before {
  background-color: #868e96;
  border-color: #868e96;
}

.checkbox-gray input[type="checkbox"]:indeterminate+label::after,
.checkbox-gray input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-gray input[type="radio"]+label::before {
  border-color: #868e96;
}

.radio-gray input[type="radio"]+label::after {
  background-color: #868e96;
}

.radio-gray input[type="radio"]:checked+label::before {
  border-color: #868e96;
}

.radio-gray input[type="radio"]:checked+label::after {
  background-color: #868e96;
}

.checkbox-gray-dark input[type="checkbox"]:checked+label::before,
.checkbox-gray-dark input[type="radio"]:checked+label::before {
  background-color: #343a40;
  border-color: #343a40;
}

.checkbox-gray-dark input[type="checkbox"]:checked+label::after,
.checkbox-gray-dark input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-gray-dark input[type="checkbox"]:indeterminate+label::before,
.checkbox-gray-dark input[type="radio"]:indeterminate+label::before {
  background-color: #343a40;
  border-color: #343a40;
}

.checkbox-gray-dark input[type="checkbox"]:indeterminate+label::after,
.checkbox-gray-dark input[type="radio"]:indeterminate+label::after {
  background-color: #fff;
}

.radio-gray-dark input[type="radio"]+label::before {
  border-color: #343a40;
}

.radio-gray-dark input[type="radio"]+label::after {
  background-color: #343a40;
}

.radio-gray-dark input[type="radio"]:checked+label::before {
  border-color: #343a40;
}

.radio-gray-dark input[type="radio"]:checked+label::after {
  background-color: #343a40;
}

@media (min-width: 1200px) {
  .navbar-search {
    position: relative;
    margin-right: 1rem;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body>.navbar-search {
    display: none;
  }
  .navbar-search .navbar-search-field {
    height: 30px;
    width: 160px;
    font-size: 14px;
    max-width: 100%;
    -webkit-transition: width .5s;
    transition: width .5s;
  }
  .navbar-search .navbar-search-field:focus {
    width: 260px;
    box-shadow: none;
    border-color: #60c84c;
  }
  .navbar-search .navbar-search-close {
    display: none;
  }
  .navbar-search .navbar-search-submit {
    position: absolute;
    background: none;
    outline: none;
    border: none;
    right: 4px;
    top: 20px;
  }
}

@media (max-width: 1199px) {
  .navbar-search {
    position: fixed;
    top: -66px;
    right: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: top .5s;
    transition: top .5s;
  }
  .navbar .navbar-search {
    display: none;
  }
  .navbar-search .navbar-search-form {
    height: 66px;
    padding: .75rem 2rem;
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 3;
  }
  .navbar-search .navbar-search-close,
  .navbar-search .navbar-search-submit {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: none;
    cursor: pointer;
    top: 50%;
  }
  .navbar-search .navbar-search-close {
    font-size: 1.25rem;
    font-weight: 500;
    right: 1rem;
    color: #bbb;
  }
  .navbar-search .navbar-search-submit {
    left: 1rem;
  }
  .navbar-search .navbar-search-field {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    height: 100%;
    width: 100%;
  }
  .navbar-search .navbar-search-backdrop {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: none;
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  .show .navbar-search .navbar-search-backdrop {
    display: block;
  }
  .navbar-search.show {
    top: 0;
  }
  .navbar-search.show .navbar-search-backdrop {
    display: block;
  }
}

/************************************
* side-panel
*************************************/

.side-panel {
  position: fixed;
  top: 66px;
  right: -310px;
  width: 300px;
  bottom: 0;
  z-index: 999;
  -webkit-transition: right .5s;
  transition: right .5s;
  background: #fff;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.08);
}

.side-panel.open {
  right: 0;
}

.side-panel .nav-tabs {
  border-bottom: none;
}

.side-panel .nav-tabs .nav-item {
  margin: 0;
  width: 33.33%;
}

.side-panel .nav-tabs .nav-link {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  border-radius: 0;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.side-panel .nav-tabs .nav-item+.nav-item>.nav-link {
  border-left-style: solid;
  border-left-width: 1px;
}

.side-panel .side-panel-tabs,
.side-panel .tab-pane {
  height: 100%;
}

.side-panel .tab-content {
  height: calc(100% - 60px);
  overflow: auto;
}

@media (max-width: 767px) {
  .side-panel {
    width: 100%;
    right: calc(-100% - 10px);
  }
  body.navbar-collapse-in .side-panel {
    top: 132px;
    height: calc(100% - 132px);
  }
}

.side-panel .nav-tabs .nav-link {
  border-left-color: #f0f0f0;
  border-bottom-color: #f0f0f0;
  background: #fbfbfb;
}

.side-panel .nav-tabs .nav-link:focus,
.side-panel .nav-tabs .nav-link.active {
  border-bottom: none;
  border-left-color: #f0f0f0;
  background: transparent;
}

.svg-arrow-right-icon {
  width: 12px;
  height: 12px;
}

.svg-arrow-up-icon {
  width: 16px;
  height: 16px;
}

.svg-arrows-bold-right-icon {
  width: 32px;
  height: 32px;
}

.svg-arrows-stre-left-icon {
  width: 32px;
  height: 32px;
}

.svg-arrows-stre-right-icon {
  width: 32px;
  height: 32px;
}

.svg-arrows-up-down-icon {
  width: 16px;
  height: 16px;
}

.svg-bell-icon {
  width: 24px;
  height: 24px;
}

.svg-brand-img-icon {
  width: 22px;
  height: 22px;
}

.svg-bug-icon {
  width: 120px;
  height: 120px;
}

.svg-calendar-icon {
  width: 14px;
  height: 14px;
}

.svg-calendar-grid-icon {
  width: 24px;
  height: 24px;
}

.svg-caret-icon {
  width: 16px;
  height: 16px;
}

.svg-chart-icon {
  width: 32px;
  height: 32px;
}

.svg-chat-icon {
  width: 24px;
  height: 24px;
}

.svg-chat-bubble-icon {
  width: 24px;
  height: 24px;
}

.svg-check-circle-icon {
  width: 24px;
  height: 24px;
}

.svg-cog-icon {
  width: 24px;
  height: 24px;
}

.svg-coins-icon {
  width: 24px;
  height: 24px;
}

.svg-comments-icon {
  width: 20px;
  height: 20px;
}

.svg-email-icon {
  width: 24px;
  height: 24px;
}

.svg-envelope-icon {
  width: 24px;
  height: 24px;
}

.svg-euro-icon {
  width: 16px;
  height: 16px;
}

.svg-eye-icon {
  width: 24px;
  height: 24px;
}

.svg-eye-2-icon {
  width: 16px;
  height: 16px;
}

.svg-files-icon {
  width: 14px;
  height: 14px;
}

.svg-inbox-icon {
  width: 14px;
  height: 14px;
}

.svg-isvg-chat-icon {
  width: 48px;
  height: 48px;
}

.svg-isvg-file-ai-icon {
  width: 48px;
  height: 48px;
}

.svg-isvg-money-icon {
  width: 48px;
  height: 48px;
}

.svg-isvg-package-icon {
  width: 48px;
  height: 48px;
}

.svg-isvg-pin-icon {
  width: 48px;
  height: 48px;
}

.svg-isvg-usd-icon {
  width: 48px;
  height: 48px;
}

.svg-link-icon {
  width: 24px;
  height: 24px;
}

.svg-list-icon {
  width: 14px;
  height: 14px;
}

.svg-logout-icon {
  width: 14px;
  height: 14px;
}

.svg-media-icon {
  width: 24px;
  height: 24px;
}

.svg-monster-icon {
  width: 64px;
  height: 64px;
}

.svg-phone-call-icon {
  width: 24px;
  height: 24px;
}

.svg-pin-icon {
  width: 14px;
  height: 16px;
}

.svg-plus-icon {
  width: 22px;
  height: 22px;
}

.svg-post-editor-btn-camera-icon {
  width: 24px;
  height: 24px;
}

.svg-post-editor-btn-code-icon {
  width: 24px;
  height: 24px;
}

.svg-post-editor-btn-media-icon {
  width: 24px;
  height: 24px;
}

.svg-post-editor-btn-stock-icon {
  width: 24px;
  height: 24px;
}

.svg-refresh-icon {
  width: 16px;
  height: 16px;
}

.svg-search-icon {
  width: 14px;
  height: 14px;
}

.svg-search-gray-icon {
  width: 14px;
  height: 14px;
}

.svg-send-icon {
  width: 24px;
  height: 24px;
}

.svg-smile-icon {
  width: 24px;
  height: 24px;
}

.svg-sun-icon {
  width: 24px;
  height: 24px;
}

.svg-user-icon {
  width: 24px;
  height: 24px;
}

.svg-user-add-icon {
  width: 24px;
  height: 24px;
}

.svg-user-heart-icon {
  width: 20px;
  height: 20px;
}

.svg-user-sm-icon {
  width: 14px;
  height: 14px;
}

.svg-video-play-icon {
  width: 48px;
  height: 48px;
}

.svg-views-icon {
  width: 24px;
  height: 24px;
}

.svg-weather-1-icon {
  width: 24px;
  height: 24px;
}

.svg-weather-2-icon {
  width: 24px;
  height: 24px;
}

.svg-weather-3-icon {
  width: 24px;
  height: 24px;
}

/* [1. body] */

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding-top: 66px;
  -webkit-transition: padding-top .35s;
  transition: padding-top .35s;
}

@media (min-width: 768px) {
  body.menubar-fold .hidden-fold {
    display: none;
  }
}

@media (max-width: 767px) {
  body.menubar-open {
    height: 100%;
    overflow: hidden;
  }
  body.navbar-collapse-in {
    padding-top: 132px;
  }
}

/* [2. navbar */

.navbar {
  padding: 0;
  height: 66px;
}

.navbar-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}

@media (max-width: 767px) {
  .navbar-header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  body.menubar-fold .navbar-header {
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.navbar-brand {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.navbar-brand .brand-name {
  font-weight: 400;
}

.navbar-brand>img,
.navbar-brand>svg {
  height: 40px;
  width:auto;
}

@media (max-width: 767px) {
  .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.navbar-collapse {
  position: relative;
  height: 66px;
}

@media (max-width: 767px) {
  .navbar-collapse {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    padding-right: .75rem;
    padding-left: .75rem;
    background: #fff;
  }
}

/* [11 navigation] */

.navbar-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar-nav .nav-icon {
  font-size: 1.38rem;
}

.navbar-nav .nav-caret {
  margin-left: .25rem;
}

.navbar-nav .nav-img {
  width: 24px;
  height: auto;
  border-radius: 3px;
}

.navbar-nav .dropdown-item-icon {
  width: 1.25rem;
  height: .875rem;
}

.navbar-nav .nav-link>.badge {
  font-size: .625rem;
  position: absolute;
  bottom: 16px;
  right: 14px;
}

.navbar-nav .avatar .badge {
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
}

.navbar-nav .dropdown-menu-cap .btn {
  padding: .15rem .75rem;
}

@media (max-width: 767px) {
  .navbar-nav:first-child {
    float: left;
  }
  .navbar-nav:last-child {
    float: right;
  }
  .navbar-nav .nav-item {
    position: static;
  }
  .navbar-nav .arrow {
    display: none !important;
  }
  .navbar-nav .nav-item {
    border: none;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    top: 100%;
  }
}

.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  height: 66px;
  padding: 0 .75rem;
  font-size: 1rem;
  background: none;
  cursor: pointer;
}

.navbar-toggler:focus {
  outline: none;
}

/* [14. site header] */

.site-header ul,
.site-header ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-header .jumbotron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 1.5rem;
  margin: 0;
}

.site-header .jumbotron-text {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media (max-width: 991px) {
  .site-header .jumbotron-text {
    display: none;
  }
}

.site-header .jumbotron-charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header .jumbotron-charts>.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .site-header .jumbotron-charts .item+.item {
    margin-left: 2.5rem;
  }
}

@media (max-width: 767px) {
  .site-header .jumbotron-charts {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .site-header .jumbotron-charts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-header .jumbotron-charts .item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .site-header .jumbotron-charts .item:last-child {
    margin-bottom: 0;
  }
}

.site-header .breadcrumbs2 i{
  position:relative;
  top:8px;
 
}
.site-header .breadcrumbs2{
  text-transform: capitalize
}
.site-header .breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 1.5rem;
  border-top: 1px solid #e6e6e6;
}

.site-header .breadcrumb::after {
  display: none;
}

.site-header .breadcrumb .btn-scondary {
  box-shadow: 0 0 1px #ccc;
  background: #fff;
  color: #6c6a6f;
}

.site-header .breadcrumb ul,
.site-header .breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5rem 0;
}

.site-header .breadcrumb .breadcrumb-tree {
  margin-right: 2.5rem;
}

.site-header .breadcrumb ul li {
  margin-right: .5rem;
}

.site-header .breadcrumb ul li:last-child {
  margin-right: 0;
}
/* [6. Page Menubar] */
.page-menubar {
  height: 64px;
  width: 100%;
}
.page-menu {
  display: flex;
  height: 64px;
}
.page-menu li {
  position: relative;
  list-style-type: none;
  font-size: .875rem;
}
.page-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: .875rem 1rem;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-menu .menu-icon + .menu-text {
  margin-left: .5rem;
}
.page-menu .menu-text {
  margin-left: 1.5rem;
  margin-right: auto;
}

/* [6. Sidebar] */

.site-menubar {
  z-index: 998;
  position: fixed;
  width: 190px;
  top: 66px;
}

@media (min-width: 768px) {
  .site-menubar {
    height: calc(100vh - 66px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    overflow: visible;
  }
  body.menubar-fold .site-menubar {
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    width: 64px;
  }
}

@media (max-width: 767px) {
  .site-menubar {
    -webkit-transition: left .2s, top .5s;
    transition: left .2s, top .5s;
    top: 66px;
    position: fixed;
    bottom: 0;
    height: calc(100% - 66px) !important;
    width: 240px;
    left: -242px;
    overflow: auto;
  }
  body.menubar-open .site-menubar {
    left: 0;
  }
  body.navbar-collapse-in .site-menubar {
    top: 132px;
    z-index: 999;
  }
}

.site-menu {
  padding: 0;
  margin: 0;
}

.site-menu li {
  position: relative;
  list-style-type: none;
  font-size: .875rem;
}

.site-menu li.menu-section-heading {
  padding: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  background: none !important;
}

.site-menu li a {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.site-menu .menu-text {
  margin-left: 1.5rem;
  margin-right: auto;
}

.site-menu .menu-icon+.menu-text {
  margin-left: .5rem;
}

.site-menu .menu-caret {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.site-menu li.open>a .menu-caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-menu .submenu {
  display: none;
}

.site-menu .menu-heading {
  background: none !important;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}

@media (min-width: 768px) {
  body:not(.menubar-fold) .site-menu>li>a {
    height: auto;
    padding: 1rem;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body:not(.menubar-fold) .site-menu .menu-section-heading {
    display: none;
  }
  body:not(.menubar-fold) .site-menu .submenu-fake {
    display: none !important;
  }
  body:not(.menubar-fold) .site-menu .menu-icon {
    font-size: 1.75rem;
    margin-bottom: .5rem;
  }
  body:not(.menubar-fold) .site-menu>li>a>.menu-text {
    margin: 0 !important;
  }
  body:not(.menubar-fold) .site-menu>li>.submenu {
    background: #222222;
  }
  body:not(.menubar-fold) .site-menu>li>.submenu::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -12px;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  body:not(.menubar-fold) .site-menu>li>.submenu-fake::before {
    display: none;
  }
  body.menubar-fold .site-menu li.menu-heading {
    display: block;
  }
  body.menubar-fold .site-menu>li.menu-section-heading {
    display: none;
  }
  body.menubar-fold .site-menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.menubar-fold .site-menu>li>a>.menu-text {
    display: none;
  }
  body.menubar-fold .site-menu .submenu .menu-text {
    margin-left: 0;
  }
  .site-menu>li>a>.menu-caret {
    display: none;
  }
  .site-menu .submenu {
    width: 240px;
  }
  .site-menu .submenu a {
    padding-left: 1.5rem;
  }
  .site-menu>li>.submenu {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .site-menu>li.open>.submenu {
    display: block !important;
  }
}

/* [3. wrapper] */

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 66px);
}

/* [4. main] */

.site-main {
  position:relative;
  margin-left: 190px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 5000px;
  flex: 0 1 5000px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.site-main .ajax-loader{
  position: fixed;
    top: 66px;
    left: 190px;
    bottom: 0;
    right: 0;
  background: rgba(255,255,255,.7);
  z-index: -1;
  transition: opacity .3s;
  opacity:0;
}
.site-main .ajax-loader.active{
  z-index: 2000;
  opacity:1;
}
body.menubar-fold .site-main{
  margin-left:66px;
}
@media (max-width: 767px) {
  body.menubar-open .site-main {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}

/* [5. content area] */

.site-content {
  padding: 24px 24px 68px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

/* [10. footer] */

.site-footer {
  position: fixed;
  left: 190px;
  bottom: 0;
  right: 0;
  border-top: 1px solid #edecec;
  background: #fdfdfd;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 1000;
  opacity:0;
  animation-delay: .75s;
}

.site-footer.animated{
  opacity:1;
}
body.menubar-fold .site-footer{
  left:66px;
}
/* [12. navbar theme] */

.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
  color: #222222;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #60c84c;
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: #60c84c;
}
.abbr,
.navbar-light .navbar-nav .nav-link .abbr{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  background: #60c84c;
  color: #ffffff;
  border-radius: 18px;
}
.abbr.inverse{
  background:#000000;
  
}
.navbar-light .navbar-nav .nav-link:hover .abbr{
  background: #000000;
}

.navbar-light .navbar-nav .nav-link>.badge-success,
.navbar-dark .navbar-nav .nav-link>.badge-success {
  box-shadow: 0 0 12px #60c84c;
}

.navbar-light .navbar-nav .nav-link>.badge-danger,
.navbar-dark .navbar-nav .nav-link>.badge-danger {
  box-shadow: 0 0 12px #ff7473;
}

.navbar-light .hamburger {
  background: #000000;
}

.navbar-light .navbar-btn {
  color: #fff;
  background: none;
}

.navbar-light .navbar-nav .nav-item {
  border-left: 1px solid #e6e6e6;
}

.navbar-light .navbar-nav .nav-item:first-child {
  border: none;
}

@media (max-width: 767px) {
  .navbar-light {
    border-bottom: none !important;
  }
  .navbar-light .hamburger {
    background: none;
  }
  .navbar-light .navbar-nav .nav-item {
    border: none !important;
  }
}

.navbar-dark .hamburger {
  background: none;
}

@media (min-width: 768px) {
  .navbar-dark .navbar-nav .site-user img {
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar-dark .navbar-nav .open>.nav-link,
  .navbar-dark .navbar-nav .open>.nav-link:focus,
  .navbar-dark .navbar-nav .open>.nav-link:hover,
  .navbar-dark .navbar-nav .active>.nav-link,
  .navbar-dark .navbar-nav .active>.nav-link:focus,
  .navbar-dark .navbar-nav .active>.nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.open,
  .navbar-dark .navbar-nav .nav-link.open:focus,
  .navbar-dark .navbar-nav .nav-link.open:hover,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.active:focus,
  .navbar-dark .navbar-nav .nav-link.active:hover {
    color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link>.badge-success {
    border: 1px solid #fff;
    background: #50c03b;
  }
  .navbar-dark .navbar-nav .nav-link>.badge-danger {
    border: 1px solid #fff;
    background: #ff5b5a;
  }
}

.navbar-dark .navbar-search .navbar-search-field {
  border: none;
}

.navbar-dark .navbar-search .navbar-search-field:focus {
  border: none;
}

.navbar-header {
  background-color: transparent;
}

.navbar-header .navbar-toggler,
.navbar-header .navbar-brand,
.navbar-header a {
  color: #9ab649;
}

.navbar-header .navbar-toggler:focus,
.navbar-header .navbar-toggler:hover,
.navbar-header .navbar-brand:focus,
.navbar-header .navbar-brand:hover,
.navbar-header a:focus,
.navbar-header a:hover {
  color: #708535;
}

@media (min-width: 768px) {
  .navbar-dark .navbar-header {
    background-color: transparent;
  }
  body.menubar-dark .navbar-light .navbar-header {
    background-color: #000000;
  }
  body.menubar-light .navbar-light .navbar-header {
    background-color: #FFF;
    border-right: 1px solid #e6e6e6;
    box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.08);
    z-index: 2;
  }
  body.menubar-light .navbar-light .navbar-header .navbar-brand,
  body.menubar-light .navbar-light .navbar-header a {
    color: #222222;
  }
  body.menubar-light .navbar-light .navbar-header .navbar-brand:focus,
  body.menubar-light .navbar-light .navbar-header .navbar-brand:hover,
  body.menubar-light .navbar-light .navbar-header a:focus,
  body.menubar-light .navbar-light .navbar-header a:hover {
    color: #222222;
  }
}

.navbar-collapse {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .navbar-collapse {
    border-bottom: 1px solid #e6e6e6;
    background-color: #f8f9fa;
  }
  .navbar-dark .navbar-collapse {
    border-bottom: none;
    background-color: transparent;
  }
}

.site-header .jumbotron,
.site-header .breadcrumb {
  background: #f5f6f8;
}

.site-header .breadcrumb {
  border-top-color: #e6e6e6;
  border-bottom: 1px solid #eee;
}

/* [13. menubar theme] */

.site-menubar {
  background: #222222;
}

.site-menu li.menu-section-heading {
  color: #6383b7;
}

.site-menu li a {
  color: #ffffff;
}

.site-menu .menu-icon {
  color: #2bb46e;
}

.site-menu li.open,
.site-menu li.active,
.site-menu li:hover {
  background-color: rgba(0,0,0, 0.5);
}

@media (min-width: 768px) {
  .site-menu .submenu li.open,
  .site-menu .submenu li.active,
  .site-menu .submenu li:hover {
    background-color: rgba(0,0,0, 0.3);
  }
  .site-menu li.open {
    border-bottom-color: #222222;
  }
  .site-menu>li>.submenu {
    background: #222222;
  }
  .site-menu>li {
    border-bottom: 1px solid #000000;
  }
  .site-menu>li>.submenu::before {
    border-right-color: #222222 !important;
  }
}
.note-popover.popover{
  display:none;
}
body.menubar-light .site-menubar {
  background: #fff;
  border-right: 1px solid #e6e6e6;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.08);
}

body.menubar-light .site-menu li.menu-section-heading {
  color: #555;
}

body.menubar-light .site-menu li a {
  color: #555;
}

body.menubar-light .site-menu .menu-icon {
  color: #6f6f6f;
}

body.menubar-light .site-menu li.open,
body.menubar-light .site-menu li.active,
body.menubar-light .site-menu li:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

@media (min-width: 768px) {
  body.menubar-light .site-menu .submenu li.open,
  body.menubar-light .site-menu .submenu li.active,
  body.menubar-light .site-menu .submenu li:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  body.menubar-light .site-menu li.open {
    border-bottom-color: whitesmoke;
  }
  body.menubar-light .site-menu>li {
    border-bottom: 1px solid whitesmoke;
  }
  body.menubar-light .site-menu>li>.submenu {
    background: #f2f2f2;
  }
  body.menubar-light .site-menu>li>.submenu::before {
    border-right-color: #f2f2f2 !important;
  }
}

@media print{
  .noprint *,
  .noprint {
    display:none!important;
    height:0px !important;
    overflow:hidden!important;
  }
  .modal-lg{
    width:100%;
  }
}

@media screen{
  
  
}