/*
Template Name:Bonoro - Responsive Admin Dashboard Template
Author: Belostemas

File: Core
*/

/*
Template Name: Bonoro - Responsive Admin Dashboard Template
Author: Belostemas

File: Core
*/
/* =============
  == Core List==

   - Common
   - Helper classes
   - Extra
   - Bootstrap Custom
   - Animation (Some loader)
   - Waves effect
   - Print (Invoice css)

============= */
/* =============
   Common
============= */

/* :: Preloader CSS */
#droba-loader {
  position: fixed;
  background-color: #fff;
  z-index: 99999999999999999;
  height: 100%;
  width: 100%;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

#droba-loader.loaded {
  opacity: 0;
  visibility: hidden; }

#droba-loader:before,
#droba-loader:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #343A40;
  -webkit-transition: .7s all ease;
  -o-transition: .7s all ease;
  transition: .7s all ease; }

#droba-loader:before {
  top: 0;
  left: 0; }

#droba-loader:after {
  bottom: 0;
  left: 0; }

#droba-loader.loaded:before,
#droba-loader.loaded:after {
  height: 0%; }

#droba-loader .loader {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-animation: 1s infinite ease-in-out;
  animation: 1s infinite ease-in-out; }

#droba-loader .loader:before,
#droba-loader .loader:after {
  -webkit-animation: .8s infinite ease-in-out;
  animation: .8s infinite ease-in-out;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }

#droba-loader .loader:before {
  content: '';
  border: 10px solid #A62421;
  top: -10px;
  left: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation-name: anim-loader;
  animation-name: anim-loader; }

#droba-loader.loaded .loader {
  opacity: 0; }

@-webkit-keyframes anim-loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes anim-loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
body {
  background: #f3f3f3;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 320px;
  overflow-x: hidden;
  font-size: 14px; }

html {
  position: relative;
  min-height: 100%;
  background: #f3f3f3; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: "Karla", sans-serif; }

h1 {
  line-height: 43px;
  font-size: 36px; }

h2 {
  line-height: 35px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }
  h3 small {
    color: #444444; }

h4 {
  line-height: 22px;
  font-size: 18px; }
  h4 small {
    color: #444444; }

h5 {
  font-size: 15px; }
  h5 small {
    color: #444444; }

h6 {
  font-size: 12px; }

p {
  line-height: 1.6; }

* {
  outline: none !important; }

b {
  font-weight: 600; }

a:hover {
  outline: 0;
  text-decoration: none; }
a:active {
  outline: 0;
  text-decoration: none; }
a:focus {
  outline: 0;
  text-decoration: none; }

.container {
  width: auto; }

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* Footer */
.footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  bottom: 0px;
  color: #98a6ad;
  text-align: left !important;
  padding: 19px 30px 20px;
  position: absolute;
  right: 0px;
  left: 250px; }

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

/* Page titles */
.page-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 70px;
  font-weight: 600; }

.header-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 0;
  font-family: "Karla", sans-serif; }

/* =============
   Helper clasess
============= */
.p-20 {
  padding: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.w-xs {
  min-width: 80px; }

.w-sm {
  min-width: 95px; }

.w-md {
  min-width: 110px; }

.w-lg {
  min-width: 140px; }

.m-h-40 {
  min-height: 40px; }

.m-h-50 {
  min-height: 50px; }

.l-h-34 {
  line-height: 34px; }

.font-600 {
  font-weight: 600; }

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

.font-normal {
  font-weight: normal; }

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

.font-13 {
  font-size: 13px !important; }

.wrapper-md {
  padding: 20px; }

.pull-in {
  margin-left: -20px;
  margin-right: -20px; }

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

.vertical-middle {
  vertical-align: middle; }

.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.bx-shadow-none {
  box-shadow: none !important; }

.mx-box {
  max-height: 380px;
  min-height: 380px; }

.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.thumb-xl {
  height: 120px;
  width: 120px; }

.add-new-plus {
  height: 32px;
  text-align: center;
  width: 32px;
  display: block;
  line-height: 32px;
  color: #98a6ad;
  font-weight: 700;
  background-color: #ebeff2;
  border-radius: 50%; }

/* =============
   Extras
============= */
/* Table type box */
.table-box {
  display: table;
  height: 100%;
  width: 100%; }
  .table-box .table-detail {
    display: table-cell;
    vertical-align: middle; }

/* Card Box */
.card-box {
  padding: 20px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #ffffff; }
  .card-box .card-drop {
    color: #98a6ad;
    font-size: 20px;
    height: 20px;
    line-height: 1px;
    display: inline-block; }

/* Grid page */
.grid-structure .grid-container {
  background-color: #f4f8fb;
  margin-bottom: 10px;
  padding: 10px 20px; }

/* Demo only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  color: #75798B;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }
  .icon-list-demo div p {
    margin-bottom: 0;
    line-height: inherit; }
.icon-list-demo i {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
  width: 40px; }
.icon-list-demo .col-md-4 {
  border-radius: 3px; }
  .icon-list-demo .col-md-4:hover {
    background-color: rgba(53, 184, 224, 0.07); }

.button-list {
  margin-left: -8px;
  margin-bottom: -12px; }
  .button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px; }

.demo-dropdown {
  position: static;
  display: block;
  margin-bottom: 5px;
  clear: left; }

#static-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block; }

/* Switchery demo */
.switchery-demo .switchery {
  margin-bottom: 10px; }

/* =============
   Bootstrap-cust
   om

   ============= */

   .botton {

    text-align: center;}

.row {
  margin-right: -10px;
  margin-left: -10px; }



.container, .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px; }


.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0; }

.blockquote {
  font-size: 16px; }

/* Dropdown */
.dropdown-menu {
  padding: 4px 0;
  font-size: 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); }

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  margin-top: 20px !important; }

.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important; }

.dropdown-item.active, .dropdown-item:active {
  color: #435966;
  text-decoration: none;
  background-color: #eeeeee; }

.dropdown-item {
  padding: 6px 1.5rem; }

.dropdown-lg {
  width: 260px; }

.arrow-none:after {
  border: none;
  margin: 0;
  display: none; }

/* Background colors */
.bg-custom {
  background-color: #9e379f !important; }

.bg-primary {
  background-color: #be29ec !important; }

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

.bg-info {
  background-color: #9e379f !important; }

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

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

.bg-muted {
  background-color: #f4f8fb !important; }

.bg-inverse {
  background-color: #3b3e47 !important; }

.bg-purple {
  background-color: #5b69bc !important; }

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

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

.bg-lightdark {
  background-color: #f4f8fb !important; }

/* Text colors */
.text-custom {
  color: #9e379f !important; }

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

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

.text-muted {
  color: #98a6ad !important; }

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

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

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

.text-info {
  color: #9e379f !important; }

.text-inverse {
  color: #3b3e47 !important; }

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

.text-purple {
  color: #5b69bc !important; }

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


/* Form components */
label {
  font-weight: 500; }

textarea.form-control {
  min-height: 90px; }

.form-control {
  background-color: #ffffff;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  font-size: 14px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
  .form-control:focus {
    background-color: #ffffff;
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.input-group-btn .btn {
  padding: 8px 12px; }
.input-group-btn .btn-sm {
  padding: 5px 10px; }
.input-group-btn .btn-lg {
  padding: 10px 17px; }

select[multiple] {
  height: auto; }

/* Badge */
.badge {
  font-weight: 500;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
  color: #ffffff; }

.badge-xs {
  font-size: 9px; }

.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-primary {
  background-color: #ffffff; }

.badge-success {
  background-color: #10c469; }

.badge-info {
  background-color: #9e379f; }

.badge-warning {
  background-color: #f9c851; }

.badge-danger {
  background-color: #ff5b5b; }

.badge-purple {
  background-color: #5b69bc; }

.badge-pink {
  background-color: #ff8acc; }

.badge-inverse {
  background-color: #3b3e47; }

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination > li > a,
.pagination > li > span {
  color: #636e7b; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea; }

.pagination-split li {
  margin-left: 5px;
  float: left; }

.pagination-split li:first-child {
  margin-left: 0; }

.pagination-split li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
  background-color: #9e379f;
  border-color: #9e379f; }

.pager li > a, .pager li > span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #636e7b; }

/* Tabs */
.tab-content {
  padding: 20px;
  border: 2px solid #eeeeee;
  border-top: none; }

.nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
  border: 2px solid #eeeeee !important;
  border-bottom-color: #ffffff !important; }

.nav-tabs {
  border-bottom: 2px solid #eeeeee; }

.nav-tabs > li {
  margin-bottom: -2px; }

.nav-tabs a {
  color: #435966;
  font-size: 15px;
  font-weight: 600;
  font-family: "Karla", sans-serif; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #f4f8fb; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-color: #eeeeee; }

/* List group */
.list-group-item {
  border: 1px solid #ebeff2;
  border-left: none;
  border-right: none; }
  .list-group-item:hover {
    background-color: rgba(152, 166, 173, 0.1); }
  .list-group-item:first-child {
    border-top: none; }
  .list-group-item:last-child {
    border-bottom: none; }

.list-no-border .list-group-item {
  border: none; }

/* Dropcap */
.dropcap {
  font-size: 3.1em; }

.dropcap, .dropcap-circle, .dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none; }

/* Alert */
.alert .btn {
  margin-top: 10px; }

.alert-success {
  background-color: rgba(95, 190, 170, 0.3);
  border-color: rgba(95, 190, 170, 0.4);
  color: #5fbeaa; }

.alert-info {
  background-color: rgba(52, 211, 235, 0.2);
  border-color: rgba(52, 211, 235, 0.3);
  color: #9e379f; }

.alert-warning {
  background-color: rgba(255, 189, 74, 0.2);
  border-color: rgba(255, 189, 74, 0.3);
  color: #f9c851; }

.alert-danger {
  background-color: rgba(240, 80, 80, 0.2);
  border-color: rgba(240, 80, 80, 0.3);
  color: #ff5b5b; }

/* Modals */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px; }
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 2px;
    margin: 0;
    padding: 0;
    padding-bottom: 15px; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0; }
  .modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    padding-top: 15px; }

.modal-full {
  width: 98%; }

.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0px; }
.modal-content .panel-group {
  margin-bottom: 0px; }
.modal-content .panel {
  border-top: none; }

/* Custom-modal */
.modal-demo {
  background-color: #FFF;
  width: 600px;
  border-radius: 4px;
  display: none; }
  .modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #eeeeee; }

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #36404a;
  color: #ffffff;
  text-align: left;
  margin: 0px; }

.custom-modal-text {
  padding: 20px; }

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999; }

/* Tabs-Accordions */
.tabs-vertical-env .tab-content {
  margin-bottom: 0px; }

.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align,
.table > .tfood > tr > td.middle-align, .table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align, .table > .tfood > tr > th.middle-align {
  vertical-align: middle; }

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

.nav-pills > .active > a > .badge {
  color: #9e379f; }

.has-success .form-control {
  border-color: #10c469;
  box-shadow: none !important; }

.has-warning .form-control {
  border-color: #f9c851;
  box-shadow: none !important; }

.has-error .form-control {
  border-color: #ff5b5b;
  box-shadow: none !important; }

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eeeeee; }

/* Tooltips */
.tooltip-inner {
  border-radius: 1px;
  padding: 6px 10px; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important; }

/* Popover */
.popover {
  font-family: inherit;
  border-radius: 3px; }
  .popover .popover-header {
    background-color: transparent;
    color: #9e379f;
    font-weight: 600;
    margin: 0; }

/* Code */
code {
  color: #188ae2;
  background-color: #f4f8fb;
  border-radius: 4px; }

/* Pre */
pre {
  background-color: #f4f8fb;
  border: 1px solid #D4D8DA; }

/* Carousel */
.carousel-control {
  width: 10%; }
  .carousel-control span {
    position: absolute;
    top: 50%;
    /* pushes the icon in the middle of the height */
    z-index: 5;
    display: inline-block;
    font-size: 30px; }

/* Owl */
.slider-bg {
  background-size: cover !important;
  padding: 5.5% 4.5%; }

/* Media */
.media {
  margin-bottom: 20px; }
  .media .media-heading {
    font-weight: 600;
    font-size: 16px; }

.media:last-of-type {
  margin-bottom: 0; }

/* =============
   Animation
============= */
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0; } }
@keyframes animationProgress {
  from {
    width: 0; } }
/* Portlets loader */
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-block {
  display: block; }

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4); }

.waves-effect.waves-custom .waves-ripple {
  background-color: rgba(53, 184, 224, 0.4); }

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(24, 138, 226, 0.4); }

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(16, 196, 105, 0.4); }

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(53, 184, 224, 0.4); }

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(249, 200, 81, 0.4); }

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(255, 91, 91, 0.4); }

.waves-effect.waves-pink .waves-ripple {
  background-color: rgba(255, 138, 204, 0.4); }

.waves-effect.purple .waves-ripple {
  background-color: rgba(91, 105, 188, 0.2); }

.waves-effect.waves-inverse .waves-ripple {
  background-color: rgba(59, 62, 71, 0.4); }

/* =============
   Print css
============= */
@media print {
  .page-title-box, .topbar-left, .hidden-print, .breadcrumb, .page-title, .footer, .topbar {
    display: none;
    margin: 0;
    padding: 0; }

  .left, .right-bar {
    display: none; }

  .content {
    margin-top: 0 !important;
    padding-top: 0; }

  .content-page {
    margin-left: 0 !important;
    margin-top: 0; } }
/* =============
   Buttons
============= */
.btn {
  border-radius: 2px;
  padding: 6px 14px;
  font-size: 14px;
  box-shadow: none !important; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px !important;
  font-size: 16px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px !important;
  font-size: 12px; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset; }

  .btn-custom {
    background-color: #47169d;
    border-color: #47169d; }

  .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
  .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
  .open > .dropdown-toggle.btn-custom {
    background-color: #21afda !important;
    border: 1px solid #21afda !important; }

  .btn-primary {
    background-color: #A62421 !important;
    border: 1px solid #A62421 !important; }

  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
  .open > .dropdown-toggle.btn-primary {
    background-color: #167ccb !important;
    border: 1px solid #167ccb !important; }

  .btn-success {
    background-color: #339900 !important;
    border: 1px solid #339900 !important; }

  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #0eac5c !important;
    border: 1px solid #0eac5c !important; }

  .btn-info {
    background-color: #47169d !important;
    border: 1px solid #47169d !important; }

  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #21afda !important;
    border: 1px solid #21afda !important; }

  .btn-warning {
    background-color: #ffc300 !important;
    border: 1px solid #ffc300 !important; }

  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    background-color: #f8c038 !important;
    border: 1px solid #f8c038 !important; }

  .btn-danger {
    background-color: #fa3c4c !important;
    border: 1px solid #fa3c4c !important; }

  .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #ff4242 !important;
    border: 1px solid #ff4242 !important; }

  .btn-inverse {
    background-color: #3b3e47 !important;
    border: 1px solid #3b3e47 !important; }

  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
    background-color: #2f3239 !important;
    border: 1px solid #2f3239 !important; }

  .btn-purple {
    background-color: #5b69bc !important;
    border: 1px solid #5b69bc !important; }

  .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #4a59b4 !important;
    border: 1px solid #4a59b4 !important; }

  .btn-pink {
    background-color: #ff00a9 !important;
    border: 1px solid #ff00a9 !important; }

  .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #ff71c1 !important;
    border: 1px solid #ff71c1 !important; }

.btn-bordred {
  border-bottom: 3px solid transparent; }

.btn-bordred.btn-secondary {
  background-color: #727b84;
  border-bottom: 2px solid #616971 !important; }

.btn-bordred.btn-custom {
  background-color: #9e379f;
  border-bottom: 2px solid #20a8d1 !important; }

.btn-bordred.btn-primary {
  border-bottom: 2px solid #1576c2 !important; }

.btn-bordred.btn-success {
  border-bottom: 2px solid #0da357 !important; }

.btn-bordred.btn-info {
  border-bottom: 2px solid #20a8d1 !important; }

.btn-bordred.btn-warning {
  border-bottom: 2px solid #f7b820 !important; }

.btn-bordred.btn-danger {
  border-bottom: 2px solid #ff2828 !important; }

.btn-bordred.btn-inverse {
  border-bottom: 2px solid #0d0d0f !important; }

.btn-bordred.btn-purple {
  border-bottom: 2px solid #4755ad !important; }

.btn-bordred.btn-pink {
  border-bottom: 2px solid #ff66bc !important; }

.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px; }

.btn-trans.btn-custom {
  border: 1px solid rgba(53, 184, 224, 0.1) !important;
  background-color: rgba(53, 184, 224, 0.15) !important;
  color: #9e379f !important; }

.btn-trans.btn-secondary {
  border: 1px solid rgba(114, 123, 132, 0.1) !important;
  background-color: rgba(114, 123, 132, 0.15) !important;
  color: #727b84 !important; }

.btn-trans.btn-primary {
  border: 1px solid rgba(24, 138, 226, 0.1) !important;
  background-color: rgba(24, 138, 226, 0.15) !important;
  color: #188ae2 !important; }

.btn-trans.btn-success {
  border: 1px solid rgba(16, 196, 105, 0.1) !important;
  background-color: rgba(16, 196, 105, 0.15) !important;
  color: #10c469 !important; }

.btn-trans.btn-info {
  border: 1px solid rgba(53, 184, 224, 0.1) !important;
  background-color: rgba(53, 184, 224, 0.15) !important;
  color: #9e379f !important; }

.btn-trans.btn-warning {
  border: 1px solid rgba(249, 200, 81, 0.1) !important;
  background-color: rgba(249, 200, 81, 0.15) !important;
  color: #f9c851 !important; }

.btn-trans.btn-danger {
  border: 1px solid rgba(255, 91, 91, 0.1) !important;
  background-color: rgba(255, 91, 91, 0.15) !important;
  color: #ff5b5b !important; }

.btn-trans.btn-inverse {
  border: 1px solid rgba(59, 62, 71, 0.1) !important;
  background-color: rgba(59, 62, 71, 0.15) !important;
  color: #3b3e47 !important; }

.btn-trans.btn-purple {
  border: 1px solid rgba(91, 105, 188, 0.1) !important;
  background-color: rgba(91, 105, 188, 0.15) !important;
  color: #5b69bc !important; }

.btn-trans.btn-pink {
  border: 1px solid rgba(255, 138, 204, 0.1) !important;
  background-color: rgba(255, 138, 204, 0.15) !important;
  color: #ff8acc !important; }

/* File Upload */
.fileupload {
  overflow: hidden;
  position: relative; }

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important; }

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important; }

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important; }

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important; }

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important; }

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important; }

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important; }

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important; }

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important; }

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important; }

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important; }

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important; }

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important; }

/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 5px; }
  .checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .checkbox label::before {
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      background-color: #ffffff;
      border-radius: 3px;
      border: 1px solid #98a6ad;
      content: "";
      display: inline-block;
      height: 17px;
      left: 0;
      margin-left: -17px;
      position: absolute;
      transition: 0.3s ease-in-out;
      width: 17px;
      outline: none !important; }
    .checkbox label::after {
      color: #98a6ad;
      display: inline-block;
      font-size: 11px;
      height: 16px;
      left: 0;
      margin-left: -17px;
      padding-left: 3px;
      padding-top: 1px;
      position: absolute;
      top: 0;
      width: 16px; }
  .checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
  .checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none; }
  .checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome'; }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }

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

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute; }
.checkbox.checkbox-single label {
  height: 18px;
  width: 18px; }
  .checkbox.checkbox-single label:before {
    margin-left: 0; }
  .checkbox.checkbox-single label:after {
    margin-left: 0; }

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #9e379f;
  border-color: #9e379f; }
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #188ae2;
  border-color: #188ae2; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5b5b;
  border-color: #ff5b5b; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #9e379f;
  border-color: #9e379f; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f9c851;
  border-color: #f9c851; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #10c469;
  border-color: #10c469; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #5b69bc;
  border-color: #5b69bc; }
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff8acc;
  border-color: #ff8acc; }
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #3b3e47;
  border-color: #3b3e47; }
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 400;
  font-size: 13px; }
  .radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important; }
  .radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #98a6ad;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px; }
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important; }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted; }
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio.radio-single label {
  height: 17px; }

.radio-custom input[type="radio"] + label::after {
  background-color: #9e379f; }
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #9e379f; }
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #9e379f; }

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

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

.radio-info input[type="radio"] + label::after {
  background-color: #9e379f; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #9e379f; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #9e379f; }

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

.radio-success input[type="radio"] + label::after {
  background-color: #10c469; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #10c469; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #10c469; }

.radio-purple input[type="radio"] + label::after {
  background-color: #5b69bc; }
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #5b69bc; }
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #5b69bc; }

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

/* X Editable */
.editable-checklist label {
  display: block; }

/* =============
   Cards
============= */
.card-title, .card-header {
  margin-top: 0; }

.card-draggable-placeholder {
  border: 2px dashed rgba(67, 89, 102, 0.5);
  margin-bottom: 16px;
  background-color: rgba(67, 89, 102, 0.08); }

/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #ebeff2;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden; }

.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px; }

.progress.progress-sm {
  height: 5px !important; }
  .progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px; }

.progress.progress-md {
  height: 15px !important; }
  .progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px; }

.progress.progress-lg {
  height: 20px !important; }
  .progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px; }

.progress-bar-primary {
  background-color: #188ae2; }

.progress-bar-success {
  background-color: #10c469; }

.progress-bar-info {
  background-color: #9e379f; }

.progress-bar-warning {
  background-color: #f9c851; }

.progress-bar-danger {
  background-color: #ff5b5b; }

.progress-bar-inverse {
  background-color: #3b3e47; }

.progress-bar-purple {
  background-color: #5b69bc; }

.progress-bar-pink {
  background-color: #ff8acc; }

.progress-bar-custom {
  background-color: #9e379f; }

/* Custom progressbars */
.progress-bar-custom-alt {
  background-color: rgba(53, 184, 224, 0.2); }

.progress-bar-primary-alt {
  background-color: rgba(24, 138, 226, 0.2); }

.progress-bar-success-alt {
  background-color: rgba(16, 196, 105, 0.2); }

.progress-bar-info-alt {
  background-color: rgba(53, 184, 224, 0.2); }

.progress-bar-warning-alt {
  background-color: rgba(249, 200, 81, 0.2); }

.progress-bar-danger-alt {
  background-color: rgba(255, 91, 91, 0.2); }

.progress-bar-purple-alt {
  background-color: rgba(91, 105, 188, 0.2); }

.progress-bar-inverse-alt {
  background-color: rgba(59, 62, 71, 0.2); }

.progress-bar-pink-alt {
  background-color: rgba(255, 138, 204, 0.2); }

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all; }

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical .progress-bar {
    width: 100%; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0; }

.progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
  width: 5px !important; }
  .progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px; }

.progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
  width: 15px !important; }
  .progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px; }

.progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
  width: 20px !important; }
  .progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px; }

/* =============
   Tables
============= */
.table {
  margin-bottom: 10px; }

.table-striped > tbody > tr:nth-of-type(odd), .table-hover > tbody > tr:hover,
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active,
.table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active,
.table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td,
.table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f4f8fb !important; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.table > thead > tr > th, .table-bordered {
  border-color: #ebeff2; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #ebeff2; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-color: #ebeff2; }

.table-bordered {
  border-color: #ebeff2; }

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

table.focus-on tbody tr.focused th {
  background-color: #9e379f;
  color: #ffffff; }
table.focus-on tbody tr.focused td {
  background-color: #9e379f;
  color: #ffffff; }

table.dataTable th.focus, table.dataTable td.focus {
  outline: 2px solid #9e379f !important;
  outline-offset: -1px;
  background-color: rgba(53, 184, 224, 0.15); }

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #9e379f; }

/* Responsive Table */
.table-rep-plugin .dropdown-menu li.checkbox-row {
  padding: 2px 15px !important; }
.table-rep-plugin .table-responsive {
  border: none !important; }
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal; }
.table-rep-plugin .checkbox-row {
  padding-left: 40px; }
  .table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative; }
    .table-rep-plugin .checkbox-row label::before {
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      background-color: #ffffff;
      border-radius: 3px;
      border: 1px solid #98a6ad;
      content: "";
      display: inline-block;
      height: 17px;
      left: 0;
      margin-left: -20px;
      position: absolute;
      transition: 0.3s ease-in-out;
      width: 17px;
      outline: none !important; }
    .table-rep-plugin .checkbox-row label::after {
      color: #f3f3f3;
      display: inline-block;
      font-size: 11px;
      height: 16px;
      left: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      position: absolute;
      top: -1px;
      width: 16px; }
  .table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important; }
    .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome'; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #9e379f; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    color: #9e379f; }
.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
  background: #49b5d6;
  background: -webkit-linear-gradient(to left, #8893ce, #49b5d6);
  background: linear-gradient(to left, #8893ce, #49b5d6);
  color: #ffffff;
  border-color: #9e379f; }
.table-rep-plugin .sticky-table-header {
  top: 70px !important; }
.table-rep-plugin .btn-default {
  background-color: #ffffff;
  border: 1px solid rgba(67, 89, 102, 0.3); }
.table-rep-plugin .btn-group.pull-right {
  float: right; }
  .table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0; }

.table-rep-plugin .btn-toolbar {
  display: block; }

.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left; }

/* editable table */
#datatable-editable .actions a {
  padding: 5px; }
#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%; }
#datatable-editable .fa-trash-o {
  color: #ff5b5b; }
#datatable-editable .fa-times {
  color: #ff5b5b; }
#datatable-editable .fa-pencil {
  color: #10c469; }
#datatable-editable .fa-save {
  color: #10c469; }

/* Data tables */
#datatable td {
  font-weight: normal; }

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

div.dataTables_paginate ul.pagination {
  margin-top: 30px; }

div.dataTables_info {
  padding-top: 38px; }

.dt-buttons {
  float: left; }

div#datatable-buttons_info {
  float: left; }

/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  box-shadow: 0 0 3px fade(#435966, 20%);
  background-color: #188ae2; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #ff5b5b; }

/* Fixed table */
.fixedHeader-floating {
  top: 70px !important; }

/* Key Table */
table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #9e379f !important;
  outline-offset: -1px; }

/* Tablesaw */
.tablesaw thead {
  background: #ebeff2;
  background-image: none;
  border: none; }

.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em; }

.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em; }

.tablesaw thead tr:first-child th {
  font-weight: 600;
  font-family: inherit;
  border: none; }

.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important; }

.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175"; }

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px; }

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none; }

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none; }

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff; }

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #188ae2 !important;
  background-color: #ebeff2;
  outline: none !important;
  box-shadow: none !important;
  background-image: none; }

/* =============
   Widgets
============= */
.widget-chart-1 .widget-chart-box-1 {
  float: left; }
.widget-chart-1 .widget-detail-1 {
  text-align: right;
  margin-left: 80px;
  min-height: 77px; }

.widget-box-2 .widget-detail-2 {
  text-align: right; }
  .widget-box-2 .widget-detail-2 .dsha i {
    font-size: 38px;
    color: #9e379f; }
  .widget-box-2 .widget-detail-2 .badge {
    padding: 5px 10px; }

.widget-user {
  min-height: 112px; }
  .widget-user img {
    height: 72px;
    float: left; }
  .widget-user .wid-u-info {
    margin-left: 90px; }
    .widget-user .wid-u-info p, .widget-user .wid-u-info h4 {
      white-space: nowrap;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis; }

/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 10px 0;
  position: relative; }
  .inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px; }
  .inbox-widget .inbox-item img {
    width: 40px; }
  .inbox-widget .inbox-item .inbox-item-author {
    color: #333333;
    display: block;
    margin: 0; }
  .inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 12px;
    margin: 0; }
  .inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px; }

/*
Template Name:Bonoro - Responsive Admin Dashboard Template
Author: Belostemas
Email: contact$Belostemas.com
File: Pages
*/
/* =============
  == Pages List==

   - Calendar
   - Form Elements
   - Notification
   - Range slider
   - Sweet Alert
   - Charts
   - Timelines
   - Count down
   - Gallery
   - Maintenance
   - Maps
   - Tree view page
   - Tour page
   - Pricing
   - Taskboard & Task detail
   - Projects
   - Account pages
   - Inbox
   - Profile

============= */
/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0px; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px; }
  .fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }

.fc-day {
  background: #ffffff; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc-widget-header {
  border: 1px solid #ebeff2; }

.fc-widget-content {
  border: 1px solid #ebeff2; }

.fc th.fc-widget-header {
  background: #ebeff2;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase; }

.fc-button {
  background: #ffffff;
  border: 1px solid #ebeff2;
  color: #555555;
  text-transform: capitalize; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-state-hover {
  background: #f3f3f3; }

.fc-state-highlight {
  background: #f0f0f0; }

.fc-cell-overlay {
  background: #f0f0f0; }

.fc-unthemed .fc-today {
  background: #ffffff; }

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center; }

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }
.fc-basic-view td.fc-day-number {
  padding-right: 5px; }

.fc-content {
  color: #ffffff; }

/* =============
   Form Advanced
============= */
.error {
  color: #ff5b5b;
  font-size: 12px;
  font-weight: 500; }

/* X-Editable */
.editable-click, a.editable-click, a.editable-click:hover {
  border: none; }

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 3px 7px 6px;
  border: 1px solid #e3e3e3;
  width: 100%; }
  .bootstrap-tagsinput .label-info {
    background-color: #9e379f;
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    margin: 3px 1px;
    border-radius: 3px; }

/* Multiple */
.ms-container {
  background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%; }
  .ms-container .ms-list {
    box-shadow: none;
    border: 1px solid #e3e3e3; }
  .ms-container .ms-list.ms-focus {
    box-shadow: none;
    border: 1px solid #aaaaaa; }
  .ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px; }
  .ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px; }

/* Select 2 */
.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    border: 1px solid #ebebeb;
    height: 38px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 36px;
      padding-left: 12px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 34px;
      width: 34px;
      right: 3px; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        border-color: #c8c8c8 transparent transparent transparent;
        border-width: 6px 6px 0 6px; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c8c8c8 transparent !important;
  border-width: 0 6px 6px 6px !important; }

.select2-results__option {
  padding: 6px 12px; }

.select2-dropdown {
  border: 1px solid #e1e1e1; }

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: #fbfbfb; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e1e1; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9e379f; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eeeeee;
  color: #435966; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #9e379f;
    color: #ffffff; }

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #e1e1e1 !important; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px; }
  .select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #9e379f;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 7px; }
  .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    margin-right: 5px; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #ffffff; }

/* Bootstrap-select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }
.bootstrap-select .glyphicon {
  padding-right: 6px; }

/* Form validation */
.parsley-error {
  border-color: #ff5b5b !important; }

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0; }

.parsley-errors-list.filled {
  display: block; }

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ff5b5b; }

/* Datepicker */
.datepicker {
  padding: 8px; }
  .datepicker th {
    font-size: 14px !important; }

.datepicker table tr td.today, .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #9e379f; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #9e379f !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none; }

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background-color: #fafafa; }

.datepicker-inline {
  border: 2px solid #eeeeee; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #188ae2;
  border-color: #188ae2; }

.daterangepicker .input-mini.active {
  border: 1px solid #AAAAAA; }

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #435966;
  font-weight: 600;
  font-size: 12px; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid #e3e3e3;
  padding: 2px;
  width: 60px; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #188ae2;
  border: 1px solid #188ae2; }

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

.ms-selectable {
  box-shadow: none;
  outline: none !important; }

.ms-container .ms-list.ms-focus {
  box-shadow: none; }
.ms-container .ms-selectable li.ms-hover {
  background-color: #188ae2; }
.ms-container .ms-selection li.ms-hover {
  background-color: #188ae2; }

/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #188ae2;
  text-decoration: none; }
.bootstrap-timepicker-widget table td input {
  border: none; }

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #435966;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid rgba(67, 89, 102, 0.15); }
.bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px; }
.bootstrap-touchspin .input-group .form-control:not(:first-child), .bootstrap-touchspin .input-group-addon:not(:first-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .dropdown-toggle, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.bootstrap-touchspin .input-group .form-control:not(:last-child), .bootstrap-touchspin .input-group-addon:not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* Form wizard */
.navtab-wizard li:first-of-type a {
  border-left: none !important; }
  .navtab-wizard li:first-of-type a:hover, .navtab-wizard li:first-of-type a:focus, .navtab-wizard li:first-of-type a:active {
    border-left: none !important; }
.navtab-wizard li:last-of-type a {
  border-right: none !important; }
  .navtab-wizard li:last-of-type a:hover, .navtab-wizard li:last-of-type a:focus, .navtab-wizard li:last-of-type a:active {
    border-right: none !important; }

/* Wysiwig */
.mce-content-body p {
  color: #9398a0;
  font-size: 14px;
  font-weight: 300; }

.mce-popover .mce-arrow:after {
  border-bottom-color: red; }

.mce-popover .mce-colorbutton-grid {
  margin: 0px;
  border: 1px solid #d7dce5 !important;
  padding: 4px; }

.mce-reset .mce-window-head {
  border-bottom: 1px solid #d7dce5; }

.mce-reset .mce-window-head .mce-title {
  color: #707780;
  font-size: 16px;
  font-weight: 400; }

.mce-reset .mce-textbox {
  border-radius: 0px;
  box-shadow: none;
  outline: 0;
  border-color: #d7dce5;
  height: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #aaaaaa;
  font-size: 14px; }

.mce-reset .mce-textbox:focus {
  box-shadow: none;
  border-color: #9e379f; }

.mce-reset .mce-checkbox .mce-ico {
  background-image: none;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #d7dce5; }

.mce-reset .mce-checkbox .mce-label {
  color: #707780;
  font-size: 12px;
  font-weight: 400; }

.mce-container {
  border-radius: 0px !important;
  border-width: 0px !important; }

.mce-container .mce-menubar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  padding: 2px; }

.mce-container .mce-menubar .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize; }

.mce-container .mce-menubar .mce-btn button .mce-caret {
  border-top-color: #707780; }

.mce-container .mce-menubar .mce-btn button:hover {
  background-color: #e8ebf1; }

.mce-container .mce-menubar .mce-btn.mce-active button {
  background-color: #e8ebf1; }

.mce-container .mce-btn {
  background-color: #d7dce5;
  background-image: none;
  outline: 0;
  border: 0px;
  border-radius: 0px; }

.mce-container .mce-btn button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none; }

.mce-container .mce-btn:hover {
  background-color: #b8c1d1;
  background-image: none; }

.mce-container .mce-primary {
  background-color: #9e379f;
  background-image: none;
  outline: 0;
  border: 0px;
  border-radius: 0px; }

.mce-container .mce-primary button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none; }

.mce-container .mce-primary:hover {
  background-color: #0c7cd5;
  background-image: none; }

.mce-container .mce-toolbar-grp {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  border-top-width: 0px !important;
  padding: 6px; }

.mce-container .mce-edit-area {
  border: 1px solid #d7dce5 !important;
  border-width: 0px 1px !important; }

.mce-container .mce-statusbar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important; }

.mce-container .mce-statusbar .mce-path .mce-path-item {
  color: #707780;
  font-size: 14px;
  font-weight: 400; }

.mce-container .mce-widget {
  color: #9398a0;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid transparent; }

.mce-container .mce-btn-group {
  border: 1px solid #e9ecf2 !important; }

.mce-container .mce-btn-group .mce-btn {
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
  border-width: 0px;
  border-radius: 0px !important; }

.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus {
  box-shadow: none;
  background-image: none;
  background-color: #ffffff; }

.mce-container .mce-btn-group .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 300; }

.mce-container .mce-btn-group .mce-btn button .mce-caret {
  color: #707780;
  font-size: 14px; }

.mce-container .mce-ico {
  color: #707780;
  font-size: 14px; }

.mce-container .mce-panel {
  background-image: none; }

.mce-container.mce-menu {
  border: 1px solid #d7dce5 !important; }

.mce-container.mce-menu .mce-menu-item {
  background-image: none; }

.mce-container.mce-menu .mce-menu-item .mce-ico {
  color: #9e379f;
  font-size: 14px; }

.mce-container.mce-menu .mce-menu-item .mce-text {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize; }

.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize; }

.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
  background-color: #9e379f; }

.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
  color: #ffffff; }

.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
  color: #aaaaaa; }

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
  background-color: #d7dce5; }

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
  color: #ffffff; }

.mce-container.mce-menu .mce-menu-item-sep {
  background-color: #d7dce5; }

.mce-container.mce-menu .mce-menu-item-sep:hover {
  background-color: #d7dce5; }

.mce-menubtn button {
  color: #435966 !important; }

.mce-menu-item-normal.mce-active {
  background-color: #9e379f !important; }
  .mce-menu-item-normal.mce-active .mce-text {
    color: #ffffff !important; }

/* =============
   Notification
============= */
#toast-container > div {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1; }

#toast-container > :hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0.9; }

.toast {
  background-color: #9e379f; }

.toast-success {
  background-color: rgba(16, 196, 105, 0.8);
  border: 2px solid #10c469; }

.toast-error {
  background-color: rgba(255, 91, 91, 0.8);
  border: 2px solid #ff5b5b; }

.toast-info {
  background-color: rgba(53, 184, 224, 0.8);
  border: 2px solid #9e379f; }

.toast-warning {
  background-color: rgba(249, 200, 81, 0.8);
  border: 2px solid #f9c851; }

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-modal {
  font-family: "Roboto", sans-serif;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1) !important; }
  .swal2-modal .swal2-title {
    font-size: 28px; }
  .swal2-modal .swal2-content {
    font-size: 16px; }
  .swal2-modal .swal2-spacer {
    margin: 10px 0; }
  .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
    border: 2px solid #98a6ad;
    font-size: 16px;
    box-shadow: none !important; }

.swal2-icon.swal2-question {
  color: #9e379f;
  border-color: #9e379f; }

.swal2-icon.swal2-success {
  border-color: #10c469; }
  .swal2-icon.swal2-success .line, .swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
  .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #10c469; }
  .swal2-icon.swal2-success .placeholder, .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #10c469; }

.swal2-icon.swal2-warning {
  color: #f9c851;
  border-color: #f9c851; }

.swal2-icon.swal2-error {
  border-color: #ff5b5b; }
  .swal2-icon.swal2-error .line {
    background-color: #ff5b5b; }

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #9e379f; }

/* =============
   Charts
============= */
/* Morris chart */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #435966;
  border: none;
  color: #ffffff !important; }
  .morris-hover.morris-default-style .morris-hover-point {
    color: #f4f8fb !important; }

/* Morris chart Title */
.chart-detail-list li {
  margin: 0px 10px; }
  .chart-detail-list li h5 {
    font-weight: 600; }

.pieLabel div {
  font-size: 14px !important; }

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

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #435966; }
  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em; }

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #435966;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.legend tr {
  height: 20px; }

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px; }

/* Sparkline chart */
.jqstooltip {
  background-color: #435966 !important;
  padding: 5px 10px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #435966 !important; }

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important; }

/* Chartist chart */
.ct-golden-section:before {
  float: none; }

.ct-chart {
  max-height: 300px; }
  .ct-chart .ct-label {
    fill: #a3afb7;
    color: #a3afb7;
    font-size: 12px;
    line-height: 1; }

.ct-grid {
  stroke: rgba(67, 89, 102, 0.15); }

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px; }

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #5b69bc; }

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #10c469; }

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #f9c851; }

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #9e379f; }

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #435966; }

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #188ae2; }

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #10c469; }

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #188ae2; }

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #10c469; }

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #9e379f; }

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #9e379f; }

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #435966;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.chartist-tooltip.tooltip-show {
  opacity: 1; }

/* Circliful charts */
.circliful-chart {
  margin: 0px auto; }

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  font-size: 12px;
  font-weight: 600; }

/* =============
   Count Down
============= */
.home-wrapper {
  margin: 10% 0px; }

.home-text {
  font-weight: 600; }

#count-down {
  margin-top: 50px; }
  #count-down .clock-presenter {
    height: 140px;
    line-height: 30px;
    padding: 0px 30px;
    text-align: center; }
  #count-down .clock-presenter .digit {
    margin-top: 20px;
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default; }
  #count-down .clock-presenter .note {
    position: relative;
    bottom: 0px;
    padding-top: 5px;
    cursor: default;
    font-size: 16px;
    opacity: 0.7; }

@media (max-width: 992px) {
  #count-down .clock-presenter .digit {
    font-size: 42px; } }
@media (max-width: 767px) {
  #count-down .clock-presenter {
    width: 50%;
    float: left; }
  #count-down .clock-presenter .digit {
    font-size: 36px; }
  #count-down .hours_dash {
    border-right: none; } }
/* =============
   Timeline
============= */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%; }
  .timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative; }
    .timeline .time-show a {
      color: #ffffff; }
  .timeline:before {
    background-color: rgba(152, 166, 173, 0.3);
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0; }
  .timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #98a6ad;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 21px;
    left: -54px;
    margin-top: -11px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 21px; }
    .timeline .timeline-icon i {
      color: #ebeff2; }
  .timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px; }

h3.timeline-title {
  color: #98a6ad;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase; }

.timeline-item {
  display: table-row; }
  .timeline-item:before {
    content: "";
    display: block;
    width: 50%; }
  .timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0; }

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%; }
.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -10px;
  position: absolute;
  right: -7px;
  top: 50%;
  width: 0; }
.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px; }
  .timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px; }
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px; }
.timeline-item.alt:before {
  display: none; }
.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px; }
  .timeline-item.alt .panel .panel-body p + p {
    margin-top: 10px !important; }
.timeline-item.alt h4 {
  text-align: right; }
.timeline-item.alt p {
  text-align: right; }
.timeline-item.alt .timeline-date {
  text-align: right; }

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%; }
  .timeline-desk h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0; }
  .timeline-desk .panel {
    background: #ffffff;
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    padding: 20px; }
  .timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px; }
  .timeline-desk p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0; }
  .timeline-desk .album {
    margin-top: 12px; }
    .timeline-desk .album a {
      float: left;
      margin-right: 5px; }
    .timeline-desk .album img {
      height: 36px;
      width: auto;
      border-radius: 3px; }
  .timeline-desk .notification {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 20px;
    padding: 8px; }

/* =============
   Gallery
============= */
.portfolioFilter a {
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #333333;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px; }
  .portfolioFilter a:hover {
    color: #9e379f; }
.portfolioFilter a.current {
  color: #9e379f; }

.thumb {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%; }

.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%; }

.gal-detail h4 {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 5px; }
.gal-detail p {
  padding: 0px 5px;
  font-size: 13px; }

/* =============
   Maintenance
============= */
.icon-main {
  font-size: 88px;
  margin-bottom: 50px; }

.maintenance-page {
  margin: 10% 0%; }

/* =============
   Maps
============= */
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px; }

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #9e379f;
  border-radius: 4px;
  padding: 10px 20px; }

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute; }

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #9e379f; }

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #9e379f; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px; }

.jvectormap-zoomout {
  top: 40px; }

/* =============
   Tree view page
============= */
.jstree-default .jstree-clicked {
  background: rgba(53, 184, 224, 0.4);
  box-shadow: none; }
.jstree-default .jstree-hovered {
  background: rgba(53, 184, 224, 0.2);
  box-shadow: none; }
.jstree-default .jstree-wholerow-clicked {
  background: rgba(53, 184, 224, 0.4); }
.jstree-default .jstree-wholerow-hovered {
  background: rgba(53, 184, 224, 0.2); }
.jstree-default .zmdi {
  font-size: 16px; }

/* =============
   Tour page
============= */
div.hopscotch-bubble {
  border: 3px solid #188ae2;
  border-radius: 5px; }
  div.hopscotch-bubble .hopscotch-next {
    background-color: #188ae2 !important;
    background-image: none !important;
    border-color: #188ae2 !important;
    text-shadow: none !important;
    margin: 0 0 0 5px !important; }
  div.hopscotch-bubble .hopscotch-prev {
    background-color: #188ae2 !important;
    background-image: none !important;
    border-color: #188ae2 !important;
    text-shadow: none !important;
    color: #ffffff !important; }

div.hopscotch-bubble .hopscotch-bubble-number {
  background: #9e379f;
  padding: 0px;
  border-radius: 50%; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 19px solid #188ae2; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-left: 19px solid #188ae2;
  left: -2px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border: none; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 0px solid #188ae2; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 19px solid #188ae2;
  top: 0px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 0px solid rgba(0, 0, 0, 0.5); }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 19px solid #188ae2;
  top: -2px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 0px solid rgba(0, 0, 0, 0.5); }

/* =============
   Pricing
============= */
.pricing-column {
  position: relative;
  margin-bottom: 40px; }
  .pricing-column .inner-box {
    position: relative;
    padding: 0px 0px 50px; }
  .pricing-column .plan-header {
    position: relative;
    padding: 30px 20px 25px; }
  .pricing-column .plan-title {
    font-size: 16px;
    font-family: "Karla", sans-serif;
    margin-bottom: 10px;
    color: #188ae2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400; }
  .pricing-column .plan-price {
    font-size: 48px;
    font-family: "Karla", sans-serif;
    margin-bottom: 10px;
    color: #435966; }
  .pricing-column .plan-duration {
    font-size: 13px;
    color: #98a6ad; }
  .pricing-column .plan-stats {
    position: relative;
    padding: 30px 20px 15px; }
    .pricing-column .plan-stats li {
      margin-bottom: 15px;
      line-height: 24px; }

.ribbon {
  position: absolute;
  left: 5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
  .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    background: #79A70A;
    background: linear-gradient(#3BAFDA 0%, #3bafda 100%);
    position: absolute;
    top: 19px;
    left: -21px; }
    .ribbon span:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #3bafda;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #3bafda; }
    .ribbon span:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #3bafda;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #3bafda; }

/* =============
   Taskboard & Detail
============= */
.taskboard-box ul.task-list {
  min-height: 50px; }

.gu-mirror {
  list-style: none; }

.kanban-box .checkbox-wrapper {
  float: left; }
  .kanban-box .checkbox-wrapper .checkbox {
    margin-top: 3px; }
.kanban-box .kanban-detail {
  margin-left: 35px; }
  .kanban-box .kanban-detail h4 {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif; }
    .kanban-box .kanban-detail h4 a {
      color: #435966; }
  .kanban-box .kanban-detail ul li a {
    display: inline-block; }
    .kanban-box .kanban-detail ul li a i {
      font-size: 16px;
      color: #98a6ad;
      padding: 0px 5px;
      line-height: 32px; }

.gu-mirror {
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(67, 89, 102, 0.1) !important;
  margin-bottom: 0px !important;
  opacity: 1; }
  .gu-mirror .card-box {
    margin-bottom: 0px !important; }

/* Task Detail */
.task-detail .task-dates li {
  width: 50%;
  float: left; }
.task-detail .task-tags .bootstrap-tagsinput {
  padding: 0px;
  border: none; }
.task-detail .assign-team a {
  display: inline-block;
  margin: 5px 5px 5px 0px; }
.task-detail .files-list .file-box {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding: 2px;
  border-radius: 3px; }
  .task-detail .files-list .file-box img {
    line-height: 70px; }
  .task-detail .files-list .file-box p {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

/* =============
   Projects
============= */
.project-sort-item .form-group {
  margin-right: 30px; }
  .project-sort-item .form-group:last-of-type {
    margin-right: 0px; }

.project-box {
  position: relative; }
  .project-box .badge {
    position: absolute;
    right: 20px; }
  .project-box h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-weight: 600; }
  .project-box ul li {
    padding-right: 30px; }
  .project-box .project-members a {
    margin: 3px;
    display: inline-block; }
    .project-box .project-members a:first-of-type {
      margin-left: 0px; }

/* =============
   Accounts pages
============= */
.account-pages {
  background: url("../images/big/bg1.html") center;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: cover; }

.wrapper-page {
  margin: 5% auto;
  margin-top:0%;
  position: relative;
  width: 420px; }
  .wrapper-page .card-box {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02); }
  .wrapper-page .logo {
    font-size: 42px; }

.panel-pages {
  border-radius: 6px; }
  .panel-pages .panel-body {
    padding: 30px; }
  .panel-pages .panel-heading {
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    padding: 40px 20px;
    position: relative; }
    .panel-pages .panel-heading h3 {
      position: relative;
      z-index: 999; }

.user-thumb {
  position: relative;
  z-index: 999; }
  .user-thumb img {
    height: 88px;
    margin: 0px auto;
    width: 88px; }

.ex-page-content .text-error {
  color: #9e379f;
  text-shadow: rgba(53, 184, 224, 0.3) 5px 1px, rgba(53, 184, 224, 0.2) 12px 3px, rgba(53, 184, 224, 0.3) 6px 4px;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px; }
  .ex-page-content .text-error i {
    font-size: 78px;
    padding: 0 10px; }

/* INBOX */
.inbox-app-main {
  margin-left: -20px; }

.circle-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 2px solid #98a6ad;
  border-radius: 100px;
  font-size: 14px;
  color: #98a6ad;
  cursor: pointer;
  display: block;
  float: left; }
  .circle-icon:hover {
    color: #6e818a;
    border-color: #6e818a; }

.circle-icon.small {
  height: 25px;
  width: 25px;
  line-height: 23px;
  font-size: 11px; }

.circle-icon.red {
  color: #ff5b5b;
  border-color: #ff5b5b; }
  .circle-icon.red:hover {
    color: #c10000;
    border-color: #c10000; }

.checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #98a6ad;
  border-radius: 1px; }
  .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
    display: none; }
  .checkbox-wrapper-mail input:checked ~ label {
    opacity: 1; }
  .checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #98a6ad;
    opacity: 0;
    margin-bottom: 0px !important;
    transition-duration: .05s; }
  .checkbox-wrapper-mail label:active {
    background: #87949b; }

#sidebar {
  position: fixed;
  height: 100%;
  width: 240px;
  transition-duration: .3s;
  z-index: 5;
  color: #435966; }
  #sidebar a {
    color: #435966; }
  #sidebar .menu-segment {
    padding: 0 50px; }
    #sidebar .menu-segment ul, #sidebar .menu-segment li {
      margin: 0;
      padding: 0; }
    #sidebar .menu-segment .ball.pink {
      border-color: #ff8acc; }
    #sidebar .menu-segment .ball.green {
      border-color: #10c469; }
    #sidebar .menu-segment .ball.blue {
      border-color: #188ae2; }
    #sidebar .menu-segment li.title {
      text-transform: uppercase;
      font-weight: 600;
      padding: 10px 0;
      color: #465162; }
      #sidebar .menu-segment li.title .icon {
        float: right; }
  #sidebar .menu-segment li.active a,
  #sidebar .menu-segment li.active a:hover {
    color: #A62421;
    font-weight: 600; }
  #sidebar .menu-segment li a {
    display: block;
    margin: 0 -50px;
    padding: 10px 50px; }
  #sidebar .menu-segment li a:hover {
    background: rgba(152, 166, 173, 0.3); }
  #sidebar .menu-segment li .italic-link {
    font-style: italic;
    font-weight: 600; }
  #sidebar .menu-segment .labels li a span,
  #sidebar .menu-segment .chat li a span {
    display: block;
    border: 5px solid #ff5b5b;
    border-radius: 100px;
    margin-top: 6px; }
  #sidebar .menu-segment .labels.labels li a span,
  #sidebar .menu-segment .chat.labels li a span {
    float: right; }
  #sidebar .menu-segment .labels.chat li a span,
  #sidebar .menu-segment .chat.chat li a span {
    float: left;
    margin-right: 10px; }
  #sidebar .menu-segment .chat li a {
    padding-left: 50px; }
  #sidebar .separator {
    margin: 30px 35px;
    height: 1px;
    background: rgba(152, 166, 173, 0.5); }
  #sidebar .bottom-padding {
    height: 100px; }
  #sidebar > .nano-pane {
    background: transparent;
    width: 5px; }
  #sidebar > .nano-pane .nano-slider {
    background: rgba(152, 166, 173, 0.3); }

#main {
  position: fixed;
  top: 72px;
  left: 490px;
  bottom: 0;
  right: 0;
  z-index: 4;
  transition-duration: .3s;
  background-color: #ffffff; }
  #main .overlay {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 100%;
    background: rgba(67, 89, 102, 0.6);
    z-index: 5;
    opacity: 0;
    transition-duration: 0s;
    transition-property: opacity; }
  #main .header {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(152, 166, 173, 0.3);
    overflow: hidden; }
    #main .header .page-title {
      display: block;
      float: left; }
      #main .header .page-title .sidebar-toggle-btn {
        width: 0;
        margin-top: 1px;
        padding: 11px 0 0 0;
        float: left;
        position: relative;
        display: block;
        cursor: pointer;
        transition-duration: .3s;
        transition-delay: .5s;
        opacity: 0;
        margin-right: 0; }
        #main .header .page-title .sidebar-toggle-btn .line {
          height: 3px;
          display: block;
          background: #888;
          margin-bottom: 4px;
          transition-duration: .5s;
          transition-delay: .5s; }
        #main .header .page-title .sidebar-toggle-btn .line-angle1 {
          width: 8px;
          margin: 0;
          position: absolute;
          top: 15px;
          left: -11px;
          transform: rotate(-60deg); }
        #main .header .page-title .sidebar-toggle-btn .line-angle2 {
          width: 8px;
          margin: 0;
          position: absolute;
          top: 21px;
          left: -11px;
          transform: rotate(60deg); }
      #main .header .page-title .icon {
        font-size: 15px;
        margin-left: 20px;
        position: relative;
        top: -5px;
        cursor: pointer; }
    #main .header .search-box {
      width: 180px;
      height: 40px;
      margin-left: 30px;
      position: relative; }
      #main .header .search-box input {
        position: absolute;
        top: 0;
        transition-duration: .3s;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        text-indent: 15px;
        height: 40px;
        z-index: 2;
        outline: none;
        color: #999;
        background: transparent;
        border: 2px solid #EFEFEF;
        border-radius: 5px;
        transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1); }
        #main .header .search-box input:focus {
          color: #333;
          border-color: #d6d6d6; }
        #main .header .search-box input:focus ~ .icon {
          opacity: 1;
          z-index: 3;
          color: #10c469; }
      #main .header .search-box .icon {
        transition-duration: .3s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        text-align: center;
        line-height: 40px;
        z-index: 1;
        cursor: pointer;
        opacity: .5; }
  #main .action-bar {
    padding: 5px;
    overflow: hidden; }
  #main .message-list {
    display: block;
    padding-left: 0; }
    #main .message-list li {
      position: relative;
      display: block;
      height: 50px;
      line-height: 50px;
      cursor: default;
      transition-duration: .3s; }
      #main .message-list li:hover {
        background: rgba(152, 166, 173, 0.15);
        transition-duration: .05s; }
      #main .message-list li .mail-col {
        float: left;
        position: relative; }
      #main .message-list li .mail-col-1 {
        width: 400px; }
        #main .message-list li .mail-col-1 .star-toggle,
        #main .message-list li .mail-col-1 .checkbox-wrapper-mail,
        #main .message-list li .mail-col-1 .dot {
          display: block;
          float: left; }
        #main .message-list li .mail-col-1 .dot {
          border: 4px solid transparent;
          border-radius: 100px;
          margin: 22px 26px 0;
          height: 0;
          width: 0;
          line-height: 0;
          font-size: 0; }
        #main .message-list li .mail-col-1 .checkbox-wrapper-mail {
          margin-top: 15px;
          margin-right: 10px; }
        #main .message-list li .mail-col-1 .star-toggle {
          margin-top: 18px;
          font-size: 16px;
          margin-left: 5px; }
        #main .message-list li .mail-col-1 .title {
          position: absolute;
          top: 15px;
          left: 140px;
          right: 0;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
      #main .message-list li .mail-col-2 {
        position: absolute;
        top: 0;
        left: 400px;
        right: 0;
        bottom: 0; }
        #main .message-list li .mail-col-2 .subject,
        #main .message-list li .mail-col-2 .date {
          position: absolute;
          top: 0; }
        #main .message-list li .mail-col-2 .subject {
          left: 0;
          right: 200px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        #main .message-list li .mail-col-2 .date {
          right: 0;
          width: 200px;
          padding-left: 80px; }
    #main .message-list li.active, #main .message-list li.selected {
      background: rgba(152, 166, 173, 0.15);
      transition-duration: .05s; }
    #main .message-list li.active,
    #main .message-list li.active:hover {
      box-shadow: inset 3px 0 0 #9e379f; }
    #main .message-list li.unread {
      font-weight: 600;
      color: #555; }
    #main .message-list li.blue-dot .mail-col-1 .dot {
      border-color: #188ae2; }
    #main .message-list li.orange-dot .mail-col-1 .dot {
      border-color: #f9c851; }
    #main .message-list li.green-dot .mail-col-1 .dot {
      border-color: #10c469; }
  #main .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 50px 0; }

.show-main-overlay #main .overlay {
  opacity: 1;
  bottom: 0;
  transition-duration: .5s; }

.show-sidebar #main .header .page-title .sidebar-toggle-btn {
  transition-delay: 0s; }

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
  transform: rotate(-120deg); }

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
  transform: rotate(120deg); }

#main #main-nano-wrapper {
  position: absolute;
  top: 100px;
  bottom: 0;
  height: auto; }

#message {
  position: fixed;
  top: 72px;
  left: 60%;
  bottom: 0;
  width: 40%;
  z-index: 5;
  transform: translateX(200%);
  transition-duration: .5s;
  padding: 20px 30px;
  background: #ffffff;
  box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02); }
  #message .header {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(152, 166, 173, 0.2); }
    #message .header .page-title {
      display: block;
      float: none;
      margin-bottom: 15px;
      line-height: 40px; }
      #message .header .page-title .icon {
        margin-top: 4px;
        margin-right: 10px; }
    #message .header .grey {
      margin-left: 10px;
      color: #999; }
  #message .message-container {
    padding: 0 30px; }
    #message .message-container li {
      padding: 25px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      background: #FFF;
      margin: 0 0 30px 0;
      position: relative; }
      #message .message-container li .details {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        overflow: hidden; }
        #message .message-container li .details .left {
          float: left;
          font-weight: 600;
          color: #888;
          transition-duration: .3s; }
          #message .message-container li .details .left .arrow {
            display: inline-block;
            position: relative;
            height: 2px;
            width: 20px;
            background: rgba(0, 0, 0, 0.15);
            vertical-align: top;
            margin: 12px 20px 0 15px;
            border: 0px solid rgba(0, 0, 0, 0.15);
            transition-duration: .3s; }
            #message .message-container li .details .left .arrow:after {
              position: absolute;
              top: -4px;
              left: 100%;
              height: 0;
              width: 0;
              border: inherit;
              border-width: 7px;
              border-style: solid;
              content: '';
              border-right: 0;
              border-top-color: transparent;
              border-bottom-color: transparent;
              border-top-width: 5px;
              border-bottom-width: 5px; }
        #message .message-container li .details .right {
          float: right;
          color: #999; }
      #message .message-container li .message {
        margin-bottom: 40px; }
        #message .message-container li .message p:last-child {
          margin-bottom: 0; }
      #message .message-container li:hover .tool-box .red-hover {
        color: #ff5b5b;
        border-color: #ff5b5b; }
        #message .message-container li:hover .tool-box .red-hover:hover {
          color: #f40000;
          border-color: #f40000; }
      #message .message-container li .tool-box {
        position: absolute;
        bottom: 0;
        right: 0;
        border: 0px solid #DDDFE1;
        border-top-width: 1px;
        border-left-width: 1px;
        padding: 8px 10px;
        transition-duration: .3s; }
        #message .message-container li .tool-box a {
          margin-right: 10px; }
        #message .message-container li .tool-box a:last-child {
          margin-right: 0; }
    #message .message-container li:hover .details .left .arrow {
      background: #10c469;
      border: 0px solid #10c469; }
    #message .message-container li:hover .details .left .arrow.orange {
      background: #f9c851;
      border: 0px solid #f9c851; }

.show-message #message {
  transition-duration: .3s; }

#message #message-nano-wrapper {
  position: absolute;
  top: 130px;
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  width: auto; }

.show-message #message {
  transform: none; }

.show-message #main {
  margin-right: 40%; }

@media only screen and (min-width: 1499px) {
  #main .overlay {
    display: none; } }
@media only screen and (max-width: 1500px) {
  .show-message #main {
    margin-right: 0; }

  .show-message #message {
    left: 50%;
    width: 50%; } }
@media only screen and (max-width: 1024px) {
  .show-sidebar #sidebar {
    transform: none; }

  .show-sidebar #main {
    transform: translateX(250px); }

  .show-message #main {
    margin-right: 0; } }
@media only screen and (max-width: 768px) {
  #sidebar {
    transform: translateX(-100%); }

  #main {
    left: 0;
    box-shadow: none; }

  #main .header .page-title .sidebar-toggle-btn {
    margin-right: 20px;
    opacity: 1;
    width: 20px;
    margin-left: 10px; }
    #main .header .page-title .sidebar-toggle-btn .line {
      height: 2px; }

  .show-sidebar #sidebar {
    transform: none; }

  .show-sidebar #main {
    transform: translateX(250px); }

  .show-message #main {
    margin-right: 0; }

  .show-message #message {
    left: 20%;
    width: 80%; } }
@media only screen and (max-width: 600px) {
  #main .header .search-box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0; }

  #main .action-bar {
    float: none; }

  .action-bar ul {
    margin-bottom: 0;
    text-align: center; }

  #main .header .search-box input,
  #main .header .search-box input:focus {
    width: 100%; }

  #main #main-nano-wrapper {
    position: absolute;
    top: 150px;
    bottom: 0;
    height: auto; }

  #main .message-list li .mail-col-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 120px;
    width: auto; }

  #main .message-list li .mail-col-2 {
    right: 0;
    left: auto;
    width: 120px; }

  #main .message-list li .mail-col-2 .date {
    padding-left: 0;
    position: static; }

  #main .message-list li .mail-col-2 .subject {
    display: none; } }
/**
 * Nano scroll stuff
*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: none; }

.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible; }

.nano > .nano-pane {
  background: rgba(152, 166, 173, 0.1);
  position: absolute;
  width: 7px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.nano > .nano-pane > .nano-slider {
  background: rgba(152, 166, 173, 0.35);
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background; }

.nano > .nano-pane:hover > .nano-slider,
.nano > .nano-pane.active > .nano-slider {
  background: #A6A6A6; }

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

/* Profile */
.bg-picture {
  padding: 30px; }

.profile-info-name img {
  width: 200px;
  float: left;
  margin-right: 30px; }

.profile-info-detail {
  overflow: hidden; }

.profile-pills li a {
  color: rgba(67, 89, 102, 0.5) !important;
  padding: 0 10px;
  display: block;
  line-height: 30px !important; }
  .profile-pills li a i {
    font-size: 14px; }

.comment {
  padding-top: 12px; }
  .comment .comment-avatar {
    position: relative;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    display: block;
    float: left;
    height: 32px;
    width: 32px; }
  .comment .comment-body {
    float: none;
    margin-left: 40px;
    position: relative; }
  .comment .comment-text {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 7px 12px 8px; }
  .comment .comment-header {
    font-size: 12px;
    padding-bottom: 2px; }
    .comment .comment-header a {
      color: #435966;
      font-weight: bold; }
    .comment .comment-header span {
      color: #98a6ad;
      display: inline-block;
      font-size: 11px;
      margin-left: 5px; }
  .comment .comment-footer {
    display: block;
    font-size: 12px;
    padding: 4px 12px 0; }
    .comment .comment-footer i {
      font-size: 13px;
      margin-right: 7px; }
  .comment .comment-footer, .comment .comment-footer a {
    color: rgba(67, 89, 102, 0.5); }
    .comment .comment-footer:hover, .comment .comment-footer a:hover {
      color: #9e379f; }

.comment > .comment {
  margin-left: 32px !important; }

/*
Template Name:Bonoro - Responsive Admin Dashboard Template
Author: Belostemas
Email: contact$Belostemas.com
File: Menu
*/
.topbar {
  left: 0px;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999; }
  .topbar .topbar-left {
    background-color: #343A40;
    float: left;
    text-align: center;
    height: 70px;
    position: relative;
    width: 250px;
    z-index: 1; }
    .topbar .topbar-left .logo {
      line-height: 68px; }

.navbar-nav {
  flex-direction: inherit; }

.navbar-default {
  background-color: #ffffff;
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  padding: 0px 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .navbar-default .dropslide .dropdown-menu {
    border-radius: 0px; }
  .navbar-default .dropslide .img-thumbnail {
    padding: 3px;
    background-color: transparent;
    border: 3px solid #cccccc; }
  .navbar-default .navbar-left li {
    padding-right: 10px; }
  .navbar-default .button-menu-mobile {
    display: block; }
  .navbar-default .nav-link {
    padding: 0;
    line-height: 70px;
    color: rgba(67, 89, 102, 0.8); }
  .navbar-default .dropdown-toggle:after {
    content: initial; }
  .navbar-default .menu-left {
    overflow: hidden; }
  .navbar-default .topbar-right-menu li {
    float: left; }
  .navbar-default .topbar-right-menu .dropdown .nav-link {
    margin-left: 12px;
    margin-right: 8px; }
    .navbar-default .topbar-right-menu .dropdown .nav-link img {
      width: 40px; }

.logo .slgo {
  display: none;
  margin-top: 20px;
  margin-left: 22px; }

.user-box {
  text-align: center;
  padding: 30px 0px 20px 0px; }
  .user-box .user-img {
    position: relative;
    height: 88px;
    width: 88px;
    margin: 0px auto; }
  .user-box h5 a {
    color: #98a6ad; }
  .user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px; }
    .user-box .user-status i {
      font-size: 15px; }
  .user-box .user-status.away i {
    color: #f9c851; }
  .user-box .user-status.offline i {
    color: #ff5b5b; }
  .user-box .user-status.online i {
    color: #10c469; }
  .user-box .user-status.busy i {
    color: #98a6ad; }
  .user-box ul li a {
    color: #98a6ad; }
    .user-box ul li a:hover {
      color: #9e379f; }

.notification-box ul {
  max-height: 60px; }
  .notification-box ul li a {
    font-size: 26px;
    color: #333333;
    display: block;
    line-height: 70px; }
.notification-box .noti-dot {
  position: relative;
  top: -44px; }
.notification-box .pulse {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #9e379f;
  z-index: 10;
  position: absolute;
  right: 15px; }
.notification-box .dot {
  border: 4px solid #ff5b5b;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -12px;
  left: 2px;
  z-index: 1;
  opacity: 0; }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }
.side-menu {
  top: 70px;
  width: 250px;
  z-index: 10;
  background: #343A40;
  bottom: 0;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 30px;
  position: fixed;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }
  .side-menu .waves-effect .waves-ripple {
    background-color: rgba(53, 184, 224, 0.3); }

.content-page {
  margin-left: 250px;
  overflow: hidden; }
  .content-page .content {
    padding: 0 10px;
    margin-top: 92px; }

.button-menu-mobile {
  background: transparent;
  border: none;
  font-size: 21px;
  line-height: 68px; }

.sidebar-inner {
  height: 100%; }

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none; }

#sidebar-menu {
  width: 100%; }
  #sidebar-menu a {
    line-height: 1.3; }
  #sidebar-menu ul li .mdi-chevron-right {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    margin: 0px;
    line-height: 18px;
    font-size: 16px; }
  #sidebar-menu ul li a.subdrop .mdi-chevron-right {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #sidebar-menu ul ul {
    display: none; }
    #sidebar-menu ul ul li {
      border-top: 0; }
    #sidebar-menu ul ul li.active a {
      color: #A62421; }
    #sidebar-menu ul ul a {
      color: #cccccc;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      border-left: 3px solid transparent;
      display: block;
      padding: 10px 20px 10px 65px; }
      #sidebar-menu ul ul a:hover {
        color: #A62421; }
      #sidebar-menu ul ul a i {
        margin-right: 5px; }
    #sidebar-menu ul ul ul a {
      padding-left: 80px; }
  #sidebar-menu .label {
    margin-top: 2px; }
  #sidebar-menu .subdrop {
    color: #FFFFFF !important; }

#sidebar-menu > ul > li > a {
  color: #cccccc;
  display: block;
  padding: 15px 20px;
  margin: 4px 0px;
  background-color: #343A40; }
  #sidebar-menu > ul > li > a:hover {
    color: #FFFFFF;
    background:#a62421;
    text-decoration: none; }

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
  font-weight: 500; }

#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 20px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px; }
#sidebar-menu ul li a i.md {
  font-size: 18px; }
#sidebar-menu ul li a .drop-arrow {
  float: right; }
  #sidebar-menu ul li a .drop-arrow i {
    margin-right: 0px; }

#sidebar-menu > ul > li > a.active {
  color: #FFFFFF !important; 
 background:#a62421;    
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px; }

#wrapper.enlarged .menu-title, #wrapper.enlarged .mdi-chevron-right {
  display: none !important; }
#wrapper.enlarged .user-box .user-img {
  height: 48px;
  width: 48px; }
#wrapper.enlarged .user-box h5 {
  display: none; }
#wrapper.enlarged #sidebar-menu ul ul {
  border: 2px solid #f4f8fb;
  margin-top: -5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #ffffff; }
#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5; }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background: #f3f3f3 !important; }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
    background: #f3f3f3 !important; }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
    background: #f3f3f3 !important; }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    margin-right: 20px !important; }
  #wrapper.enlarged .left.side-menu .label {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block !important;
    padding: .2em .6em .3em !important; }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    position: relative;
    white-space: nowrap; }
    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
      position: relative;
      width: 260px;
      background: #f4f8fb;
      color: #A62421; }
    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
      display: block;
      left: 70px;
      position: absolute;
      width: 190px; }
      #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
        background: #ffffff;
        box-shadow: none;
        padding-left: 15px;
        position: relative;
        width: 186px;
        z-index: 6; }
        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
          color: #A62421; }
    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
      display: inline; }
  #wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px; }
    #wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
      background: #ffffff;
      box-shadow: none;
      padding-left: 15px;
      position: relative;
      width: 186px;
      z-index: 6; }
      #wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
        color: #A62421; }
  #wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
    color: #A62421 !important; }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
    display: none; }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px; }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg); }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
    color: #A62421; }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
    display: none;
    padding-left: 10px; }
  #wrapper.enlarged .left.side-menu .user-details {
    display: none; }
#wrapper.enlarged .content-page {
  margin-left: 70px; }
#wrapper.enlarged .footer {
  left: 70px; }
#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important; }
  #wrapper.enlarged .topbar .topbar-left .logo .flgo {
    display: none;
    opacity: 0; }
  #wrapper.enlarged .topbar .topbar-left .logo .slgo {
    display: block; }
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none; }
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none; }

#wrapper.right-bar-enabled .right-bar {
  right: 0; }
#wrapper.right-bar-enabled .left-layout {
  left: 0; }

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 71px; }

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px; }

.right-bar {
  background: #ffffff !important;
  z-index: 888 !important; }
  .right-bar h4 {
    border-bottom: 1px solid fade(#98a6ad, 50%);
    padding: 4px 10px 10px 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em; }
  .right-bar .right-bar-toggle {
    float: right;
    line-height: 46px;
    font-size: 20px;
    color: #333;
    padding: 0 10px; }

.notification-list {
  height: 100%; }
  .notification-list .list-group-item {
    border-bottom: 1px solid rgba(152, 166, 173, 0.2) !important;
    margin-bottom: 0; }
  .notification-list .list-group-item.active {
    background-color: rgba(152, 166, 173, 0.1); }

.user-list .user-list-item .avatar {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px; }
  .user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%; }
.user-list .user-list-item .icon {
  float: left;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center; }
  .user-list .user-list-item .icon i {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px; }
.user-list .user-list-item .user-desc {
  margin-left: 40px; }
  .user-list .user-list-item .user-desc span.name {
    color: #435966;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden; }
  .user-list .user-list-item .user-desc span.desc {
    color: #98a6ad;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px; }
  .user-list .user-list-item .user-desc span.time {
    font-size: 11px;
    color: #9e379f;
    font-style: italic; }

/* Seach */
.app-search {
  position: relative; }
  .app-search button {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 4px;
    right: 26px;
    color: rgba(152, 166, 173, 0.7); }
    .app-search button:hover {
      color: #98a6ad; }
  .app-search .form-control,
  .app-search .form-control:focus {
    border: 1px solid #cccccc;
    font-size: 13px;
    height: 34px;
    color: #435966;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 18px;
    margin-right: 20px;
    box-shadow: none;
    border-radius: 15px;
    width: 220px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/*
Template Name:Bonoro - Responsive Admin Dashboard Template
Author: Belostemas
Email: contact@Belostemas.com
File: Responsive
*/
@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99; } }
@media (max-width: 1023px) {
  .button-menu-mobile {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden; } }
@media (max-width: 768px) {
  body {
    overflow-x: hidden; }

  .enlarged .left.side-menu {
    margin-left: -75px; }

  .content-page .content {
    margin-top: 95px; }

  .topbar .topbar-left {
    height: 75px; }

  .navbar-nav {
    margin: 0px;
    display: inline-block; }
    .navbar-nav li {
      display: inline-block;
      line-height: 1px; }

  .navbar-nav.navbar-right {
    float: right; }

  .content-page {
    margin-left: 0px !important; }

  .footer {
    left: 0px !important; }

  .mobile-sidebar {
    left: 0px; }

  .mobile-content {
    left: 250px;
    right: -250px; }

  .wrapper-page {
    width: 90%; }

  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left; }

  div#datatable-buttons_info {
    float: none; }

  .ms-container {
    width: 100%; } }
@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important; }

  .button-menu-mobile {
    display: block; }

  .search-bar {
    display: none !important; }

  .sidebar-inner {
    overflow: auto !important;
    height: 100%;
    bottom: 0; } }
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px; } }
@media (max-width: 700px) {
  .hide-phone {
    display: none !important; } }
@media (min-width: 992px) {
  .container-alt {
    width: 970px; } }
@media (max-width: 992px) {
  .topbar-left {
    display: none; } }
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px; } }
@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important; }

  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important; }
  .logo span {
    display: none !important; }

  .wrapper-page .logo span {
    display: inline-block !important; }

  .content-page {
    margin-left: 70px; }

  .forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1); }

  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important; }

  .page-title {
    display: none; }

  .navbar-default {
    padding: 0px; }
    .navbar-default .navbar-left {
      padding-left: 0px !important; }
      .navbar-default .navbar-left li {
        padding: 0px 5px; }

  .editable-responsive {
    overflow-x: auto; }

  .profile-info-name img {
    float: none;
    margin: 0px auto;
    margin-bottom: 20px; }

  div.hopscotch-bubble .hopscotch-bubble-container {
    max-width: 180px; } }


    .widget-1 {
      margin-bottom: 2rem;
    }

    .widget-1 .widget-1-header {
      line-height: 3;
      border-bottom: 1px solid #e6e4e9;
      color: #58596b;
    }

    .widget-1 .widget-1-items {
      margin: 0.75rem 0 1rem 0;
    }

    .widget-1 .widget-1-items .widget-1-item {
      margin: 0.75rem 0 1rem 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-info .widget-1-title {
      color: #222222;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-info .widget-1-title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-info .widget-1-other-info {
      color: #B1BAC5;
      font-size: 0.75rem;
      font-weight: 300;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions {
      display: flex;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions .primary {
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: .5rem;
      border: 1px solid #1627D3;
      width: 1.375rem;
      height: 1.375rem;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions .primary svg {
      width: 0.75rem;
      height: 0.75rem;
      stroke-width: 2px;
      color: #1627D3;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions .primary:hover {
      background-color: #1627D3;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions .primary:hover svg, .widget-1 .widget-1-items .widget-1-item .widget-1-actions .primary:hover i {
      color: #ffffff;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions .secondary {
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: .5rem;
      border: 1px solid #dde1e9;
      width: 1.375rem;
      height: 1.375rem;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions .secondary svg {
      width: 0.75rem;
      height: 0.75rem;
      stroke-width: 2px;
      fill: #dde1e9;
      color: #dde1e9;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions .secondary:hover {
      border-color: #1627D3;
    }

    .widget-1 .widget-1-items .widget-1-item .widget-1-actions .secondary:hover svg {
      fill: #1627D3;
      color: #1627D3;
    }

    .widget-2 {
      margin-bottom: 2rem;
    }

    .widget-2 .widget-2-header {
      line-height: 3;
      border-bottom: 1px solid #e6e4e9;
      color: #58596b;
    }

    .widget-2 .widget-2-items {
      margin: 0.75rem 0 1rem 0;
    }

    .widget-2 .widget-2-items .widget-2-item {
      margin: 0.75rem 0 1rem 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .widget-2 .widget-2-items .widget-2-item .widget-2-info .widget-2-title {
      color: #222222;
    }

    .widget-2 .widget-2-items .widget-2-item .widget-2-info .widget-2-title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-2 .widget-2-items .widget-2-item .widget-2-info .widget-2-other-info {
      color: #B1BAC5;
      font-size: 12px;
      font-weight: 300;
    }

    .widget-2 .widget-2-items .widget-2-item .widget-2-stat {
      color: #222222;
      text-align: center;
    }

    .widget-2 .widget-2-items .widget-2-item .widget-2-stat .widget-2-stat-figure {
      margin: 0 .5rem 0.3125rem .5rem;
    }

    .widget-3 {
      justify-content: space-between;
      display: flex;
      align-items: center;
    }

    .widget-3 .widget-3-user {
      display: flex;
      align-items: center;
    }

    .widget-3 .widget-3-user .widget-3-user-pic {
      margin-right: 2rem;
    }

    .widget-3 .widget-3-user .widget-3-user-pic img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
    }

    .widget-3 .widget-3-user .widget-3-user-info .widget-3-user-name {
      font-weight: 500;
      font-size: 1.875rem;
      text-transform: capitalize;
      color: #383942;
    }

    .widget-3 .widget-3-user .widget-3-user-info .widget-3-other-info span {
      font-size: 0.875rem;
      color: #727686;
    }

    .widget-3 .widget-3-user .widget-3-user-info .widget-3-other-info span:not(:last-child):after {
      content: "|";
      margin: .5rem;
    }

    .widget-3 .widget-3-stats {
      display: flex;
      align-items: center;
    }

    .widget-3 .widget-3-stats .widget-3-stat {
      flex-direction: column;
      display: flex;
      align-items: center;
    }

    .widget-3 .widget-3-stats .widget-3-stat .widget-3-stat-title {
      color: #727686;
      font-size: 1rem;
    }

    .widget-3 .widget-3-stats .widget-3-stat .widget-3-stat-figure {
      color: #1627D3;
      letter-spacing: 1px;
      font-size: 1.4rem;
    }

    .widget-3 .widget-3-stats .widget-3-separator {
      border-right: 1px solid #B1BAC5;
      height: 40px;
      margin: 0 1.5rem;
    }

    @media (max-width: 1023px) {
      .widget-3 {
        display: block;
      }
      .widget-3 .widget-3-user {
        margin-bottom: 1rem;
      }
      .widget-3 .widget-3-stats {
        justify-content: space-between;
      }
    }

    @media (max-width: 575px) {
      .widget-3 .widget-3-user .widget-3-user-info .widget-3-user-name {
        font-size: 1.3rem;
      }
      .widget-3 .widget-3-user .widget-3-user-info .widget-3-other-info span {
        font-size: 0.75rem;
      }
      .widget-3 .widget-3-stats .widget-3-stat .widget-3-stat-title {
        font-size: 0.8125rem;
        text-align: center;
      }
      .widget-3 .widget-3-stats .widget-3-stat .widget-3-stat-figure {
        font-size: 1rem;
      }
      .widget-3 .widget-3-stats .widget-3-separator {
        margin: 0 1rem;
      }
    }

    .widget-4 .widget-4-icon {
      width: 55px;
      height: 55px;
      position: absolute;
      right: 20px;
      top: -15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .widget-4 .widget-4-icon.option-1 {
      background: linear-gradient(to left top, #1627D3, #B691FF);
    }

    .widget-4 .widget-4-icon.option-2 {
      background: linear-gradient(to left top, #17d1bd, #7DBEFF);
    }

    .widget-4 .widget-4-icon.option-3 {
      background: linear-gradient(to left top, #FFC868, #DDED3D);
    }

    .widget-4 .widget-4-icon.option-4 {
      background: linear-gradient(to left top, #F95062, #9F5FCA);
    }

    .widget-4 .widget-4-icon.option-5 {
      background: linear-gradient(to left top, #6BC0F1, #8ED5FF);
    }

    .widget-4 .widget-4-icon.option-6 {
      background: linear-gradient(to left top, #4E73E5, #95abef);
    }

    .widget-4 .widget-4-icon svg {
      stroke-width: 1px;
      color: #ffffff;
    }

    .widget-4 .widget-4-title {
      display: flex;
      flex-direction: column;
      font-size: 1rem;
      margin-bottom: 2rem;
      letter-spacing: 0;
      color: #383942;
    }

    .widget-4 .widget-4-title small {
      font-size: 80%;
      font-weight: 300;
      text-transform: capitalize;
      color: #B1BAC5;
    }

    .widget-4 .widget-4-body {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
    }

    .widget-4 .widget-4-body .widget-4-stat .widget-4-figure {
      display: flex;
      font-weight: 500;
      font-size: 1.125rem;
      letter-spacing: .5px;
      color: #383942;
    }

    .widget-4 .widget-4-body .widget-4-stat .widget-4-figure svg {
      margin-right: 0.625rem;
    }

    .widget-4 .widget-4-body .widget-4-stat small {
      font-size: 85%;
      font-weight: 300;
      text-transform: capitalize;
      color: #B1BAC5;
    }

    .widget-4 .widget-4-body .widget-4-redirect .btn-widget-4-view {
      background: #F4F7FD;
      color: #A5ABBA;
      font-weight: 300;
      letter-spacing: .5px;
      border: none;
      transition: all, 0.3s;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-4 .widget-4-body .widget-4-redirect .btn-widget-4-view {
        transition: none;
      }
    }

    .widget-4 .widget-4-body .widget-4-redirect .btn-widget-4-view svg {
      color: #1627D3;
    }

    .widget-4 .widget-4-body .widget-4-redirect .btn-widget-4-view:hover {
      color: #ffffff;
      background-image: -webkit-linear-gradient(left, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-image: -o-linear-gradient(left, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-image: linear-gradient(to right, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1627D3', endColorstr='#B31627D3', GradientType=1);
      box-shadow: 0px 1px 6px 0px rgba(22, 39, 211, 0.75);
    }

    .widget-4 .widget-4-body .widget-4-redirect .btn-widget-4-view:hover svg {
      color: #ffffff;
    }

    .widget-5 .widget-5-canvas canvas {
      margin: 0 auto;
      width: 100%;
    }

    .widget-5 .widget-5-canvas-bifurcation {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 1rem;
    }

    .widget-5 .widget-5-canvas-bifurcation .widget-5-bifurcation {
      width: 35%;
      margin: 1rem;
    }

    .widget-5 .widget-5-canvas-bifurcation .widget-5-bifurcation .progress {
      height: 5px;
    }

    .widget-5 .widget-5-canvas-bifurcation .widget-5-bifurcation .widget-5-progress {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0.5rem;
      font-size: 14px;
    }

    .widget-5 .widget-5-canvas-bifurcation .widget-5-bifurcation .widget-5-progress .widget-5-progress-title {
      font-weight: 300;
      color: #898B97;
    }

    .widget-5 .widget-5-canvas-bifurcation .widget-5-bifurcation .widget-5-progress .widget-5-progress-figure {
      font-weight: 400;
      color: #383942;
    }

    .widget-6 .widget-6-title-wrapper {
      display: flex;
      align-items: center;
      width: 140px;
    }

    .widget-6 .widget-6-title-wrapper .widget-6-img {
      border-radius: 0.25rem;
    }

    .widget-6 .widget-6-title-wrapper .widget-6-product-info {
      margin-left: .5rem;
    }

    .widget-6 .widget-6-title-wrapper .widget-6-product-info .title {
      color: #383942;
      line-height: 2;
      font-size: 14px;
      font-weight: 400;
    }

    .widget-6 .widget-6-title-wrapper .widget-6-product-info .title i {
      margin-right: .5rem;
    }

    .widget-6 .widget-6-title-wrapper .widget-6-product-info .attribute {
      font-weight: 300;
      font-size: 85%;
      text-transform: capitalize;
      color: #898B97;
    }

    .widget-6 .widget-6-desc {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .widget-6 .widget-6-desc .widget-6-order-wrapper, .widget-6 .widget-6-desc .widget-6-earning-wrapper, .widget-6 .widget-6-desc .widget-6-return-wrapper {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-right: 1rem;
    }

    .widget-6 .widget-6-desc .widget-6-order-wrapper:last-child, .widget-6 .widget-6-desc .widget-6-earning-wrapper:last-child, .widget-6 .widget-6-desc .widget-6-return-wrapper:last-child {
      margin: 0;
    }

    .widget-6 .widget-6-desc .widget-6-order-wrapper .figure, .widget-6 .widget-6-desc .widget-6-earning-wrapper .figure, .widget-6 .widget-6-desc .widget-6-return-wrapper .figure {
      display: flex;
      color: #383942;
      line-height: 1.5;
      font-size: 14px;
      font-weight: 400;
    }

    .widget-6 .widget-6-desc .widget-6-order-wrapper .figure small, .widget-6 .widget-6-desc .widget-6-earning-wrapper .figure small, .widget-6 .widget-6-desc .widget-6-return-wrapper .figure small {
      padding-left: .5rem;
      font-size: 70%;
      display: flex;
      align-items: center;
    }

    .widget-6 .widget-6-desc .widget-6-order-wrapper .figure small svg, .widget-6 .widget-6-desc .widget-6-earning-wrapper .figure small svg, .widget-6 .widget-6-desc .widget-6-return-wrapper .figure small svg {
      width: 11px;
      height: 11px;
    }

    .widget-6 .widget-6-desc .widget-6-order-wrapper .desc, .widget-6 .widget-6-desc .widget-6-earning-wrapper .desc, .widget-6 .widget-6-desc .widget-6-return-wrapper .desc {
      font-size: 80%;
      color: #898B97;
      text-transform: capitalize;
    }

    .widget-7 .widghet-7-date-filters {
      text-align: right;
      margin-bottom: 1rem;
    }

    .widget-7 .widghet-7-date-filters a {
      display: flex;
      justify-content: flex-end;
      width: 180px;
      margin-left: auto;
      font-weight: 400;
      font-size: 15px;
      color: #727686;
    }

    .widget-7 .widghet-7-date-filters a svg {
      vertical-align: middle;
      margin-right: .5rem;
      stroke-width: 1px;
      width: 20px;
      height: 20px;
    }

    .widget-8 {
      position: relative;
      width: 100%;
    }

    .widget-8 .widget-8-list-items {
      display: flex;
      flex-direction: row;
      list-style: none;
      padding: 0;
    }

    .widget-8 .widget-8-list-items .widget-8-list-item {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      flex-direction: column;
      margin-right: 1.5rem;
    }

    .widget-8 .widget-8-list-items .widget-8-list-item:first-child .widget-8-image {
      border: 1px dashed #a8a8b8;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .widget-8 .widget-8-list-items .widget-8-list-item:first-child .widget-8-image:before {
      font-size: 1.5rem;
      font-weight: 300;
      color: #a8a8b8;
      content: "+";
    }

    .widget-8 .widget-8-list-items .widget-8-list-item .widget-8-image {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
    }

    .widget-8 .widget-8-list-items .widget-8-list-item .widget-8-image img {
      width: 100%;
    }

    .widget-8 .widget-8-list-items .widget-8-list-item .widget-8-name {
      font-size: 13px;
      letter-spacing: .5px;
      text-transform: capitalize;
      transition: all, 0.3s;
      color: #727686;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-8 .widget-8-list-items .widget-8-list-item .widget-8-name {
        transition: none;
      }
    }

    .widget-8 .widget-8-list-items .widget-8-list-item .widget-8-name:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-9 .widget-9-header-title {
      font-weight: 600;
      font-size: 39px;
      color: #383942;
      margin-bottom: 2rem;
    }

    .widget-9 .widget-9-header-title small {
      font-size: 30%;
      font-weight: 400;
      color: #B1BAC5;
    }

    .widget-9 .progress {
      margin-bottom: 2rem;
    }

    .widget-9 .widget-9-list .widget-9-items {
      display: flex;
      align-items: center;
    }

    .widget-9 .widget-9-list .widget-9-items:not(:last-child) {
      margin-bottom: 1.5rem;
    }

    .widget-9 .widget-9-list .widget-9-items i {
      border-radius: 25%;
      width: 15px;
      height: 15px;
      margin-right: 1rem;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-option-1 {
      background: #4765FF;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-option-2 {
      background: #00CB8E;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-option-3 {
      background: #FFC555;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-option-4 {
      background: #FF5666;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-option-5 {
      background: #00D8FA;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-option-6 {
      background: #242a34;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-desc {
      display: block;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-desc .widget-9-title {
      font-weight: 400;
      color: #383942;
      font-size: 14px;
      text-transform: capitalize;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-desc .widget-9-title:hover {
      transition: all 0.3s;
      color: #1627D3;
      text-decoration: none;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-9 .widget-9-list .widget-9-items .widget-9-desc .widget-9-title:hover {
        transition: none;
      }
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-desc span {
      color: #B1BAC5;
      font-size: 12px;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-figures {
      display: block;
      margin-left: auto;
      color: #383942;
      font-size: 13px;
      text-align: center;
    }

    .widget-9 .widget-9-list .widget-9-items .widget-9-figures span {
      font-size: 12px;
    }

    .widget-10 .widget-10-event {
      display: flex;
      flex-direction: column;
    }

    .widget-10 .widget-10-event:not(:first-child) {
      margin-top: 1rem;
    }

    .widget-10 .widget-10-event:not(:last-child) {
      padding-bottom: 1rem;
      border-bottom: 1px dashed #e6e4e9;
    }

    .widget-10 .widget-10-event .widget-10-event-body {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }

    .widget-10 .widget-10-event .widget-10-event-body .widget-10-event-date {
      flex-direction: column;
      padding-right: 1rem;
      margin-right: 1rem;
      border-right: 1px solid #e6e4e9;
      display: flex;
      align-items: center;
    }

    .widget-10 .widget-10-event .widget-10-event-body .widget-10-event-date .day {
      color: #B1BAC5;
    }

    .widget-10 .widget-10-event .widget-10-event-body .widget-10-event-date .day-num {
      color: #0f1b94;
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 1;
    }

    .widget-10 .widget-10-event .widget-10-event-body .widget-10-event-date .month {
      color: #B1BAC5;
    }

    .widget-10 .widget-10-event .widget-10-event-body .widget-10-event-info .title {
      color: #383942;
      font-weight: 400;
      transition: all, 0.3s;
      color: #383942;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-10 .widget-10-event .widget-10-event-body .widget-10-event-info .title {
        transition: none;
      }
    }

    .widget-10 .widget-10-event .widget-10-event-body .widget-10-event-info .title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-10 .widget-10-event .widget-10-event-body .widget-10-event-info .desc {
      color: #B1BAC5;
      font-size: 12px;
    }

    .widget-10 .widget-10-event .widget-10-event-footer {
      display: flex;
      align-items: center;
    }

    .widget-10 .widget-10-event .widget-10-event-footer .widget-10-event-users {
      display: flex;
      flex: 1;
    }

    .widget-10 .widget-10-event .widget-10-event-footer .widget-10-event-users .widget-10-event-user {
      margin-right: 1rem;
    }

    .widget-10 .widget-10-event .widget-10-event-footer .widget-10-event-users .widget-10-event-user img {
      width: 30px;
      height: 30px;
      cursor: pointer;
      border-radius: 50%;
    }

    .widget-10 .widget-10-event .widget-10-event-footer .widget-10-event-action .btn-widget-10-view {
      background: #1627D3;
      color: #ffffff;
      font-weight: 300;
      letter-spacing: .5px;
      border: none;
      transition: all, 0.3s;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-10 .widget-10-event .widget-10-event-footer .widget-10-event-action .btn-widget-10-view {
        transition: none;
      }
    }

    .widget-10 .widget-10-event .widget-10-event-footer .widget-10-event-action .btn-widget-10-view svg {
      color: #ffffff;
    }

    .widget-10 .widget-10-event .widget-10-event-footer .widget-10-event-action .btn-widget-10-view:hover {
      color: #1627D3;
      background-color: #FAF9FF;
      box-shadow: 0px 1px 6px 0px rgba(22, 39, 211, 0.75);
    }

    .widget-10 .widget-10-event .widget-10-event-footer .widget-10-event-action .btn-widget-10-view:hover svg {
      color: #1627D3;
    }

    .widget-11 .widget-11-files .widget-11-file-body {
      display: flex;
      align-items: center;
    }

    .widget-11 .widget-11-files .widget-11-file-body:not(:last-child) {
      margin-bottom: 1.5rem;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon {
      margin-right: 1rem;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon i {
      flex-shrink: 0;
      font-size: 2.2rem;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon i.fa-file-word {
      color: #1627D3;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon i.fa-file-pdf {
      color: #ff0000;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon i.fa-file-excel {
      color: #217346;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon i.fa-file-powerpoint {
      color: #d24726;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon i.fa-file-alt {
      color: #B1BAC5;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon i.fa-file-archive {
      color: #47201B;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-icon i.fa-folder {
      color: #F8D775;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-info {
      flex: 1;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-info .title {
      transition: all, 0.3s;
      color: #383942;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-info .title {
        transition: none;
      }
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-info .title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-11 .widget-11-files .widget-11-file-body .widget-11-file-info .other {
      color: #B1BAC5;
      font-size: 12px;
    }

    .widget-12 .widget-12-body {
      background: url("../../images/backgrounds/cover-photo-bg.html");
      background-size: 100% 100%;
      min-height: 300px;
      display: flex;
      align-items: flex-end;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      box-shadow: inset 0 -90px 100px #000000;
      -webkit-box-shadow: inset 0 -90px 100px #000000;
      -moz-box-shadow: inset 0 -90px 100px #000000;
      -ms-box-shadow: inset 0 -90px 100px #000000;
    }

    .widget-12 .widget-12-body .widget-12-user {
      display: flex;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-pic {
      position: absolute;
      z-index: 12;
      bottom: -10px;
      margin-left: 2.5rem;
      padding-bottom: 3rem;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-pic img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-left: calc(150px + 5rem);
      margin-bottom: 2rem;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-name {
      color: #ffffff;
      font-size: 24px;
      font-weight: 200;
      text-transform: capitalize;
      margin-bottom: .3rem;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-name svg {
      width: 20px;
      height: 20px;
      fill: #FDDB41;
      color: #FF9923;
      cursor: pointer;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-bio {
      display: flex;
      align-items: center;
      font-weight: 200;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-bio .bio-text {
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #ffffff;
      margin-right: 1rem;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-bio .bio-text:not(:last-child):after {
      content: "•";
      padding-left: 1rem;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-bio .bio-text.link {
      color: #ffffff;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-bio .bio-text.link:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-bio .bio-text .bio-icons {
      flex-shrink: 0;
      margin-right: .5rem;
      width: 14px;
      height: 14px;
    }

    .widget-12 .widget-12-user-panel {
      min-height: 80px;
      background: #ffffff;
      display: flex;
      justify-content: space-between;
      padding: 1rem 1rem 1rem calc(150px + 5rem);
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .widget-12 .widget-12-user-panel .widget-12-user-attr-list {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }

    .widget-12 .widget-12-user-panel .widget-12-user-attr-list .widget-12-user-attr {
      display: flex;
      flex-direction: column;
      text-align: center;
    }

    .widget-12 .widget-12-user-panel .widget-12-user-attr-list .widget-12-user-attr:not(:last-child) {
      margin-right: 2rem;
    }

    .widget-12 .widget-12-user-panel .widget-12-user-attr-list .widget-12-user-attr .title {
      color: #B1BAC5;
      font-size: 12px;
      text-transform: uppercase;
    }

    .widget-12 .widget-12-user-panel .widget-12-user-attr-list .widget-12-user-attr .value {
      font-size: 1rem;
      font-weight: 600;
      color: #1627D3;
    }

    .widget-12 .widget-12-user-panel .widget-12-user-attr-list .widget-12-user-attr .value .rating {
      width: 15px;
      height: 15px;
    }

    .widget-12 .widget-12-user-panel .widget-12-user-attr-list .widget-12-user-attr .value .rating.fill {
      fill: #1627D3;
    }

    @media (max-width: 575px) {
      .widget-12 .widget-12-body {
        padding: 1rem;
        background-size: cover;
      }
      .widget-12 .widget-12-body .widget-12-user {
        flex-direction: column;
        width: 100%;
        display: flex;
        align-items: center;
      }
      .widget-12 .widget-12-body .widget-12-user .widget-12-user-pic {
        position: relative;
        padding: 0;
        left: 0;
        margin: 0 0 1rem 0;
      }
      .widget-12 .widget-12-body .widget-12-user .widget-12-user-info {
        padding-left: 1rem;
        margin: 0;
      }
      .widget-12 .widget-12-body .widget-12-user .widget-12-user-info .widget-12-user-bio {
        flex-direction: column;
      }
      .widget-12 .widget-12-user-panel {
        padding: 1rem;
      }
      .widget-12 .widget-12-user-panel .widget-12-user-attr-list .widget-12-user-attr {
        margin: 0 1rem 1rem 0;
      }
    }

    @media (min-width: 700px) and (max-width: 1024px) {
      .widget-12 .widget-12-body {
        padding: 1rem;
      }
      .widget-12 .widget-12-body .widget-12-user {
        display: flex;
        align-items: center;
      }
      .widget-12 .widget-12-body .widget-12-user .widget-12-user-pic {
        position: relative;
        padding: 0;
        left: 0;
        margin: 0;
      }
      .widget-12 .widget-12-body .widget-12-user .widget-12-user-info {
        padding-left: 1rem;
        margin: 0;
      }
      .widget-12 .widget-12-user-panel {
        padding: 1rem;
      }
    }

    .widget-13 .widget-13-title {
      margin-bottom: 1.5rem;
    }

    .widget-13 .widget-13-list .widget-13-list-item {
      display: flex;
      align-items: center;
    }

    .widget-13 .widget-13-list .widget-13-list-item:not(:last-child) {
      margin-bottom: 1.5rem;
    }

    .widget-13 .widget-13-list .widget-13-list-item .icon {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      margin-right: .5rem;
      color: #B1BAC5;
    }

    .widget-13 .widget-13-list .widget-13-list-item p {
      font-size: 12px;
      color: #383942;
      margin: 0;
    }

    .widget-13 .widget-13-list .widget-13-list-item p a {
      color: #1627D3;
    }

    .widget-13 .widget-13-list .widget-13-list-item p a:hover {
      color: #1627D3;
      text-decoration: "underline";
    }

    .widget-14 .widget-14-header {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e6e4e9;
    }

    .widget-14 .widget-14-header .widget-14-post {
      padding: 1rem;
      flex-basis: 100%;
      text-align: center;
    }

    .widget-14 .widget-14-header .widget-14-post:not(:last-child) {
      border-right: 1px solid #e6e4e9;
    }

    .widget-14 .widget-14-header .widget-14-post .icon {
      width: 18px;
      height: 18px;
      margin-right: .5rem;
    }

    .widget-14 .widget-14-header .widget-14-post .icon.post {
      color: #1627D3;
    }

    .widget-14 .widget-14-header .widget-14-post .icon.log {
      color: #00CB8E;
    }

    .widget-14 .widget-14-header .widget-14-post .icon.live {
      color: #FF5666;
    }

    .widget-14 .widget-14-header .widget-14-post a {
      font-size: 13px;
      color: #727686;
    }

    .widget-14 .widget-14-header .widget-14-post a:hover {
      color: #383942;
      text-decoration: none;
    }

    .widget-14 .widget-14-header .widget-14-post a.active {
      font-weight: 500;
      color: #383942;
    }

    .widget-14 .widget-14-body {
      display: flex;
    }

    .widget-14 .widget-14-body .widget-14-user-image {
      margin: 1rem;
      width: 60px;
      height: 60px;
      border-radius: 50%;
    }

    .widget-14 .widget-14-body .widget-14-writing-pad {
      color: #727686;
      background-color: #ffffff;
      width: 100%;
      border: none;
      font-size: 13px;
      padding: .5rem;
    }

    .widget-15 .widget-15-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1rem;
    }

    .widget-15 .widget-15-header .widget-15-post-user {
      display: flex;
      align-items: center;
    }

    .widget-15 .widget-15-header .widget-15-post-user .widget-15-post-user-pic {
      width: 50px;
      height: 50px;
      margin-right: .5rem;
      border-radius: 50%;
    }

    .widget-15 .widget-15-header .widget-15-post-user .widget-15-post-user-info .widget-15-post-user-name {
      color: #B1BAC5;
      font-size: 13px;
    }

    .widget-15 .widget-15-header .widget-15-post-user .widget-15-post-user-info .widget-15-post-user-name a {
      color: #383942;
    }

    .widget-15 .widget-15-header .widget-15-post-user .widget-15-post-user-info .widget-15-post-user-name a:first-child {
      font-weight: 500;
    }

    .widget-15 .widget-15-header .widget-15-post-user .widget-15-post-user-info .widget-15-post-user-name a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-15 .widget-15-header .widget-15-post-user .widget-15-post-user-info .widget-15-post-user-name span {
      font-size: 14px;
    }

    .widget-15 .widget-15-header .widget-15-post-user .widget-15-post-user-info .widget-15-post-time {
      color: #B1BAC5;
      font-size: 12px;
    }

    .widget-15 .widget-15-body .widget-15-post-message {
      font-size: 12px;
      margin-bottom: 0.3125rem;
      color: #383942;
    }

    .widget-15 .widget-15-body .widget-15-post-message a {
      color: #1627D3;
      padding-right: 0.3125rem;
    }

    .widget-15 .widget-15-body .widget-15-post-message a:hover {
      color: #1627D3;
      text-decoration: "underline";
    }

    .widget-15 .widget-15-body .widget-15-album {
      padding-bottom: 1rem;
      border-bottom: 1px solid #e6e4e9;
    }

    .widget-15 .widget-15-body .widget-15-album.single img {
      width: 100%;
      border-radius: 8px;
    }

    .widget-15 .widget-15-body .widget-15-album.multiple .horizontal {
      display: -ms-flexbox;
      /* IE10 */
      display: flex;
      -ms-flex-wrap: wrap;
      /* IE10 */
      flex-wrap: wrap;
    }

    .widget-15 .widget-15-body .widget-15-album.multiple .vertical {
      -ms-flex: 50%;
      /* IE10 */
      flex: 50%;
      max-width: 50%;
      padding: 0 .5rem;
    }

    .widget-15 .widget-15-body .widget-15-album.multiple .vertical img {
      margin-top: 1rem;
      vertical-align: middle;
      width: 100%;
      border-radius: 8px;
    }

    @media screen and (max-width: 800px) {
      .widget-15 .widget-15-body .widget-15-album.multiple .vertical {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
      }
    }

    @media screen and (max-width: 600px) {
      .widget-15 .widget-15-body .widget-15-album.multiple .vertical {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
      }
    }

    .widget-15 .widget-15-post-comments .widget-15-post-reaction-toolbar {
      padding: .5rem 0;
      border-bottom: 1px solid #e6e4e9;
      justify-content: space-between;
      flex-wrap: wrap;
      display: flex;
      align-items: center;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-reaction-toolbar .widget-15-post-reaction-left a {
      color: #383942;
      font-size: 14px;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-reaction-toolbar .widget-15-post-reaction-right a {
      font-size: 12px;
      color: #383942;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-reaction-toolbar .widget-15-post-reaction-right a:first-child {
      margin-right: .5rem;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-reaction-toolbar .widget-15-post-reaction-right a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list {
      padding: 1rem 0;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item {
      display: flex;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item:not(:last-child) {
      margin-bottom: 1.5rem;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .photo {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: .5rem;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .widget-15-post-comment-info {
      display: flex;
      flex-direction: column;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .widget-15-post-comment-info .comment-owner {
      font-weight: 500;
      font-size: 13px;
      color: #383942;
      color: #383942;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .widget-15-post-comment-info .comment-owner:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .widget-15-post-comment-info .comment {
      font-size: 12px;
      margin-bottom: 0.3125rem;
      color: #727686;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .widget-15-post-comment-info .actions * {
      font-size: 12px;
      margin-right: .5rem;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .widget-15-post-comment-info .actions span {
      color: #B1BAC5;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .widget-15-post-comment-info .actions a {
      color: #1627D3;
    }

    .widget-15 .widget-15-post-comments .widget-15-post-comment-list .widget-15-post-comment-item .widget-15-post-comment-info .actions a:hover {
      color: #1627D3;
      text-decoration: "underline";
    }

    .widget-16 .widget-16-title {
      padding: 1rem;
    }

    .widget-16 .widget-16-image-container {
      display: flex;
      flex-wrap: wrap;
    }

    .widget-16 .widget-16-image-container img {
      cursor: pointer;
      width: 33.33%;
      height: 80px;
      padding: 2px;
      opacity: .8;
    }

    .widget-16 .widget-16-image-container img:hover {
      opacity: 1;
    }

    @media (max-width: 1024px) {
      .widget-16 .widget-16-image-container img {
        width: auto;
      }
    }

    .widget-17 .widget-17-header-title {
      color: #727686;
      font-size: 12px;
      text-transform: uppercase;
      padding: 0 0.9375rem;
      margin: 1rem 0;
    }

    .widget-17 .widget-17-page-list {
      padding: 0 0.9375rem;
    }

    .widget-17 .widget-17-page-list .widget-17-page-item {
      display: flex;
      align-items: center;
    }

    .widget-17 .widget-17-page-list .widget-17-page-item:not(:last-child) {
      margin-bottom: 1rem;
    }

    .widget-17 .widget-17-page-list .widget-17-page-item .widget-17-page-pic {
      width: 40px;
      height: 40px;
      margin-right: 0.625rem;
      border-radius: 50%;
    }

    .widget-17 .widget-17-page-list .widget-17-page-item .widget-17-page-title {
      font-size: 13px;
      text-transform: capitalize;
      color: #383942;
    }

    .widget-17 .widget-17-page-list .widget-17-page-item .widget-17-page-title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-17 .widget-17-active-users {
      padding: 0 0.9375rem;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user:not(:last-child) {
      margin-bottom: 1rem;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user .widget-17-user-info {
      display: flex;
      align-items: center;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user .widget-17-user-info .widget-17-user-pic {
      width: 40px;
      height: 40px;
      margin-right: 0.625rem;
      border-radius: 50%;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user .widget-17-user-info .widget-17-page-title {
      font-size: 13px;
      text-transform: capitalize;
      color: #383942;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user .widget-17-user-info .widget-17-page-title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user .widget-17-user-status {
      width: 5px;
      height: 5px;
      flex-shrink: 0;
      border-radius: 50%;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user .widget-17-user-status.active {
      background-color: green;
    }

    .widget-17 .widget-17-active-users .widget-17-active-user .widget-17-user-last-active {
      font-size: 11px;
      color: #B1BAC5;
    }

    .widget-17 .widget-17-search {
      margin-top: 1rem;
      margin-bottom: 0;
    }

    .widget-17 .widget-17-search .form-control, .widget-17 .widget-17-search .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .widget-17 .widget-17-search input[type=text], .widget-17 .widget-17-search .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .widget-17 .widget-17-search select, .widget-17 .widget-17-search .jsgrid .jsgrid-table .jsgrid-edit-row input[type=text], .jsgrid .jsgrid-table .jsgrid-edit-row .widget-17 .widget-17-search input[type=text], .widget-17 .widget-17-search .jsgrid .jsgrid-table .jsgrid-edit-row select, .jsgrid .jsgrid-table .jsgrid-edit-row .widget-17 .widget-17-search select, .widget-17 .widget-17-search .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .widget-17 .widget-17-search input[type=number], .widget-17 .widget-17-search .jsgrid .jsgrid-table .jsgrid-edit-row input[type=number], .jsgrid .jsgrid-table .jsgrid-edit-row .widget-17 .widget-17-search input[type=number] {
      padding-left: 2.375rem;
      padding-right: 3.2rem;
      border: none;
    }

    .widget-17 .widget-17-search .form-control-feedback {
      position: absolute;
      z-index: 2;
      display: block;
      width: 2.375rem;
      height: 2.375rem;
      line-height: 2.375rem;
      text-align: center;
      pointer-events: none;
      color: #B1BAC5;
    }

    .widget-17 .widget-17-search .users {
      bottom: 0;
      right: 0;
    }

    .widget-17 .widget-17-search .users:hover {
      cursor: pointer;
      color: #1627D3;
    }

    .widget-17 .widget-17-search .settings {
      bottom: 0;
      right: 24px;
    }

    .widget-17 .widget-17-search .settings:hover {
      cursor: pointer;
      color: #1627D3;
    }

    .widget-18 {
      width: 370px;
      background: #ffffff;
      display: flex;
      flex-direction: column;
      max-height: calc(100vh - 40px);
      border-radius: 8px;
    }

    .widget-18 .widget-18-header .widget-18-user-container {
      display: flex;
      align-items: center;
      padding: 1rem;
    }

    .widget-18 .widget-18-header .widget-18-user-container img {
      width: 50px;
      height: 50px;
      margin-right: .5rem;
      border-radius: 50%;
    }

    .widget-18 .widget-18-header .widget-18-user-container .widget-18-user-title {
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .widget-18 .widget-18-header .widget-18-user-container .widget-18-user-title a {
      font-size: 13px;
      font-weight: 500;
      text-transform: capitalize;
      color: #383942;
    }

    .widget-18 .widget-18-header .widget-18-user-container .widget-18-user-title a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-18 .widget-18-header .widget-18-user-container .widget-18-user-title span {
      font-size: 12px;
      color: #B1BAC5;
    }

    .widget-18 .widget-18-header .widget-18-user-container .widget-18-user-action .toolbar-icon {
      color: #727686;
      cursor: pointer;
      width: 18px;
      height: 18px;
    }

    .widget-18 .widget-18-header .widget-18-search {
      padding: 0 1rem;
    }

    .widget-18 .widget-18-header .widget-18-search .form-control, .widget-18 .widget-18-header .widget-18-search .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .widget-18 .widget-18-header .widget-18-search input[type=text], .widget-18 .widget-18-header .widget-18-search .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .widget-18 .widget-18-header .widget-18-search select, .widget-18 .widget-18-header .widget-18-search .jsgrid .jsgrid-table .jsgrid-edit-row input[type=text], .jsgrid .jsgrid-table .jsgrid-edit-row .widget-18 .widget-18-header .widget-18-search input[type=text], .widget-18 .widget-18-header .widget-18-search .jsgrid .jsgrid-table .jsgrid-edit-row select, .jsgrid .jsgrid-table .jsgrid-edit-row .widget-18 .widget-18-header .widget-18-search select, .widget-18 .widget-18-header .widget-18-search .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .widget-18 .widget-18-header .widget-18-search input[type=number], .widget-18 .widget-18-header .widget-18-search .jsgrid .jsgrid-table .jsgrid-edit-row input[type=number], .jsgrid .jsgrid-table .jsgrid-edit-row .widget-18 .widget-18-header .widget-18-search input[type=number] {
      padding-left: 2.375rem;
      padding-right: 3.2rem;
      border: none;
      background: #F4F7FD;
    }

    .widget-18 .widget-18-header .widget-18-search .form-control-feedback {
      position: absolute;
      z-index: 2;
      display: block;
      width: 2.375rem;
      height: 2.375rem;
      line-height: 2.375rem;
      text-align: center;
      pointer-events: none;
      color: #B1BAC5;
    }

    .widget-18 .widget-18-body {
      margin: 1rem;
      position: relative;
    }

    .widget-18 .widget-18-body .widget-18-user-list {
      list-style: none;
      padding: 0;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user {
      display: flex;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user:not(:last-child) {
      margin-bottom: 1.5rem;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user img {
      width: 50px;
      height: 50px;
      margin-right: .5rem;
      border-radius: 50%;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-user-title {
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-user-title .widget-18-user-name {
      font-size: 13px;
      font-weight: 500;
      text-transform: capitalize;
      color: #383942;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-user-title .widget-18-user-name:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-user-title span {
      font-size: 0.75rem;
      color: #727686;
      white-space: nowrap;
      overflow: hidden;
      width: 210px;
      text-overflow: ellipsis;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-user-title span.typing {
      color: #1627D3;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-user-title span .emoji {
      font-size: 13px;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-user-title span svg {
      width: 13px;
      height: 13px;
      fill: #727686;
      margin-right: 0.25rem;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-message-time {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .widget-18 .widget-18-body .widget-18-user-list .widget-18-user .widget-18-message-time .time {
      color: #B1BAC5;
      font-size: 0.75rem;
      margin-bottom: 0.25rem;
    }

    .widget-19 {
      background: #F4F7FD;
      width: 100%;
      padding: 1rem 0 0 1rem;
      max-height: calc(100vh - 40px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .widget-19 .widget-19-header {
      display: flex;
      align-items: center;
      padding-bottom: 1.2rem;
      justify-content: space-between;
      border-bottom: 1px solid #e6e4e9;
    }

    .widget-19 .widget-19-header img {
      width: 70px;
      height: 70px;
      margin-right: .5rem;
      border-radius: 50%;
    }

    .widget-19 .widget-19-header .widget-19-user-title {
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .widget-19 .widget-19-header .widget-19-user-title a {
      font-size: 1.125rem;
      font-weight: 500;
      text-transform: capitalize;
      color: #383942;
    }

    .widget-19 .widget-19-header .widget-19-user-title a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-19 .widget-19-header .widget-19-user-title span {
      font-size: 12px;
      color: #B1BAC5;
    }

    .widget-19 .widget-19-header .widget-19-user-action button:not(:last-child) {
      margin-right: 0.3125rem;
    }

    .widget-19 .widget-19-body {
      flex: 1;
      margin-top: 1rem;
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .widget-19 .widget-19-body .widget-19-message-container {
      display: flex;
      margin-bottom: 1.5rem;
    }

    .widget-19 .widget-19-body .widget-19-message-container img {
      width: 50px;
      height: 50px;
      margin-right: .5rem;
      border-radius: 50%;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block {
      width: 100%;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .time {
      color: #B1BAC5;
      font-size: 12px;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message {
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message .message-body {
      background: #ffffff;
      padding: 0.75rem 1.2rem;
      margin-right: 0.75rem;
      font-size: 12px;
      color: #383942;
      max-width: 80%;
      border-radius: 8px;
      box-shadow: 0px 0px 3px 0px rgba(82, 63, 105, 0.1);
      -webkit-box-shadow: 0px 0px 3px 0px rgba(82, 63, 105, 0.1);
      -moz-box-shadow: 0px 0px 3px 0px rgba(82, 63, 105, 0.1);
      -ms-box-shadow: 0px 0px 3px 0px rgba(82, 63, 105, 0.1);
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message .message-body .attachment-container {
      display: flex;
      align-items: center;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message .message-body .attachment-container svg {
      width: 25px;
      height: 25px;
      stroke-width: 1px;
      margin-right: .5rem;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message .message-body .attachment-container .file-info {
      display: flex;
      flex-direction: column;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message .message-body .attachment-container .file-info a {
      font-size: 13px;
      font-weight: 600;
      color: #ffffff;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message .message-body .attachment-container .file-info a:hover {
      color: #ffffff;
      text-decoration: "underline";
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message .message-body .attachment-container .file-info span {
      font-size: 12px;
      font-weight: 300;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message a {
      color: #B1BAC5;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message a svg {
      width: 12px;
      height: 12px;
    }

    .widget-19 .widget-19-body .widget-19-message-container .widget-19-message-block .message a.bookmarked svg {
      fill: #1627D3;
      color: #1627D3;
    }

    .widget-19 .widget-19-body .widget-19-message-container.my-response {
      margin-left: auto;
      direction: rtl;
    }

    .widget-19 .widget-19-body .widget-19-message-container.my-response .widget-19-message-block {
      width: 100%;
      text-align: right;
    }

    .widget-19 .widget-19-body .widget-19-message-container.my-response .widget-19-message-block .message {
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
    }

    .widget-19 .widget-19-body .widget-19-message-container.my-response .widget-19-message-block .message .message-body {
      text-align: left;
      background: #3947da;
      color: #ffffff;
      direction: ltr;
      margin: 0 0 0 0.75rem;
    }

    .widget-19 .widget-19-footer {
      padding-top: 1rem;
    }

    .widget-19 .widget-19-footer form {
      margin: 0;
      display: flex;
      align-items: center;
      background-color: #ffffff;
      border: 1px solid #e6e4e9;
      overflow: hidden;
      border-radius: 8px;
      transition: all, 0.3s;
    }

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

    .widget-19 .widget-19-footer form:focus-within {
      border-color: #7883f1;
    }

    .widget-19 .widget-19-footer form .form-control, .widget-19 .widget-19-footer form .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .widget-19 .widget-19-footer form input[type=text], .widget-19 .widget-19-footer form .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .widget-19 .widget-19-footer form select, .widget-19 .widget-19-footer form .jsgrid .jsgrid-table .jsgrid-edit-row input[type=text], .jsgrid .jsgrid-table .jsgrid-edit-row .widget-19 .widget-19-footer form input[type=text], .widget-19 .widget-19-footer form .jsgrid .jsgrid-table .jsgrid-edit-row select, .jsgrid .jsgrid-table .jsgrid-edit-row .widget-19 .widget-19-footer form select, .widget-19 .widget-19-footer form .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .widget-19 .widget-19-footer form input[type=number], .widget-19 .widget-19-footer form .jsgrid .jsgrid-table .jsgrid-edit-row input[type=number], .jsgrid .jsgrid-table .jsgrid-edit-row .widget-19 .widget-19-footer form input[type=number] {
      padding: 2rem 1rem;
      border: none;
    }

    .widget-19 .widget-19-footer form .widget-19-action-pane {
      flex-shrink: 0;
      margin: 0 .5rem;
    }

    .widget-20 .widget-20-header {
      padding: 1rem .5rem;
      display: flex;
      align-items: center;
    }

    .widget-20 .widget-20-header img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: .5rem;
    }

    .widget-20 .widget-20-header .widget-20-post-info {
      display: flex;
      flex-direction: column;
    }

    .widget-20 .widget-20-header .widget-20-post-info .author-name {
      color: #383942;
      font-size: 13px;
      font-weight: 500;
      text-transform: capitalize;
    }

    .widget-20 .widget-20-header .widget-20-post-info .time {
      color: #B1BAC5;
      font-size: 11px;
    }

    .widget-20 .widget-20-header .widget-20-post-action {
      flex: 1;
      text-align: right;
    }

    .widget-20 .widget-20-body img {
      width: 100%;
      margin-bottom: .5rem;
    }

    .widget-20 .widget-20-body .widget-20-post-container {
      padding: .5rem 1rem;
    }

    .widget-20 .widget-20-body .widget-20-post-container .title {
      font-size: 1rem;
      margin-bottom: .5rem;
      display: block;
      font-weight: 500;
      color: #383942;
      transition: all, 0.3s;
    }

    .widget-20 .widget-20-body .widget-20-post-container .title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-20 .widget-20-body .widget-20-post-container .title {
        transition: none;
      }
    }

    .widget-20 .widget-20-body .widget-20-post-container .desc {
      font-size: 13px;
      color: #727686;
      font-weight: 300;
    }

    .widget-21 {
      display: flex;
      flex-flow: row;
    }

    .widget-21 .widget-21-left-section {
      min-width: 140px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
    }

    .widget-21 .widget-21-left-section a.badge {
      font-weight: 300;
      font-size: 0.8125rem;
      position: absolute;
      top: .5rem;
      left: .5rem;
      box-shadow: none;
    }

    .widget-21 .widget-21-right-section {
      padding: 1rem;
    }

    .widget-21 .widget-21-right-section .widget-21-post-container {
      margin-bottom: 1rem;
    }

    .widget-21 .widget-21-right-section .widget-21-post-container .title {
      font-size: 1rem;
      margin-bottom: .5rem;
      display: block;
      font-weight: 500;
      color: #383942;
      transition: all, 0.3s;
    }

    .widget-21 .widget-21-right-section .widget-21-post-container .title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-21 .widget-21-right-section .widget-21-post-container .title {
        transition: none;
      }
    }

    .widget-21 .widget-21-right-section .widget-21-post-container .desc {
      font-size: 13px;
      color: #727686;
      font-weight: 300;
    }

    .widget-21 .widget-21-right-section .widget-21-author-container {
      display: flex;
      align-items: center;
    }

    .widget-21 .widget-21-right-section .widget-21-author-container img {
      width: 40px;
      height: 40px;
      margin-right: .5rem;
      border-radius: 50%;
    }

    .widget-21 .widget-21-right-section .widget-21-author-container .widget-21-author-info {
      display: flex;
      flex-direction: column;
    }

    .widget-21 .widget-21-right-section .widget-21-author-container .widget-21-author-info .author-name {
      color: #383942;
      font-size: 13px;
      font-weight: 500;
    }

    .widget-21 .widget-21-right-section .widget-21-author-container .widget-21-author-info .time {
      color: #B1BAC5;
      font-size: 11px;
    }

    .widget-21 .widget-21-right-section .widget-21-author-container .widget-21-post-action {
      flex: 1;
      text-align: right;
    }

    .widget-22 .widget-22-header img {
      width: 100%;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
    }

    .widget-22 .widget-22-body {
      border-bottom: 1px solid #e6e4e9;
    }

    .widget-22 .widget-22-body img {
      width: 100%;
      margin-bottom: .5rem;
    }

    .widget-22 .widget-22-body .widget-22-post-container {
      padding: .5rem 1rem;
    }

    .widget-22 .widget-22-body .widget-22-post-container .title {
      font-size: 1rem;
      font-weight: 500;
      color: #383942;
      margin-bottom: .5rem;
      display: block;
      color: #383942;
      transition: all, 0.3s;
    }

    .widget-22 .widget-22-body .widget-22-post-container .title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-22 .widget-22-body .widget-22-post-container .title {
        transition: none;
      }
    }

    .widget-22 .widget-22-body .widget-22-post-container .desc {
      font-weight: 300;
      font-size: 13px;
      color: #727686;
    }

    .widget-22 .widget-22-footer {
      padding: 1rem .5rem;
      display: flex;
      align-items: center;
    }

    .widget-22 .widget-22-footer img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: .5rem;
    }

    .widget-22 .widget-22-footer .widget-22-post-info {
      display: flex;
      flex-direction: column;
    }

    .widget-22 .widget-22-footer .widget-22-post-info .author-name {
      color: #383942;
      font-size: 13px;
      font-weight: 500;
    }

    .widget-22 .widget-22-footer .widget-22-post-info .time {
      color: #B1BAC5;
      font-size: 11px;
    }

    .widget-22 .widget-22-footer .widget-22-post-action {
      flex: 1;
      text-align: right;
    }

    .widget-23 .widget-23-header {
      padding: 1rem;
      margin-bottom: 1rem;
      display: flex;
      justify-content: space-between;
    }

    .widget-23 .widget-23-header .widget-23-content .widget-23-title {
      font-weight: 500;
      color: #383942;
      font-size: 1rem;
      margin-bottom: 5px;
    }

    .widget-23 .widget-23-header .widget-23-content .widget-23-info {
      font-weight: 500;
      color: #727686;
    }

    .widget-23 .widget-23-header .widget-23-figure {
      color: #383942;
    }

    .widget-23 .widget-23-chart {
      display: block;
    }

    .widget-23 .widget-23-chart canvas {
      border-radius: 4px;
    }

    .widget-24 {
      padding: 1rem;
    }

    .widget-24 .widget-24-body {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .widget-24 .widget-24-body .widget-24-content .widget-24-title {
      font-size: 13px;
      font-weight: 300;
      margin-bottom: .25rem;
      color: #727686;
    }

    .widget-24 .widget-24-body .widget-24-content .widget-24-figure {
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: .5px;
      color: #383942;
    }

    .widget-24 .widget-24-body .widget-24-chart {
      display: block;
    }

    .widget-24 .widget-24-body .widget-24-chart canvas {
      border-radius: 4px;
    }

    .widget-25 {
      border-collapse: separate;
      border-spacing: 0 15px;
    }

    .widget-25 thead th {
      border: 0;
      font-weight: 400;
      font-size: 13px;
      padding-bottom: 0px;
    }

    .widget-25 tbody tr {
      background-color: #ffffff;
    }

    .widget-25 tbody tr td {
      border-width: 1px 0 1px 0;
      border-style: solid;
      border-color: #e6e4e9;
      font-weight: 400;
    }

    .widget-25 tbody tr td:first-child {
      border-left: 1px solid #e6e4e9;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
    }

    .widget-25 tbody tr td:last-child {
      border-right: 1px solid #e6e4e9;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .widget-25 tbody tr td .widget-25-order-id {
      min-width: 65px;
    }

    .widget-25 tbody tr td .widget-25-order-id a {
      letter-spacing: .7px;
      color: #1627D3;
    }

    .widget-25 tbody tr td .widget-25-order-id a:hover {
      color: #1627D3;
      text-decoration: "underline";
    }

    .widget-25 tbody tr td .widget-25-order-date, .widget-25 tbody tr td .widget-25-order-amount, .widget-25 tbody tr td .widget-25-order-profit, .widget-25 tbody tr td .widget-25-order-update {
      min-width: 90px;
      color: #383942;
    }

    .widget-25 tbody tr td .widget-25-order-status.pending {
      display: flex;
      align-items: center;
    }

    .widget-25 tbody tr td .widget-25-order-status.pending i {
      width: 6px;
      height: 6px;
      margin-right: .5rem;
      border-radius: 50%;
      background-color: #F8D775;
      flex-shrink: 0;
    }

    .widget-25 tbody tr td .widget-25-order-status.completed {
      display: flex;
      align-items: center;
    }

    .widget-25 tbody tr td .widget-25-order-status.completed i {
      width: 6px;
      height: 6px;
      margin-right: .5rem;
      border-radius: 50%;
      background-color: #04b141;
      flex-shrink: 0;
    }

    .widget-25 tbody tr td .widget-25-order-status.inprogress {
      display: flex;
      align-items: center;
    }

    .widget-25 tbody tr td .widget-25-order-status.inprogress i {
      width: 6px;
      height: 6px;
      margin-right: .5rem;
      border-radius: 50%;
      background-color: #1627D3;
      flex-shrink: 0;
    }

    .widget-25 tbody tr td .widget-25-order-status.cancelled {
      display: flex;
      align-items: center;
    }

    .widget-25 tbody tr td .widget-25-order-status.cancelled i {
      width: 6px;
      height: 6px;
      margin-right: .5rem;
      border-radius: 50%;
      background-color: #ff0000;
      flex-shrink: 0;
    }

    .widget-25 tbody tr td .widget-25-order-fulfillment .badge {
      font-weight: 400;
      font-size: 12px;
      letter-spacing: .5px;
      color: #ffffff;
    }

    .widget-25 tbody tr td .widget-25-order-user {
      min-width: 180px;
      display: flex;
      align-items: center;
    }

    .widget-25 tbody tr td .widget-25-order-user img {
      flex-shrink: 0;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      margin-right: .5rem;
    }

    .widget-25 tbody tr td .widget-25-order-user a {
      text-transform: capitalize;
      color: #383942;
    }

    .widget-25 tbody tr td .widget-25-order-user a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-26 {
      color: #383942;
      font-weight: 400;
    }

    .widget-26 tr:first-child td {
      border: 0;
    }

    .widget-26 .widget-26-job-emp-img img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
    }

    .widget-26 .widget-26-job-title {
      min-width: 200px;
    }

    .widget-26 .widget-26-job-title a {
      font-weight: 400;
      font-size: 0.875rem;
      color: #383942;
      line-height: 1.5;
    }

    .widget-26 .widget-26-job-title a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-26 .widget-26-job-title .employer-name {
      margin: 0;
      line-height: 1.5;
      font-weight: 400;
      color: #383942;
      font-size: 0.8125rem;
      color: #383942;
    }

    .widget-26 .widget-26-job-title .employer-name:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-26 .widget-26-job-title .time {
      font-size: 12px;
      font-weight: 400;
    }

    .widget-26 .widget-26-job-info {
      min-width: 100px;
      font-weight: 400;
    }

    .widget-26 .widget-26-job-info p {
      line-height: 1.5;
      color: #383942;
      font-size: 0.8125rem;
    }

    .widget-26 .widget-26-job-info .location {
      color: #383942;
    }

    .widget-26 .widget-26-job-salary {
      min-width: 70px;
      font-weight: 400;
      color: #383942;
      font-size: 0.8125rem;
    }

    .widget-26 .widget-26-job-category {
      padding: .5rem;
      display: inline-flex;
      white-space: nowrap;
      border-radius: 15px;
    }

    .widget-26 .widget-26-job-category .indicator {
      width: 13px;
      height: 13px;
      margin-right: .5rem;
      float: left;
      border-radius: 50%;
    }

    .widget-26 .widget-26-job-category span {
      font-size: 0.8125rem;
      color: #383942;
      font-weight: 600;
    }

    .widget-26 .widget-26-job-starred svg {
      width: 20px;
      height: 20px;
      color: #fd8b2c;
    }

    .widget-26 .widget-26-job-starred svg.starred {
      fill: #fd8b2c;
    }

    .widget-27 .widget-27-header th {
      vertical-align: inherit;
    }

    .widget-27 .widget-27-header .widget-27-plan-img {
      padding: 0 2rem;
    }

    .widget-27 .widget-27-header .widget-27-plan-img img {
      width: 250px;
    }

    .widget-27 .widget-27-header .widget-27-plan-info {
      padding: 0 1.3rem;
      text-align: center;
    }

    .widget-27 .widget-27-header .widget-27-plan-info .title {
      color: #383942;
      margin-bottom: .8rem;
      font-size: 20px;
      font-weight: 400;
    }

    .widget-27 .widget-27-header .widget-27-plan-info .description {
      line-height: 1.5;
      font-size: 12px;
      font-weight: 400;
      color: #727686;
      margin-bottom: 1.5rem;
    }

    .widget-27 .widget-27-header .widget-27-plan-info .btn, .widget-27 .widget-27-header .widget-27-plan-info .wizard > .actions a, .wizard > .actions .widget-27 .widget-27-header .widget-27-plan-info a, .widget-27 .widget-27-header .widget-27-plan-info .fc button, .fc .widget-27 .widget-27-header .widget-27-plan-info button {
      letter-spacing: .4px;
    }

    .widget-27 .widget-27-body .widget-27-content-header {
      font-weight: 500;
      text-transform: capitalize;
      font-size: 13px;
      letter-spacing: .4px;
      color: #383942;
      background-color: #F4F7FD;
    }

    .widget-27 .widget-27-body .widget-27-content-title {
      color: #727686;
      font-size: 13px;
      font-weight: 400;
    }

    .widget-27 .widget-27-body .widget-27-content-title svg {
      width: 15px;
      height: 15px;
      margin-left: .3rem;
    }

    .widget-27 .widget-27-body .widget-27-content {
      text-align: center;
      color: #58596b;
      font-size: 13px;
      font-weight: 400;
    }

    .widget-27 .widget-27-body .widget-27-content svg {
      width: 15px;
      height: 15px;
      margin-left: .3rem;
    }

    .widget-27 .widget-27-body .widget-27-content.checked svg {
      color: #02cc44;
    }

    .widget-28 .widget-28-stats {
      margin: 2.5rem 0 0 1rem;
      display: flex;
      align-items: center;
    }

    .widget-28 .widget-28-stats .widget-28-stat {
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .widget-28 .widget-28-stats .widget-28-stat .figures {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .widget-28 .widget-28-stats .widget-28-stat .figures svg {
      width: 14px;
      height: 14px;
      margin-right: .2rem;
    }

    .widget-28 .widget-28-stats .widget-28-stat .figures span {
      font-size: 1.8rem;
      color: #58596b;
    }

    .widget-28 .widget-28-stats .widget-28-stat .title {
      font-size: 13px;
      color: #58596b;
    }

    .widget-28 .widget-28-stats .widget-28-separator {
      border-right: 1px solid #e6e4e9;
      height: 40px;
      margin: 0 .8rem;
    }

    .widget-28 .widget-28-graph {
      border-radius: 8px;
    }

    .widget-29.shadow-primary {
      box-shadow: 0px 6px 20px -4px rgba(78, 115, 229, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(78, 115, 229, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(78, 115, 229, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(78, 115, 229, 0.75);
    }

    .widget-29.shadow-secondary {
      box-shadow: 0px 6px 20px -4px rgba(221, 225, 233, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(221, 225, 233, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(221, 225, 233, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(221, 225, 233, 0.75);
    }

    .widget-29.shadow-success {
      box-shadow: 0px 6px 20px -4px rgba(23, 209, 189, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(23, 209, 189, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(23, 209, 189, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(23, 209, 189, 0.75);
    }

    .widget-29.shadow-info {
      box-shadow: 0px 6px 20px -4px rgba(54, 175, 255, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(54, 175, 255, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(54, 175, 255, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(54, 175, 255, 0.75);
    }

    .widget-29.shadow-warning {
      box-shadow: 0px 6px 20px -4px rgba(255, 200, 104, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(255, 200, 104, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(255, 200, 104, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(255, 200, 104, 0.75);
    }

    .widget-29.shadow-danger {
      box-shadow: 0px 6px 20px -4px rgba(249, 80, 98, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(249, 80, 98, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(249, 80, 98, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(249, 80, 98, 0.75);
    }

    .widget-29.shadow-light {
      box-shadow: 0px 6px 20px -4px rgba(247, 249, 250, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(247, 249, 250, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(247, 249, 250, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(247, 249, 250, 0.75);
    }

    .widget-29.shadow-dark {
      box-shadow: 0px 6px 20px -4px rgba(57, 72, 86, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(57, 72, 86, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(57, 72, 86, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(57, 72, 86, 0.75);
    }

    .widget-29.shadow-base {
      box-shadow: 0px 6px 20px -4px rgba(22, 39, 211, 0.75);
      -webkit-box-shadow: 0px 6px 20px -4px rgba(22, 39, 211, 0.75);
      -moz-box-shadow: 0px 6px 20px -4px rgba(22, 39, 211, 0.75);
      -ms-box-shadow: 0px 6px 20px -4px rgba(22, 39, 211, 0.75);
    }

    .widget-29 .widget-29-stat-container {
      min-height: 330px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding: .5rem;
      border-radius: 8px;
    }

    .widget-29 .widget-29-stat-container .widget-29-data {
      padding-left: .5rem;
      display: flex;
      flex-direction: column;
      color: #ffffff;
    }

    .widget-29 .widget-29-stat-container .widget-29-data .spark-bar {
      margin-bottom: 1rem;
    }

    .widget-29 .widget-29-stat-container .widget-29-data .title {
      margin-bottom: .7rem;
      color: rgba(255, 255, 255, 0.6);
      font-size: 13px;
      letter-spacing: .4px;
    }

    .widget-29 .widget-29-stat-container .widget-29-data .figure {
      font-size: 20px;
    }

    .widget-30 .widget-30-graph {
      margin: .8rem 0 1rem 0;
    }

    .widget-30 .widget-30-data {
      display: flex;
      flex-direction: column;
    }

    .widget-30 .widget-30-data .title {
      color: #B1BAC5;
      font-size: 12px;
    }

    .widget-30 .widget-30-data .figure {
      letter-spacing: .5px;
      color: #383942;
      font-size: 25px;
      font-weight: 600;
    }

    .widget-31 .widget-31-icon {
      margin: 1.5rem 0 .8rem 0;
    }

    .widget-31 .widget-31-icon svg {
      width: 40px;
      height: 40px;
      stroke-width: 1px;
      color: #727686;
    }

    .widget-31 .widget-31-data {
      display: flex;
      flex-direction: column;
    }

    .widget-31 .widget-31-data .title {
      color: #727686;
      font-size: 12px;
      padding-bottom: .3rem;
    }

    .widget-31 .widget-31-data .figure {
      letter-spacing: .5px;
      color: #383942;
      font-size: 25px;
      font-weight: 600;
    }

    .widget-31.active svg {
      color: #ffffff;
    }

    .widget-31.active .widget-31-data .title {
      color: #ffffff;
    }

    .widget-31.active .widget-31-data .figure {
      color: #ffffff;
    }

    .widget-32 {
      border-collapse: separate;
      border-spacing: 0 15px;
    }

    .widget-32 thead th {
      border: 0;
      font-weight: 400;
      font-size: 14px;
      padding: .5rem .5rem 1rem .5rem;
    }

    .widget-32 tbody tr {
      background-color: #ffffff;
      box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
      -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
      -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    }

    .widget-32 tbody tr td {
      border-width: 0;
      padding: 1.2rem .5rem;
      font-weight: 400;
    }

    .widget-32 tbody tr td.widget-32-status-warning {
      border-left: 4px solid #F8D775;
    }

    .widget-32 tbody tr td.widget-32-status-active {
      border-left: 4px solid #04b141;
    }

    .widget-32 tbody tr td.widget-32-status-inprogress {
      border-left: 4px solid #1627D3;
    }

    .widget-32 tbody tr td.widget-32-status-danger {
      border-left: 4px solid #ff0000;
    }

    .widget-32 tbody tr td:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
    }

    .widget-32 tbody tr td:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .widget-32 tbody tr td .widget-32-device-name {
      font-weight: 500;
      font-size: 14px;
      min-width: 200px;
    }

    .widget-32 tbody tr td .widget-32-device-name a {
      letter-spacing: .4px;
      color: #383942;
    }

    .widget-32 tbody tr td .widget-32-device-name a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-32 tbody tr td .widget-32-id, .widget-32 tbody tr td .widget-32-data-consumption, .widget-32 tbody tr td .widget-32-phone-number {
      font-size: 14px;
      letter-spacing: .6px;
      color: #383942;
    }

    .widget-32 tbody tr td .widget-32-activity {
      font-size: 14px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      letter-spacing: .7px;
      min-width: 100px;
    }

    .widget-32 tbody tr td .widget-32-activity .date {
      margin-bottom: .3rem;
    }

    .widget-32 tbody tr td .widget-32-activity .time {
      color: #727686;
    }

    .widget-33 .widget-33-header {
      display: flex;
      align-items: center;
      padding: 0.9375rem 0.9375rem 1rem 0.9375rem;
      border-bottom: 1px solid #e6e4e9;
    }

    .widget-33 .widget-33-header img {
      width: 40px;
      height: 40px;
      margin-right: .8rem;
    }

    .widget-33 .widget-33-header .widget-33-appliance-info {
      display: flex;
      flex-direction: column;
    }

    .widget-33 .widget-33-header .widget-33-appliance-info .title {
      font-size: 14px;
      margin: 0;
      padding-bottom: .2rem;
      color: #58596b;
    }

    .widget-33 .widget-33-header .widget-33-appliance-info .additional-content {
      color: #B1BAC5;
    }

    .widget-33 .widget-33-body {
      padding: 0.9375rem 0.9375rem;
      display: flex;
      flex-direction: column;
    }

    .widget-33 .widget-33-body .widget-33-service-title {
      color: #727686;
      font-size: 12px;
      font-weight: 500;
    }

    .widget-33 .widget-33-body .widget-33-service-action {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .widget-33 .widget-33-body .widget-33-service-action .service {
      font-size: 2rem;
      color: #58596b;
    }

    .widget-33 .widget-33-body .widget-33-service-action .actions .btn, .widget-33 .widget-33-body .widget-33-service-action .wizard > .actions a, .widget-33 .widget-33-body .widget-33-service-action .actions .fc button, .fc .widget-33 .widget-33-body .widget-33-service-action .actions button {
      padding: .3rem .5rem;
    }

    .widget-34 {
      background-color: #1627D3;
    }

    .widget-34 .widget-34-container {
      background: url("../../images/illustrations/blogging.html") no-repeat;
      background-position: right;
      background-size: contain;
      min-height: 240px;
    }

    .widget-34 .widget-34-container .widget-34-title {
      color: #ffffff;
      font-size: 1.7rem;
      margin-bottom: 1.5rem;
      font-weight: 300;
    }

    .widget-34 .widget-34-container .widget-34-content {
      font-weight: 300;
      color: #ffffff;
      font-size: 12px;
      letter-spacing: .3px;
      margin-bottom: 1.5rem;
    }

    @media (max-width: 767px) {
      .widget-34 .widget-34-container {
        background: none;
      }
    }

    .widget-35 {
      border: 1px solid #B1BAC5;
      padding: 0.9375rem 0.9375rem;
      border-radius: 8px;
    }

    .widget-35 .widget-35-title {
      font-size: 12px;
      font-weight: 500;
      color: #383942;
      margin-bottom: .7rem;
    }

    .widget-35 .widget-35-number {
      font-size: 1.8rem;
      color: #383942;
    }

    .widget-36 {
      margin: 1rem;
    }

    .widget-36 .progress {
      height: 7px;
    }

    .widget-36 .widget-36-progress {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0.5rem;
      font-size: 14px;
    }

    .widget-36 .widget-36-progress .widget-36-progress-title {
      font-weight: 300;
      color: #898B97;
    }

    .widget-36 .widget-36-progress .widget-36-progress-figure {
      font-weight: 400;
      color: #383942;
    }

    .widget-37 {
      position: relative;
    }

    .widget-37 .widget-37-items {
      list-style: none;
      padding: 0;
      margin-bottom: 0;
    }

    .widget-37 .widget-37-items .widget-37-item {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .widget-37 .widget-37-items .widget-37-item:last-child {
      margin-bottom: 0;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-image-link img {
      border-radius: 8px;
      margin-right: 1rem;
      width: 120px;
      height: 120px;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .title {
      color: #383942;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .content {
      color: #B1BAC5;
      font-size: 13px;
      font-weight: 300;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .widget-37-item-reactions {
      display: flex;
      align-items: center;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .widget-37-item-reactions .widget-37-item-love {
      margin-right: 1rem;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .widget-37-item-reactions .widget-37-item-love svg {
      color: #F95062;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .widget-37-item-reactions .widget-37-item-comment svg {
      color: #36afff;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .widget-37-item-reactions svg {
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      margin-right: .1rem;
    }

    .widget-37 .widget-37-items .widget-37-item .widget-37-item-info .widget-37-item-reactions .figure {
      color: #B1BAC5;
      font-size: 12px;
      font-weight: 300;
    }

    @media (max-width: 767px) {
      .widget-37 .widget-37-items .widget-37-item .widget-37-item-image-link {
        display: none;
      }
    }

    .widget-38 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .widget-38 img {
      width: 100%;
      margin-bottom: 1rem;
    }

    .widget-38 .widget-38-title {
      color: #58596b;
      font-size: 17px;
      margin-bottom: 1rem;
    }

    .widget-38 .widget-38-content {
      font-weight: 300;
      margin-bottom: 1rem;
    }

    .widget-38 .widget-38-content p {
      font-size: 13px;
      text-align: center;
      color: #727686;
    }

    .widget-39 .widget-39-items {
      list-style: none;
      padding: 0;
      margin-bottom: 0;
    }

    .widget-39 .widget-39-items .widget-39-item {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .widget-39 .widget-39-items .widget-39-item:last-child {
      margin-bottom: 0;
    }

    .widget-39 .widget-39-items .widget-39-item .widget-39-item-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .widget-39 .widget-39-items .widget-39-item .widget-39-item-info .title {
      color: #383942;
    }

    .widget-39 .widget-39-items .widget-39-item .widget-39-item-info .title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-39 .widget-39-items .widget-39-item .widget-39-item-info .content {
      color: #B1BAC5;
      font-size: 13px;
      font-weight: 300;
      margin-bottom: .6rem;
    }

    .widget-39 .widget-39-items .widget-39-item .widget-39-item-info .date-time {
      color: #B1BAC5;
      font-size: 13px;
      font-weight: 300;
    }

    .widget-40 .widget-40-header {
      padding: 1rem;
    }

    .widget-40 .widget-40-header .widget-40-title {
      color: #B1BAC5;
      text-transform: uppercase;
      letter-spacing: .0625rem;
      font-size: 11px;
      font-weight: 600;
    }

    .widget-40 .widget-40-header .widget-40-stats {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .widget-40 .widget-40-header .widget-40-stats .widget-40-figure {
      color: #383942;
      letter-spacing: .0625rem;
    }

    .widget-40 .widget-40-header .widget-40-stats .widget-40-ratio {
      font-size: 13px;
      font-weight: 600;
    }

    .widget-40 .widget-40-header .widget-40-stats .widget-40-arrow {
      width: 15px;
      height: 15px;
      stroke-width: 3px;
    }

    .widget-40 .widget-40-chart {
      display: block;
    }

    .widget-40 .widget-40-chart canvas {
      border-radius: 4px;
    }

    .widget-41 {
      display: flex;
      align-items: center;
    }

    .widget-41 .widget-41-statistics {
      width: 50%;
    }

    .widget-41 .widget-41-statistics .widget-41-title {
      margin-bottom: 10px;
      color: #383942;
    }

    .widget-41 .widget-41-statistics .widget-41-content {
      font-weight: 500;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item {
      display: flex;
      align-items: center;
      margin-bottom: 6px;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item i {
      border-radius: 100%;
      width: 5px;
      height: 5px;
      margin-right: 1rem;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-1-indicator-a {
      background: #4765FF;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-1-indicator-b {
      background: #ACA9BB;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-1-indicator-c {
      background: #474554;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-2-indicator-a {
      background: #4765FF;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-2-indicator-b {
      background: #1ace1a;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-2-indicator-c {
      background: #e0631a;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-3-indicator-a {
      background: #4765FF;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-3-indicator-b {
      background: #FF559F;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-option-3-indicator-c {
      background: #FFC555;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-device {
      color: #383942;
      margin-right: 1rem;
      width: 60%;
      font-weight: 600;
    }

    .widget-41 .widget-41-statistics .widget-41-content .widget-41-legend-item .widget-41-figure {
      color: #727686;
      width: 30%;
    }

    .widget-41 .widget-41-statistics-graph {
      margin-left: auto;
    }

    .widget-42 {
      display: flex;
      align-items: center;
    }

    .widget-42 .widget-42-statistics .widget-42-figure {
      text-align: center;
    }

    .widget-42 .widget-42-statistics .widget-42-figure span {
      border-radius: 50%;
      font-size: 2rem;
      font-weight: 500;
      color: #383942;
    }

    .widget-42 .widget-42-statistics .widget-42-title {
      color: #383942;
      text-align: center;
    }

    .widget-42 .widget-42-statistics .widget-42-content {
      font-weight: 500;
    }

    .widget-42 .widget-42-statistics-graph {
      margin-left: auto;
    }

    .widget-43 {
      display: flex;
      align-items: center;
    }

    .widget-43 .widget-43-statistics {
      text-align: center;
    }

    .widget-43 .widget-43-statistics .widget-43-figure span {
      border-radius: 50%;
      font-size: 2rem;
      font-weight: 500;
      color: #383942;
    }

    .widget-43 .widget-43-statistics .widget-43-title {
      color: #383942;
    }

    .widget-43 .widget-43-statistics .widget-43-content {
      font-weight: 500;
    }

    .widget-43 .widget-43-statistics-graph {
      margin-left: auto;
    }

    .widget-44 .widget-44-header {
      padding: 1rem;
      margin-bottom: 1rem;
      display: flex;
      justify-content: space-between;
    }

    .widget-44 .widget-44-header .widget-44-content .widget-44-title {
      font-weight: 500;
      color: #383942;
      font-size: 1rem;
      margin-bottom: 5px;
    }

    .widget-44 .widget-44-header .widget-44-content .widget-44-info {
      font-weight: 500;
      color: #B1BAC5;
    }

    .widget-44 .widget-44-header .widget-44-figure {
      color: #383942;
    }

    .widget-44 .widget-44-chart {
      display: block;
    }

    .widget-44 .widget-44-chart canvas {
      border-radius: 4px;
    }

    .widget-45 .widget-45-wrapper {
      margin-top: 1.5rem;
      display: flex;
      align-items: center;
    }

    .widget-45 .widget-45-wrapper .widget-45-info {
      font-weight: 400;
    }

    .widget-45 .widget-45-wrapper .widget-45-info .widget-45-title {
      color: #383942;
      display: block;
      font-size: 14px;
      transition: all, 0.3s;
      color: #383942;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-45 .widget-45-wrapper .widget-45-info .widget-45-title {
        transition: none;
      }
    }

    .widget-45 .widget-45-wrapper .widget-45-info .widget-45-title:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-45 .widget-45-wrapper .widget-45-info .widget-45-desc {
      color: #B1BAC5;
      font-size: 12px;
    }

    .widget-45 .widget-45-wrapper .widget-45-stat {
      margin-left: auto;
    }

    .widget-46 .widget-46-list .widget-46-items {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .widget-46 .widget-46-list .widget-46-items:last-child {
      margin-bottom: 0;
    }

    .widget-46 .widget-46-list .widget-46-items i {
      border-radius: 25%;
      width: 15px;
      height: 15px;
      margin-right: 1rem;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-option-1 {
      background: #4765FF;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-option-2 {
      background: #00CB8E;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-option-3 {
      background: #FFC555;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-option-4 {
      background: #FF5666;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-option-5 {
      background: #00D8FA;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-option-6 {
      background: #242a34;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-desc {
      display: block;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-desc a {
      color: #383942;
      font-size: 14px;
      text-transform: capitalize;
      transition: all, 0.3s;
      color: #383942;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-46 .widget-46-list .widget-46-items .widget-46-desc a {
        transition: none;
      }
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-desc a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-desc span {
      color: #B1BAC5;
      font-size: 12px;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-figures {
      display: block;
      margin-left: auto;
      color: #383942;
      font-size: 13px;
      text-align: center;
    }

    .widget-46 .widget-46-list .widget-46-items .widget-46-figures span {
      font-size: 12px;
    }

    .widget-47 .widget-47-task-time {
      color: #1627D3;
      font-size: 1.5rem;
      margin-bottom: .7rem;
      display: flex;
      align-items: center;
    }

    .widget-47 .widget-47-task-time svg {
      width: 20px;
      height: 20px;
      margin-right: .5rem;
    }

    .widget-47 .widget-47-task-title {
      color: #383942;
      font-size: 1rem;
      margin-bottom: .7rem;
    }

    .widget-47 .widget-47-task-desc {
      color: #727686;
      font-size: 12px;
      margin-bottom: .5rem;
    }

    .widget-47 .widget-47-task-action {
      text-align: right;
    }

    .widget-48 .widget-48-pro-title {
      margin-bottom: 1rem;
    }

    .widget-48 .widget-48-pro-title .widget-48-pro-title-link {
      font-size: 1rem;
      margin-bottom: 0.625rem;
      text-decoration: none;
      transition: all, 0.3s;
      color: #383942;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-48 .widget-48-pro-title .widget-48-pro-title-link {
        transition: none;
      }
    }

    .widget-48 .widget-48-pro-title .widget-48-pro-title-link:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-48 .widget-48-pro-title .widget-48-pro-ext-link {
      font-size: 13px;
      font-weight: 300;
      margin-left: .5rem;
      text-decoration: none;
      transition: all, 0.3s;
      color: #B1BAC5;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-48 .widget-48-pro-title .widget-48-pro-ext-link {
        transition: none;
      }
    }

    .widget-48 .widget-48-pro-title .widget-48-pro-ext-link:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-48 .widget-48-task-desc {
      font-weight: 400;
      color: #727686;
      font-size: 12px;
      margin-bottom: 1rem;
    }

    .widget-48 .widget-48-pro-att-list {
      margin-bottom: 0.625rem;
    }

    .widget-48 .widget-48-pro-att-list .widget-48-pro-att-item {
      padding-bottom: 5px;
      display: flex;
      align-items: center;
    }

    .widget-48 .widget-48-pro-att-list .widget-48-pro-att-item a {
      font-weight: 400;
      font-size: 13px;
      transition: all, 0.3s;
      color: #383942;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-48 .widget-48-pro-att-list .widget-48-pro-att-item a {
        transition: none;
      }
    }

    .widget-48 .widget-48-pro-att-list .widget-48-pro-att-item a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-48 .widget-48-pro-att-list .widget-48-pro-att-item a svg {
      width: 13px;
      height: 13px;
      margin-right: .5rem;
      color: #1627D3;
    }

    .widget-48 .widget-48-pro-att-list .widget-48-pro-att-item span {
      font-weight: 400;
      margin-left: auto;
      color: #B1BAC5;
    }

    .widget-48 .widget-48-progress {
      font-weight: 400;
      display: flex;
      align-items: center;
      margin: 1rem 0 0.3125rem 0;
    }

    .widget-48 .widget-48-progress .widget-48-progress-title {
      color: #B1BAC5;
    }

    .widget-48 .widget-48-progress .widget-48-progress-figure {
      margin-left: auto;
      color: #383942;
    }

    .widget-48 .progress {
      height: 5px;
    }

    .widget-49 .widget-49-title-wrapper {
      display: flex;
      align-items: center;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-primary {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #edf1fc;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
      color: #4e73e5;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
      color: #4e73e5;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #fcfcfd;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
      color: #dde1e9;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
      color: #dde1e9;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #e8faf8;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
      color: #17d1bd;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
      color: #17d1bd;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #ebf7ff;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
      color: #36afff;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
      color: #36afff;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: floralwhite;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
      color: #FFC868;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
      color: #FFC868;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-danger {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #feeeef;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
      color: #F95062;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
      color: #F95062;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #fefeff;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
      color: #f7f9fa;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
      color: #f7f9fa;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #ebedee;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
      color: #394856;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
      color: #394856;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #e8e9fb;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
      color: #1627D3;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
      color: #1627D3;
      line-height: 1;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
      display: flex;
      flex-direction: column;
      margin-left: 1rem;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
      color: #383942;
      font-size: 14px;
    }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
      color: #B1BAC5;
      font-size: 13px;
    }

    .widget-49 .widget-49-meeting-points {
      font-weight: 400;
      font-size: 13px;
      margin-top: .5rem;
    }

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item {
      display: list-item;
      color: #727686;
    }

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
      margin-left: .5rem;
    }

    .widget-49 .widget-49-meeting-action {
      text-align: right;
    }

    .widget-49 .widget-49-meeting-action a {
      text-transform: uppercase;
    }

    .widget-50 .widget-50-body {
      display: flex;
      align-items: center;
    }

    .widget-50 .widget-50-body .widget-50-left-section img {
      width: 100px;
    }

    .widget-50 .widget-50-body .widget-50-right-section {
      display: flex;
      flex-direction: column;
      padding-left: 1.5rem;
    }

    .widget-50 .widget-50-body .widget-50-right-section .widget-50-bio {
      display: flex;
      flex-direction: column;
      margin-bottom: .5rem;
    }

    .widget-50 .widget-50-body .widget-50-right-section .widget-50-bio .name {
      color: #383942;
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1;
    }

    .widget-50 .widget-50-body .widget-50-right-section .widget-50-bio .designation {
      color: #727686;
    }

    .widget-50 .widget-50-body .widget-50-right-section .widget-50-other button {
      box-shadow: none;
    }

    .widget-50 .widget-50-body .widget-50-right-section .widget-50-other button .filled {
      fill: #1627D3;
    }

    .widget-50 .widget-50-contact {
      display: flex;
      flex-direction: column;
      margin-bottom: .5rem;
    }

    .widget-50 .widget-50-contact a {
      line-height: 1.5;
      margin-bottom: .5rem;
      color: #383942;
      transition: all, 0.3s;
    }

    .widget-50 .widget-50-contact a:first-child {
      margin-top: 1rem;
    }

    .widget-50 .widget-50-contact a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-50 .widget-50-contact a {
        transition: none;
      }
    }

    .widget-50 .widget-50-contact a span {
      color: #727686;
      width: 100px;
      display: inline-block;
      padding-right: 1.5rem;
    }

    .widget-50 .widget-50-divider {
      margin: 1rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    }

    .widget-50 .widget-50-user-info {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }

    .widget-50 .widget-50-user-info .widget-50-frds-info {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .widget-50 .widget-50-user-info .widget-50-frds-info .widget-50-category {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: .5rem;
      border-radius: 50%;
    }

    .widget-50 .widget-50-user-info .widget-50-frds-info .widget-50-category svg {
      width: 20px;
      height: 20px;
    }

    .widget-50 .widget-50-user-info .widget-50-frds-info .numbers {
      color: #383942;
      font-size: 1rem;
    }

    .widget-50 .widget-50-user-info .widget-50-frds-info .title {
      color: #727686;
      font-size: 12px;
    }

    .widget-51 {
      margin-bottom: 2rem;
      border-bottom: 1px dashed #e6e4e9;
    }

    .widget-51 .widget-51-header {
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
    }

    .widget-51 .widget-51-header .widget-51-user-info {
      display: flex;
      align-items: center;
    }

    .widget-51 .widget-51-header .widget-51-user-info .name {
      color: #383942;
      font-size: 14px;
    }

    .widget-51 .widget-51-header .widget-51-user-info .name .additional-info {
      color: #727686;
      text-transform: lowercase;
      font-size: 13px;
    }

    .widget-51 .widget-51-header .widget-51-user-info .time {
      color: #727686;
      font-size: 13px;
      font-weight: 400;
    }

    .widget-51 .widget-51-header .widget-51-user-info img {
      width: 50px;
      height: 50px;
      margin-right: 1rem;
    }

    .widget-51 .widget-51-body {
      margin-bottom: 1rem;
    }

    .widget-51 .widget-51-body .widget-51-post-description {
      color: #383942;
      font-weight: 400;
      font-size: 13px;
    }

    .widget-51 .widget-51-body .widget-51-post-gallery {
      display: flex;
      flex-wrap: wrap;
    }

    .widget-51 .widget-51-body .widget-51-post-gallery img {
      max-width: 200px;
      margin: 1rem 1rem .5rem 0;
    }

    @media (max-width: 575px) {
      .widget-51 .widget-51-body .widget-51-post-gallery img {
        max-width: 70px;
      }
    }

    @media (min-width: 600px) and (max-width: 1024px) {
      .widget-51 .widget-51-body .widget-51-post-gallery img {
        max-width: 120px;
      }
    }

    .widget-51 .widget-51-emoji-panel {
      list-style-type: none;
      padding-left: 0;
    }

    .widget-51 .widget-51-emoji-panel li {
      display: inline-block;
      padding-right: .5rem;
    }

    .widget-51 .widget-51-emoji-panel li .emoji-icon {
      width: 1rem;
      height: 1rem;
    }

    .widget-51 .widget-51-emoji-panel li a {
      font-size: 13px;
      color: #727686;
      color: #727686;
    }

    .widget-51 .widget-51-emoji-panel li a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-52 .widget-52-header {
      display: flex;
      justify-content: space-between;
    }

    .widget-52 .widget-52-header .widget-52-stats {
      margin-bottom: 2rem;
    }

    .widget-52 .widget-52-header .widget-52-stats .title {
      font-size: 17px;
      text-transform: capitalize;
      color: #727686;
      margin-bottom: .7rem;
    }

    .widget-52 .widget-52-header .widget-52-stats .figure {
      font-size: 25px;
      color: #58596b;
      letter-spacing: 1px;
      font-weight: 500;
    }

    .widget-52 .widget-52-header .widget-52-stats .figure sup {
      font-size: 14px;
      margin-right: .5rem;
      color: #B1BAC5;
      text-transform: uppercase;
    }

    .widget-52 .widget-52-header .icon {
      width: 45px;
      height: 45px;
      stroke-width: 1px;
    }

    .widget-52 .widget-52-header .icon.option-1 {
      color: #1627D3;
    }

    .widget-52 .widget-52-header .icon.option-1 rect, .widget-52 .widget-52-header .icon.option-1 path {
      fill: rgba(22, 39, 211, 0.1);
    }

    .widget-52 .widget-52-header .icon.option-2 {
      color: #17d1bd;
    }

    .widget-52 .widget-52-header .icon.option-2 rect, .widget-52 .widget-52-header .icon.option-2 path {
      fill: rgba(23, 209, 189, 0.1);
    }

    .widget-52 .widget-52-header .icon.option-3 {
      color: #DDED3D;
    }

    .widget-52 .widget-52-header .icon.option-3 rect, .widget-52 .widget-52-header .icon.option-3 path {
      fill: rgba(221, 237, 61, 0.1);
    }

    .widget-52 .widget-52-header .icon.option-4 {
      color: #F95062;
    }

    .widget-52 .widget-52-header .icon.option-4 rect, .widget-52 .widget-52-header .icon.option-4 path {
      fill: rgba(249, 80, 98, 0.1);
    }

    .widget-52 .widget-52-header .icon.option-5 {
      color: #8ED5FF;
    }

    .widget-52 .widget-52-header .icon.option-5 rect, .widget-52 .widget-52-header .icon.option-5 path {
      fill: rgba(142, 213, 255, 0.1);
    }

    .widget-52 .widget-52-header .icon.option-6 {
      color: #4E73E5;
    }

    .widget-52 .widget-52-header .icon.option-6 rect, .widget-52 .widget-52-header .icon.option-6 path {
      fill: rgba(78, 115, 229, 0.1);
    }

    .widget-52 .widget-52-redirect {
      margin-bottom: 1rem;
    }

    .widget-52 .widget-52-redirect .btn-widget-52-view {
      background: #FAF9FF;
      color: #A5ABBA;
      font-weight: 300;
      letter-spacing: .5px;
      border: none;
      transition: all, 0.3s;
    }

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

    .widget-52 .widget-52-redirect .btn-widget-52-view svg {
      color: #1627D3;
    }

    .widget-52 .widget-52-redirect .btn-widget-52-view:hover {
      color: #ffffff;
      background-image: -webkit-linear-gradient(left, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-image: -o-linear-gradient(left, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-image: linear-gradient(to right, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1627D3', endColorstr='#B31627D3', GradientType=1);
      box-shadow: 0px 1px 6px 0px rgba(22, 39, 211, 0.75);
    }

    .widget-52 .widget-52-redirect .btn-widget-52-view:hover svg {
      color: #ffffff;
    }

    .widget-53 {
      position: relative;
      width: 100%;
    }

    .widget-53 .widget-53-list-items {
      display: flex;
      flex-direction: row;
      list-style: none;
      padding: 0;
    }

    .widget-53 .widget-53-list-items .widget-53-list-item {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      flex-direction: column;
      margin-right: 4rem;
    }

    .widget-53 .widget-53-list-items .widget-53-list-item:first-child .widget-53-image {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px dashed #a8a8b8;
    }

    .widget-53 .widget-53-list-items .widget-53-list-item:first-child .widget-53-image:before {
      font-size: 1.5rem;
      font-weight: 300;
      color: #a8a8b8;
      content: "+";
    }

    .widget-53 .widget-53-list-items .widget-53-list-item .widget-53-image {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 1rem;
    }

    .widget-53 .widget-53-list-items .widget-53-list-item .widget-53-image img {
      width: 100%;
    }

    .widget-53 .widget-53-list-items .widget-53-list-item .widget-53-name {
      font-size: 13px;
      letter-spacing: .5px;
      text-transform: capitalize;
      font-weight: 500;
      transition: all, 0.3s;
      color: #383942;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-53 .widget-53-list-items .widget-53-list-item .widget-53-name {
        transition: none;
      }
    }

    .widget-53 .widget-53-list-items .widget-53-list-item .widget-53-name:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-53 .widget-53-list-items .widget-53-list-item .widget-53-time {
      color: #B1BAC5;
      font-weight: 300;
      font-size: 13px;
    }

    .widget-54 .widget-54-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2rem;
    }

    .widget-54 .widget-54-header .widget-54-title-wraper {
      display: flex;
      align-items: center;
    }

    .widget-54 .widget-54-header .widget-54-title-wraper img {
      width: 50px;
      height: 50px;
      margin-right: .6rem;
      border-radius: 50%;
    }

    .widget-54 .widget-54-header .widget-54-title-wraper .widget-54-title {
      display: flex;
      flex-direction: column;
      font-size: 1rem;
      letter-spacing: 0;
      color: #394249;
    }

    .widget-54 .widget-54-header .widget-54-title-wraper .widget-54-title small {
      font-size: 70%;
      font-weight: 300;
      text-transform: capitalize;
      letter-spacing: 0.3px;
      color: #B1BAC5;
    }

    .widget-54 .widget-54-body {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
    }

    .widget-54 .widget-54-body .widget-54-stat .widget-54-figure {
      display: flex;
      font-weight: 500;
      font-size: 1.125rem;
      letter-spacing: .5px;
      color: #394249;
    }

    .widget-54 .widget-54-body .widget-54-stat .widget-54-figure svg {
      margin-right: 0.625rem;
    }

    .widget-54 .widget-54-body .widget-54-stat small {
      font-size: 80%;
      font-weight: 300;
      text-transform: capitalize;
      letter-spacing: 0.3px;
      color: #B1BAC5;
    }

    .widget-54 .widget-54-body .widget-54-redirect .btn-widget-54-view {
      background: #FAF9FF;
      color: #A5ABBA;
      font-weight: 300;
      letter-spacing: .5px;
      border: none;
      transition: all, 0.3s;
    }

    @media (prefers-reduced-motion: reduce) {
      .widget-54 .widget-54-body .widget-54-redirect .btn-widget-54-view {
        transition: none;
      }
    }

    .widget-54 .widget-54-body .widget-54-redirect .btn-widget-54-view svg {
      color: #1627D3;
    }

    .widget-54 .widget-54-body .widget-54-redirect .btn-widget-54-view:hover {
      color: #ffffff;
      background-image: -webkit-linear-gradient(left, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-image: -o-linear-gradient(left, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-image: linear-gradient(to right, #1627D3 0%, rgba(22, 39, 211, 0.7) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1627D3', endColorstr='#B31627D3', GradientType=1);
      box-shadow: 0px 1px 6px 0px rgba(22, 39, 211, 0.75);
    }

    .widget-54 .widget-54-body .widget-54-redirect .btn-widget-54-view:hover svg {
      color: #ffffff;
    }

    .widget-55 .widget-55-header {
      display: flex;
      align-items: center;
      padding: 0 0.9375rem;
      justify-content: space-between;
      margin-bottom: 1rem;
    }

    .widget-55 .widget-55-header .widget-55-header-left h4 {
      font-weight: 300;
      font-size: 26px;
    }

    .widget-55 .widget-55-header .widget-55-header-left p {
      letter-spacing: .2px;
    }

    .widget-55 .widget-55-header .widget-55-header-right img {
      width: 80px;
      height: 80px;
    }

    .widget-55 .widget-55-body {
      margin-bottom: 1rem;
    }

    .widget-55 .widget-55-body-actions {
      border-top: 1px solid #e6e4e9;
    }

    .widget-55 .widget-55-body-actions a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #383942;
    }

    .widget-55 .widget-55-body-actions a:hover {
      color: #1627D3;
      text-decoration: none;
    }

    .widget-55 .widget-55-body-actions a svg {
      width: 18px;
      height: 18px;
    }

/*# sourceMappingURL=style.css.map */
