/*
Template Name: Marvel - Multipurpose Admin Template
Author: LettstartDesign
Version: 1.0.0
Website: https://lettstartdesign.com/
File: Main Css File
*/
/* TABLES OF CSS

1. Fonts
2. Bootstrap functions
3. Bootstrap variables
4. App variables
5. Bootstrap mixins
6. App mixins
7. App functions
8. Utilities
9. Preloader
10. Print
11. Layout (header, footer, sidebar, topbar)
12. Plugins
13. Pages
14. Responsive
*/
/* Google font */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
body {
  font-size: 16px;
  color: #03004e;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  background: #f9fbfd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.5;
  color: #000;
}

::-moz-selection {
  background: #435966;
  color: #ffffff;
}

::selection {
  background: #435966;
  color: #ffffff;
}

.logo {
  height: 22px;
}

a {
  text-decoration: none !important;
  transition: all 400ms ease-in-out;
  color: #45c4a0;
  font-weight: 500;
}
a:hover {
  color: #45c4a0;
}

button:focus {
  outline: none;
}

#wrapper {
  position: relative;
}

.main-content {
  margin-left: 250px;
  padding: 0 15px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: calc(100vh - 121px);
}
.main-content .page-content {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .main-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .main-content {
    padding: 0;
  }
}

.page-title-box {
  padding: 30px 0;
  color: #ffffff;
}
.page-title-box h3 {
  color: #ffffff;
}
.page-title-box .date-icon {
  color: #03004e;
}

.page-content-wrapper .preloader {
  position: fixed;
}

.card {
  border: none;
  margin-bottom: 30px;
}
.card .card-body {
  padding: 30px;
}

.checklist li {
  display: flex;
  align-items: center;
}

.bg-primary {
  background: #45c4a0 !important;
}

.bg-success {
  background: #2AC37D !important;
}

.bg-info {
  background: #4fccdc !important;
}

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

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

.bg-dark {
  background: #1e1e1e !important;
}

.bg-muted {
  background: #98a6ad !important;
}

.bg-purple {
  background: #9261c6 !important;
}

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

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

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

.topbar-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 70px;
  padding-right: 30px;
  background-color: #45c4a0;
}
.topbar-header .scroll-content {
  max-height: 240px;
}

.header-item {
  height: 70px;
  display: inline-flex;
  align-items: center;
}
.header-item.btn {
  min-width: auto;
}
.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.navbar-header .left-bar,
.navbar-header .right-bar {
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar-header .hamburg-icon {
  background: none;
  border: none;
  padding: 0 15px 0 30px;
}
.navbar-header .hamburg-icon i {
  font-size: 1.75rem;
}
.navbar-header .hamburg-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  padding: 0 1.5rem;
  text-align: center;
  width: 250px;
  background: #ffffff;
  height: 100%;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  margin-right: 0;
}
@media (max-width: 767px) {
  .navbar-brand {
    width: 70px;
  }
}
.navbar-brand .logo {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
}
@media (max-width: 767px) {
  .navbar-brand .logo .logo-text {
    display: none;
  }
}
.navbar-brand .dot {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 4px;
  display: inline-block;
  background: #45c4a0;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.logo-sm {
  display: none;
}
.logo-sm img {
  width: 25px;
}

.logo-lg img {
  width: 120px;
}

.side-navbar {
  width: 250px;
  background: #ffffff;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition-duration: 0.2s;
  box-shadow: 1px 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  padding-bottom: 15px;
}
.side-navbar .scroll-content {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .side-navbar {
    padding-top: 15px;
    transform: translateX(-105%);
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
  }
}
.side-navbar a {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  font-size: 14px;
  opacity: 0.8;
  font-weight: 500;
  position: relative;
  color: #03004e;
  transition: all 0.4s;
  font-family: "Poppins", sans-serif;
  border-left: 3px solid transparent;
}
.side-navbar a.active {
  border-left-color: #45c4a0;
  color: #45c4a0;
  background-color: rgba(69, 196, 160, 0.08);
  opacity: 1;
}
.side-navbar a i {
  margin-right: 10px;
}

.slimScrollDiv {
  height: auto !important;
}

.slimscroll-menu {
  height: 100%;
}

.scrollbar-track {
  background: transparent !important;
}

.scrollbar-thumb {
  background: #98a6ad !important;
  opacity: 0.4;
  width: 4px !important;
}

.left-side-menu-condensed #wrapper {
  position: relative;
}
.left-side-menu-condensed .navbar-brand {
  width: 70px !important;
  text-align: center;
}
.left-side-menu-condensed .navbar-brand .logo-text {
  display: none;
}
.left-side-menu-condensed .main-content {
  margin-left: 70px;
  overflow: hidden;
}
.left-side-menu-condensed .side-navbar {
  position: absolute;
  width: 70px;
  z-index: 5;
  bottom: 0;
  top: 0;
  display: flex;
}
.left-side-menu-condensed .side-navbar a {
  padding: 12px 22px;
}
.left-side-menu-condensed .side-navbar a span {
  display: none;
}
.left-side-menu-condensed .side-navbar .scrollbar-track {
  visibility: hidden;
}
.left-side-menu-condensed .side-navbar .scroll-content {
  height: auto;
  max-height: none;
  overflow: inherit !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
}
.left-side-menu-condensed .footer {
  left: 70px;
}

@media (max-width: 991px) {
  .show-sidebar .side-navbar {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

.footer {
  padding: 15px;
  display: flex;
  background: #ffffff;
  margin-left: 250px;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}

.left-side-menu-condensed .footer {
  margin-left: 70px;
}

/*
    Documentation
*/
.plugin-details > * {
  display: none;
}
.plugin-details > *:first-child {
  display: block;
}
/*# sourceMappingURL=maps/styles.css.map */

/*# sourceMappingURL=styles.min.css.map */
