@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);@charset "UTF-8";

/*
 Template Name: Canvab - Bootstrap 4 Admin Dashboard & Frontend
 Author: Themesbrand
 File: Main Style css
 */

/* ==============
  General
===================*/

body {
  background: #f2f5f7;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin: 0;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  background: #f2f5f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Roboto", sans-serif;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h4 {
  line-height: 22px;
}

b,
strong {
  font-weight: 500;
}

* {
  outline: none !important;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

.container {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}

.footer {
  background-color: #ffffff;
  border-top: 1px solid rgba(60, 73, 89, 0.05);
  bottom: 0;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  left: 240px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* Social */

.social-links li a {
  -webkit-border-radius: 50%;
  background: #f8f8f8;
  border-radius: 50%;
  color: #9f9f9f;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

/* ==============
  Loader
===================*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3c4959;
  z-index: 9999999;
}

#status {
  width: 80px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}

.sk-three-bounce {
  margin: 46px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #28D3AB;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/* ==============
  Menu
===================*/

.topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.topbar .topbar-left {
  float: left;
  position: relative;
  width: 240px;
  z-index: 1;
  text-align: center;
  background-color: #6e6dc0;
}

.logo {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 70px;
  text-transform: uppercase;
}

.navbar-custom {
  background-color: #6362bb;
  border: none;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
}

.navbar-custom .dropdown.show .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-custom .language-switch a img {
  float: right;
  margin-top: 5px;
}

/* Notification */

.notification-list {
  margin-left: 0;
}

.notification-list .noti-title {
  border-radius: 0.25rem 0.25rem 0 0;
  margin: -4px 0px 0px 0px;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.notification-list .noti-title .label {
  float: right;
}

.notification-list .noti-icon {
  font-size: 28px;
  vertical-align: middle;
  color: #ffffff;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 12px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.notification-list .notify-item {
  padding: 15px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
  white-space: normal;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eeeeee;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.notification-list .nav-link {
  padding: 0 12px;
  line-height: 70px;
}

.notification-list .nav-link.text-muted {
  color: #ffffff !important;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.nav-user {
  margin-right: 10px;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

.menu-title {
  padding: 12px 25px !important;
  letter-spacing: 0.035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
  color: rgba(60, 73, 89, 0.5);
  margin-top: 10px !important;
}

.profile {
  padding: 17px 15px !important;
}

.profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
  float: left;
}

.profile .profile-username {
  margin-left: 45px;
  display: block;
  line-height: 36px;
}

.navbar-nav {
  margin: 0;
}

.side-menu {
  bottom: 0;
  top: 0;
  width: 240px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  position: absolute;
  z-index: 99;
  box-shadow: 3px 8px 5px rgba(29, 30, 58, 0.03);
}

body.fixed-left .side-menu.left {
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 70px;
}

.content-page {
  margin-left: 240px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.content-page > .content {
  margin-bottom: 60px;
  padding: 20px 20px;
  transition: all 0.4s ease-in-out;
}

.page-content-wrapper {
  margin: 0 -10px;
  padding-top: 50px;
}

.button-menu-mobile {
  background-color: #6362bb;
  font-size: 28px;
  width: 42px;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  line-height: 68px;
  margin-left: 10px;
}

.sidebar-inner {
  height: 100%;
}

.search-wrap {
  background-color: #ffffff;
  color: #3c4959;
  z-index: 9997;
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 0 15px;
  transform: translate3d(0, -100%, 0);
  transition: 0.3s;
}

.search-wrap form {
  display: flex;
  width: 100%;
}

.search-wrap .search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.search-wrap .search-input {
  flex: 1 1;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.search-wrap .close-search {
  width: 36px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: inherit;
  font-size: 24px;
}

.search-wrap .close-search:hover {
  color: #e84848;
}

.search-wrap.open {
  transform: translate3d(0, 0, 0);
}

#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;
}

.navbar-nav > li > a.notification-icon-box {
  line-height: 70px;
}

.navbar-nav > li > a.notification-icon-box i {
  font-size: 26px;
  vertical-align: middle;
}

#sidebar-menu {
  background-color: #ffffff;
  padding-bottom: 30px;
  width: 100%;
}

#sidebar-menu ul ul {
  display: none;
}

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul li.active a {
  color: #6362bb;
}

#sidebar-menu ul ul a {
  color: #55677e;
  display: block;
  padding: 12px 20px 12px 55px;
  font-size: 15px;
}

#sidebar-menu ul ul a:hover {
  color: #3c4959;
}

#sidebar-menu ul ul a i {
  margin-right: 5px;
}

#sidebar-menu ul ul ul a {
  padding-left: 75px;
}

#sidebar-menu > ul > li > a {
  color: #516277;
  display: block;
  padding: 15px 20px;
  background-color: #ffffff;
}

#sidebar-menu > ul > li > a:hover {
  color: #3c4959;
  text-decoration: none;
}

#sidebar-menu > ul > li > a span i {
  font-size: 18px;
  line-height: 18px;
}

.has_sub.nav-active i.mdi-chevron-right:before {
  content: "\F140";
}

#sidebar-menu > ul > li.nav-active > a {
  background-color: whitesmoke;
  color: #3c4959;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu > ul > li > a > i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}

#sidebar-menu > ul > li > a.active {
  color: #6362bb;
}

#sidebar-menu > ul > li > a.active i {
  color: #6362bb;
}

#sidebar-menu > ul > li.nav-active > ul {
  display: block;
}

#wrapper.enlarged .left.side-menu {
  padding-top: 0;
  z-index: 5;
  margin-left: -100%;
}

#wrapper.enlarged .content-page {
  margin-left: 0;
}

#wrapper.enlarged .footer {
  left: 0;
}

.user-details {
  min-height: 80px;
  padding: 20px;
  position: relative;
  color: rgba(60, 73, 89, 0.8);
}

.user-details img {
  position: relative;
  z-index: 9999;
  height: 64px;
  width: 64px;
}

.user-details .user-info {
  text-align: center;
}

.user-details .user-info .user-status {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  font-size: 12px;
}

.page-title-box {
  padding: 15px 25px;
  margin: 0 -25px 20px -25px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}

.page-title-box .page-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-title-box .breadcrumb .breadcrumb-item a {
  color: #3c4959;
}

/* ==============
  Bootstrap-custom
===================*/

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.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-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-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-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-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 {
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  margin-top: 5px;
}

.dropdown-menu {
  padding: 4px 0;
  display: block;
  font-size: 15px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  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;
}

.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #3c4959;
  text-decoration: none;
  background-color: #eeeeee;
}

.dropdown-item {
  padding: 6px 1.5rem;
}

.dropdown-menu-lg {
  width: 270px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #707070;
  content: "\F105" !important;
  font-family: FontAwesome !important;
}

.bg-primary {
  background-color: #6362bb !important;
}

.bg-success {
  background-color: #28D3AB !important;
}

.bg-info {
  background-color: #00bdff !important;
}

.bg-warning {
  background-color: #ffbb44 !important;
}

.bg-danger {
  background-color: #e84848 !important;
}

.bg-muted {
  background-color: #707070 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #3c4959 !important;
}

.bg-pink {
  background-color: #f06292;
}

.bg-purple {
  background-color: #8938d5;
}

.bg-brown {
  background-color: #8d6e63;
}

.bg-blue-grey {
  background-color: #90a4ae;
}

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #e84848 !important;
}

.text-muted {
  color: #707070 !important;
}

.text-primary {
  color: #6362bb !important;
}

.text-warning {
  color: #ffbb44 !important;
}

.text-success {
  color: #28D3AB !important;
}

.text-info {
  color: #00bdff !important;
}

.text-dark {
  color: #3c4959 !important;
}

.text-pink {
  color: #f06292;
}

.text-purple {
  color: #8938d5;
}

.text-brown {
  color: #8d6e63;
}

.text-blue-grey {
  color: #90a4ae;
}

.badge {
  font-weight: 500;
}

.badge-default {
  background-color: #eeeeee;
  color: #3c4959;
}

.badge-primary {
  background-color: #6362bb;
}

.badge-success {
  background-color: #28D3AB;
}

.badge-info {
  background-color: #00bdff;
}

.badge-warning {
  background-color: #ffbb44;
  color: #ffffff;
}

.badge-danger {
  background-color: #e84848;
}

.badge-dark {
  background-color: #3c4959;
}

.badge-pink {
  background-color: #f06292;
  color: #ffffff;
}

.badge-purple {
  background-color: #8938d5;
  color: #ffffff;
}

.badge-brown {
  background-color: #8d6e63;
  color: #ffffff;
}

.badge-blue-grey {
  background-color: #90a4ae;
  color: #ffffff;
}

/* Navs & Tabs */

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #6362bb;
}

.nav-pills > .active > a > .badge {
  color: #6362bb;
}

/* List Group */

.list-group-item.active {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}

.list-group-item.active:hover {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}

.list-group-item.active:hover .list-group-item-text {
  color: #6362bb;
}

.list-group-item.active:focus {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}

.list-group-item.active:focus .list-group-item-text {
  color: #6362bb;
}

.list-group-item.active .list-group-item-text {
  color: #6362bb;
}

.list-group-item {
  border-radius: 0;
  padding: 12px 20px;
  border: 1px solid fade(#3c4959, 6%);
}

.list-group-item:first-child {
  border-radius: 0;
  padding: 12px 20px;
}

.list-group-item:last-child {
  border-radius: 0;
  padding: 12px 20px;
}

.list-group-item-heading {
  font-weight: 300;
}

.list-group-item.active > .badge {
  color: #6362bb;
}

dt {
  font-weight: 500;
}

/* =============
   Alerts
============= */

.alert {
  position: relative;
  border: 0;
}

.alert .alert-link {
  font-weight: 500;
}

.alert-success {
  color: #28D3AB;
  background-color: #d1f6ed;
}

.alert-success .alert-link {
  color: #20a888;
}

.alert-success hr {
  border-top-color: #20a888;
}

.alert-info {
  color: #00bdff;
  background-color: #ccf2ff;
}

.alert-info .alert-link {
  color: #0097cc;
}

.alert-info hr {
  border-top-color: #0097cc;
}

.alert-warning {
  color: #ffbb44;
  background-color: #ffefd3;
}

.alert-warning .alert-link {
  color: #ffa811;
}

.alert-warning hr {
  border-top-color: #ffa811;
}

.alert-colored {
  color: #ffffff !important;
}

.alert-colored.alert-success {
  background-color: #28D3AB;
}

.alert-colored.alert-info {
  background-color: #00bdff;
}

.alert-colored.alert-warning {
  background-color: #ffbb44;
}

.alert-colored.alert-danger {
  background-color: #e84848;
}

/* ==============
  Helper Classes
===================*/

.header-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.p-0 {
  padding: 0;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-0 {
  margin: 0;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.m-h-50 {
  min-height: 50px;
}

.l-h-34 {
  line-height: 34px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-32 {
  font-size: 32px;
}

.font-40 {
  font-size: 40px;
}

.font-light {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.no-border {
  border: none;
}

.bx-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ==============
  Card
===================*/

.card {
  border: 1px solid rgba(112, 112, 112, 0.12);
}

.card-primary {
  background-color: #6362bb;
  border-color: #6362bb;
}

.card-success {
  background-color: #28D3AB;
  border-color: #28D3AB;
}

.card-info {
  background-color: #00bdff;
  border-color: #00bdff;
}

.card-warning {
  background-color: #ffbb44;
  border-color: #ffbb44;
}

.card-danger {
  background-color: #e84848;
  border-color: #e84848;
}

.card-dark {
  background-color: #3c4959;
  border-color: #3c4959;
}

.card-pink {
  background-color: #f06292;
  border-color: #f06292;
}

.card-purple {
  background-color: #8938d5;
  border-color: #8938d5;
}

.card-brown {
  background-color: #8d6e63;
  border-color: #8d6e63;
}

.card-blue-grey {
  background-color: #90a4ae;
  border-color: #90a4ae;
}

/* ==============
  Account Pages
===================*/

.accountbg {
  background: url("/images/bg-account.png");
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.wrapper-page {
  margin: 1.5% auto;
  max-width: 440px;
  position: relative;
}

.wrapper-page .logo-admin {
  font-size: 28px;
  line-height: 70px;
}

.wrapper-page > .card {
  border-radius: 0.5rem;
  border: 5px double #cdcde9;
  box-shadow: 0 0 53px rgba(0, 0, 0, 0.1);
}

.user-thumb {
  position: relative;
  z-index: 999;
}

.user-thumb img {
  height: 88px;
  margin: 0 auto;
  width: 88px;
}

.ex-page-content h1 {
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

.account-page-full {
  left: 0;
  position: absolute;
  height: 100%;
  margin: 0;
  width: 420px;
  background-color: #ffffff;
}

.account-page-full .card {
  border: none;
}

