﻿/* style.bundle.css - Auto-generated concatenation of all CSS imports */
/* Generated: 2026-03-17 17:47 */

/* ========== variables.css ========== */
:root {
  /* AnauÃª Design â€” Clean & Modern Corporate */
  --primary-color: #2d4e9e;
  --primary-rgb: 45, 78, 158;
  --primary-filter: 15,26,53;
  --accent-color: #78b652;
  --accent-rgb: 120, 182, 82;

  /* Design Tokens */
  --bg-page: #ecf1f5;
  --text-primary: #1a1a1a;
  --text-secondary: #5a6a7a;
  --brand-primary: #2d4e9e;
  --brand-accent: #78b652;
  --brand-accent-hover: #5f9a3e;

  /* Shadows */
  --shadow-soft: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-hover: 0 8px 32px rgba(0,0,0,0.12);

  /* Typography */
  --font-primary: 'Plus Jakarta Sans', 'Inter', sans-serif;

  /* Radius */
  --radius-card: 12px;

  /* Status Colors */
  --danger-color: #E57373;
  --success-color: #78b652;
  --info-color: #2d4e9e;
  --warning-color: #ffc107;
}


/* ========== _general.css ========== */
/*----------------------------------------
  General Layout
------------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
body {
	background: var(--bg-page, #ecf1f5);
	color: var(--text-primary, #1a1a1a);
}
body,
body *,
p {
	font-family: var(--font-primary, 'Plus Jakarta Sans', sans-serif);
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}
body.ajax nav.navigation,
body.ajaxurl nav.navigation {
	position: relative;
	z-index: 999;
}

body.ajaxloading #response_wrapper,
body.ajaxloading .sidenav,
body.ajaxloading .sidesettings {
	opacity: 0;
}

@media only screen and (max-width: 768px) {
	::-webkit-scrollbar {
		display: none;
	}
}

/* .container.full {
	margin: 0px;
	width: 100%;
}
.container.full .sec-tit {
	margin-left: 24px;
} */

/*----------------------------------------
  Typography
------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	text-transform: none;
}

h1 {
	font-size: 38px;
	line-height: 62px;
	margin: 2rem 0 1rem 0;
}
h2 {
	font-size: 32px;
	line-height: 52px;
	margin: 1.6rem 0 1rem 0;
}
h3 {
	font-size: 28px;
	line-height: 45px;
	margin: 1.6rem 0 0.8rem 0;
}
h4 {
	font-size: 24px;
	line-height: 39px;
	margin: 1.5rem 0 0.5rem 0;
}
h5 {
	font-size: 21px;
	line-height: 34px;
	margin: 1.2rem 0 0.5rem 0;
}
h6 {
	font-size: 19px;
	line-height: 31px;
	margin: 1rem 0 0.5rem 0;
}
strong {
	font-weight: 600;
}

a {
	color: var(--primary-color);
}
.sec-tit {
	position: relative;
}
.sec-tit:after {
	display: block;
	position: relative;
	content: " ";
	height: 1px;
	width: 40px;
	margin: 10px 0 0px 0;
	background: var(--primary-color);
}
.sec-tit:before {
	display: block;
	position: absolute;
	content: " ";
	height: 1px;
	width: 20px;
	margin: 7px 0 0px 0;
	background: var(--primary-color);
	top: 34px;
}
.sec-tit.center:after {
	margin: 10px auto 0px auto;
}
.sec-tit.center:before {
	left: 50%;
	margin-left: -10px !important;
}
.white-text .sec-tit:after,
.white-text .sec-tit:before,
.sec-tit.white-text:after,
.sec-tit.white-text:before {
	background: #ffffff;
	opacity: 0.8;
}

.secondary-content {
	color: #607d8b;
}
.dark-text {
	color: #455a64;
}
.light {
	font-weight: 400;
}
label {
	color: #546e7a;
}
.transparent {
	background-color: transparent;
}

/*----------------------------------------
  Page Title
------------------------------------------*/

.pagetitle {
	text-transform: none;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	position: relative;
	margin-top: 50px;
}

.pagetitle::after {
	display: block;
	position: relative;
	content: " ";
	height: 1px;
	width: 40px;
	margin: 10px 0 0px 0;
	background: var(--primary-color);
}
.pagetitle::before {
	display: block;
	position: absolute;
	content: " ";
	height: 1px;
	width: 20px;
	margin: 7px 0 0px 0;
	background: var(--primary-color);
	top: 36px;
}

.small {
	font-size: 14px;
	opacity: 0.8;
}
.text-upper {
	text-transform: uppercase;
}
.preloader-background {
	background-color: var(--bg-page, #ecf1f5);
}

/*----------------------------------------
  Helper Classes
------------------------------------------*/
.top-0 {
	margin-top: 0px;
}
.bot-0 {
	margin-bottom: 0px;
}
.bot-20 {
	margin-bottom: 20px;
}
.pad-top-15 {
	padding-top: 15px;
}
.pad-15 {
	padding: 0 15px;
}
.pad-30 {
	padding: 0 30px;
}
.spacer {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 1px;
}
.spacer-line {
	margin-bottom: 1px;
	display: block;
	width: 100%;
	height: 1px;
}
.spacer-small {
	margin-bottom: 3px;
	display: block;
	width: 100%;
	height: 1px;
}
.spacer-medium {
	margin-bottom: 30px;
	display: block;
	width: 100%;
	height: 1px;
}
.spacer-large {
	margin-bottom: 50px;
	display: block;
	width: 100%;
	height: 1px;
}
.spacer-xlarge {
	margin-bottom: 100px;
	display: block;
	width: 100%;
	height: 1px;
}

.col.pad-0,
.pad-0 {
	padding: 0px;
}
.divider {
	background-color: #e0e0e0;
}
.inblock{
	display: inline-block;
}
body .white-bg {
	background-color: #ffffff;
}
body .primary-bg {
	background-color: var(--primary-color);
}
body .primary-bg-light {
	background-color: rgba(var(--primary-rgb), 0.1);
}
body .primary-text {
	color: var(--primary-color);
}
body .accent-bg {
	background-color: var(--accent-color);
}
body .accent-bg-light {
	background-color: rgba(var(--accent-rgb), 0.1);
}
body .accent-text {
	color: var(--accent-color);
}
/*----------------------------------------
  Highlight
------------------------------------------*/
.highlight {
	padding: 2px 5px;
}

/*----------------------------------------
  Breadcrumbs
------------------------------------------*/
.breadcrumb:before {
	content: "\F142";
	font: normal normal normal 24px/1 "Material Design Icons";
}
.breadcrumb.black-text:before {
	color: rgba(50, 50, 50, 0.7);
}


/* ========== _preloader.css ========== */

/*----------------------------------------
  Preloader
------------------------------------------*/
#preloader:after{
  border-top-color: #80CBC4;
}
#preloader:before{
  border-top-color: rgba(var(--accent-rgb), 1);;
}
#preloader{
  border-top-color: rgba(var(--primary-rgb), 1);
}


/* ========== _ui.css ========== */

/*----------------------------------------
  UI - buttons
------------------------------------------*/

.ui-buttons .btn, .ui-buttons .btn-large, .ui-buttons .btn-small{
  margin: 10px 10px 0 0;
}
.ui-buttons .btn-floating{
  margin: 10px 30px 0 0;
}

/*----------------------------------------
  UI - badges & Waves
------------------------------------------*/
.ui-badges .badge{
  margin: 10px 10px 0 0;
  float: left;
}

.ui-wavesgrid img{
  vertical-align: top;
}
.ui-wavesgrid .col{
  margin-bottom: 15px;
}

/*----------------------------------------
  UI - Colors
------------------------------------------*/
.ui-colors{
  padding: 0 .75rem;
}
.ui-colors .col{
  margin: 0px 0 0px 0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 20px 0;
}
.ui-colors .col .col{
  border: none;
  border-radius: 20px;
  margin: 5px;
  min-height: 30px;
  min-width: 80px;
}
.ui-colors .col div{
  margin: 1px 0px 0 0;
  padding: 12px 20px;
  border-right: 1px solid #f5f5f5 !important;
}

/*----------------------------------------
  UI - Toasts
------------------------------------------*/
.ui-toasts .btn{
  margin: 10px 10px 0 0;
}

/*----------------------------------------
  UI - Modal
------------------------------------------*/
.ui-modal .btn{
  margin: 10px 10px 0 0;    
}

/*----------------------------------------
  UI - Grid
------------------------------------------*/
.ui-grid .col{
    border-right: 2px solid rgba(255, 255, 255, 0.9);
    padding: 5px 5px;
    text-align: center;
    margin-bottom: 5px;
    background: var(--primary-color);
    color: #fff;
    box-shadow: none;
    border-radius: 10px;
}
.ui-grid .col span{
    font-size: 14px;
}

.ui-grid .col:nth-child(odd){
    background: var(--primary-color);
}

.ui-grid .col span{
  display: block;
  padding: 7px 0;
}

.ui-grid.ui-grid-large .col{
  min-height: 100px;
  height: 100px;
  position: relative;
}

.ui-grid-large .col span{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 120%;
}

/*----------------------------------------
  UI - Icons
------------------------------------------*/
.ui-icons.sizes i{
  line-height: 50px;
}
.ui-icons .iprev {
    height: 150px;
    text-align: center;
    margin-bottom: 1.5rem;
}
.ui-icons .iprev div{
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.14), 0 3px 11px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.14), 0 3px 11px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    height: 100%;
    padding: 20px .75rem;
    border-radius: 10px;
}
.ui-icons .iprev i {
  font-size: 36px;
  margin-bottom: 15px;
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}
.ui-icons .iprev span {
    display: block;
    font-size: 14px;
    line-height: 23px;
    word-wrap: break-word;
}
.ui-icons .iprev code{
  display: none;
}

/*----------------------------------------
  Form Select
------------------------------------------*/
.ui-select .input-field{
  margin-bottom: 30px;
}
nav.ui-forms label{
  top: -11px;
  left: 11px;
}
nav.ui-forms label.active{
  top: 20px;
}
nav.ui-forms label i{
  margin-left: 10px;
}

/*----------------------------------------
  Dropdowns
------------------------------------------*/
.ui-dropdowns .btn{
  margin: 15px 15px 0 0;
}
.dropdown-trigger.btn-large{
  line-height: 36px;
}
.dropdown-trigger.btn{
  line-height: 30px;
}

/*----------------------------------------
  Mediabox
------------------------------------------*/

.ui-mediabox .col{
  margin-bottom: 24px;
}

/*----------------------------------------
  Feature Discovery
------------------------------------------*/
.tap-target{
  background-color: var(--primary-color);
}
.tap-wrap{
  margin-left: 25px;
}

/*----------------------------------------
  Faq
------------------------------------------*/
.ui-faq .collapsible-header{
  line-height: 25px;
}

/*----------------------------------------
  Site - Dark Mode - UI Icons
----------------------------------------*/
[data-site_mode="dark"] .ui-icons .iprev div{
    background-color: #455A64;
}
[data-site_mode="dark"] .ui-grid .col{
  border-right: 2px solid #263238;
}

/* ========== _datepicker.css ========== */
/*----------------------------------------
  Date picker
------------------------------------------*/
.datepicker-table td.is-selected,
.datepicker-date-display {
	background-color: var(--primary-color);
	color: #ffffff !important;
}
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done,
.datepicker-table td.is-today {
	color: var(--primary-color);
}
.datepicker-table-wrapper table {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.datepicker-calendar button:focus {
	background-color: transparent;
	color: #ffffff;
}
.datepicker-day-button:focus {
	background-color: var(--primary-color);
}
.datepicker-controls .select-month input {
	width: 85px;
	text-align: right;
	padding: 0px !important;
}
.datepicker-controls .select-year input {
	padding: 0px !important;
}
.datepicker-controls button {
	opacity: 0.6;
}
.timepicker-span-hours,
.timepicker-span-minutes {
	font-size: 24px;
}
/*----------------------------------------
  Site - Dark Mode - Datepicker
----------------------------------------*/
[data-site_mode="dark"] .datepicker-container .month-prev svg,
[data-site_mode="dark"] .datepicker-container .month-next svg {
	fill: #eeeeee;
}
[data-site_mode="dark"] .datepicker-table td.is-outside-current-month .datepicker-day-button,
[data-site_mode="dark"] .datepicker-table td.is-disabled .datepicker-day-button {
	color: #cfd8dc;
	opacity: 0.7;
}


/* ========== _timepicker.css ========== */


/*----------------------------------------
  Time picker
------------------------------------------*/
.timepicker-display-am-pm{
    font-size: 1.0rem;
    right: 0px;
    bottom: 0;
}
.timepicker-span-hours, .timepicker-span-minutes, .timepicker-span-am-pm div{
    display: inline;
    margin-right: 5px;
}
.timepicker-digital-display{
    background-color: var(--primary-color);
}
.timepicker-close {
    color: var(--primary-color);
} 
.timepicker-canvas-bg {
    fill: var(--primary-color);
}
.timepicker-canvas-bearing {
    fill: var(--primary-color);
}
.timepicker-canvas line {
    stroke: var(--primary-color);
}
.timepicker-tick.active, .timepicker-tick:hover {
    background-color: rgba(var(--primary-rgb), 0.4);
}


/*----------------------------------------
  Site - Dark Mode - Timepicker
----------------------------------------*/
[data-site_mode="dark"] .timepicker-plate{
  background-color: #455A64;
}
[data-site_mode="dark"] .timepicker-tick{
  color: #CFD8DC;
}
[data-site_mode="dark"] .timepicker-tick.active, 
[data-site_mode="dark"] .timepicker-tick:hover {
  background-color: #37474F;
}

/* ========== _carousel.css ========== */

/*----------------------------------------
  Carousel
------------------------------------------*/
.carousel.carousel-fullscreen{
  position: relative;
  top: 0px;
  z-index: 997;
}
.fullfixed .carousel.carousel-fullscreen{
  position: fixed;
}
.carousel.carousel-fullscreen .carousel-item .bg{
  height: 100%;
  width: 100%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.carousel.carousel-fullscreen .carousel-item .item-content{
  position: relative;
  z-index: 2;
  padding: 15%;
  transition: 800ms;
  transform: translateX(-100px);
  opacity: 0;
}
.carousel.carousel-fullscreen .carousel-item.active .item-content{
  transform: translateX(0px) translateY(0px);
  opacity: 1;
}
.carousel.carousel-fullscreen .indicators{
  position: absolute;
  bottom: 50px;
}
[data-footer_menu="hide"] .carousel.carousel-fullscreen .indicators{
  bottom: 40px;
}
.carousel .indicators .indicator-item{
  height: 4px;
  width: 20px;
  margin: 6px;
  border: 1px solid rgba(230,230,230,0.8);
  background-color: transparent;
  box-shadow: 2px 2px 2px rgba(33,33,33,.1);
  border-radius: 2px;
}
.carousel .indicators .indicator-item.active{
  background-color: rgba(230,230,230,0.8);
  border: none;
}
.carousel.carousel-slider .carousel-item p {
    font-size: 16px;
    line-height: 26px;
}
.carousel .item-content{
  z-index: 2;
  position: relative;
}

/*----------------------------------------
  Carousel - Basics
------------------------------------------*/

.carousel-basic{
  height: 250px;
}
.carousel-basic .carousel-item{
  height: 100%;
  overflow: hidden;
}
.carousel-basic .indicators{
  bottom: 15px;
}
.carousel .indicators{
  bottom: 15px;
}
.carousel-full{
  height: 230px;
}
.container .carousel .indicators{
  bottom: 45px;
}

.carousel.carousel-h100 .carousel-item>img {
  width: auto;
  height: 100%;
}

.carousel.carousel-h100 .carousel-item{
  height: 100%;
  overflow: hidden;
}

/* ========== _carousel-home-screen.css ========== */

/*----------------------------------------
  Carousel Home Screen
------------------------------------------*/
.fullfixed{
  position: relative;
  z-index: 1;
}
.welcome-logo.index-welcome{
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
.index-start{
  text-align: center;
  width: 100%;
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 40px;
}
.index-start .btn-large{
  width: 80%;
  margin: 0 10%;
}
.fullfixed.index-carousel .carousel.carousel-fullscreen .indicators{
  bottom: 110px;
}


/* ========== _slider.css ========== */

/*----------------------------------------
  Slider
------------------------------------------*/
.slider .indicators{
  bottom: 50px;
  z-index: 2;
}
.slider .indicators .indicator-item{
  border: none;
  height: 4px;
  width: 20px;
  margin: 6px;
  border: 1px solid rgba(230,230,230,0.8);
  background-color: transparent;
  box-shadow: 2px 2px 2px rgba(33,33,33,.1);
  border-radius: 2px;
}
.slider .indicators .indicator-item.active {
  background-color: rgba(230,230,230,0.8);
  border: none;
}
.slider .slides li img{
  position: absolute;
}
.slides .img-wrap{
  height: 100%;
}
body .noUi-horizontal .noUi-handle, body .noUi-vertical .noUi-handle{
  width: 23px;
    height: 23px;
        left: -10px;
    top: -10px;
}
body .noUi-handle-touch-area {
    position: relative;
    width: 55px;
    height: 55px;
    left: -17px;
    top: -16px;
}
body .noUi-target.noUi-horizontal .noUi-tooltip {
    height: 30px;
    width: 30px;
    top: -13px;
    left: 0px;
  }
body .noUi-target.noUi-vertical .noUi-tooltip{
    height: 30px;
    width: 30px;
    top: -13px;
    left: -2px;
  }

.slider.dark-text .slides li .caption p{
  color: #455A64;
}
.slider.fullscreen ul.indicators{
  bottom: 70px;
}



/* ========== _testimonials.css ========== */

/*----------------------------------------
  Testimonials  
------------------------------------------*/

.slider .slides.testimonials li .userinfo img{
  position: relative;
  top: 3px;
  width: 46px;
  height: 46px;
  float: left;
  margin-right: 10px;
}
.testimonials .userinfo{
  margin-top: 10px;
  display: inline-block;
  width: auto;
}
.testimonials .userinfo img{
}
.testimonials .userinfo .left-align{
  white-space: nowrap;
  float: left;
}
.slider .slides.testimonials.center .userinfo{
  margin-bottom: 0px;
}
.slider .slides.testimonials.center .userinfo img{
  float: none;  
  margin-bottom: 10px;
}
.testimonials.center .userinfo .name strong{
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonials.center .userinfo .position strong{
  font-size: 13px;
  margin-bottom: 0px;
}
.testimonials.center p i{
  display: block;
  font-size: 24px;
  margin: 10px;
}
.testi-boxed{
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.slider.testi-boxed li{
  padding: 15px;
}

.testi-overlay{
  margin-top: 70px;
  height: 300px !important;
}

.testi-overlay li {
  margin-top: -70px;
}
.slider.testi-overlay .slides.testimonials li .userinfo img{
  height: 70px;
  width: 70px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

[data-site_mode="dark"] .testi-boxed {
  background-color: #37474f;
  color: #CFD8DC;
}
[data-site_mode="dark"] .testi-boxed.primary-bg {
    background-color: var(--primary-color);
}

/* ========== _floating-action.css ========== */

/*----------------------------------------
 Floating action buttons
------------------------------------------*/
.fixed-action-btn.horleft{
  bottom: auto;
  right: 50px;
  left: auto;
  top: 350px;
    width: auto;
}
.fixed-action-btn.horright{
  bottom: auto;
  right: auto;
  left: 50px;
  top: 430px;
    width: auto;
}

.fixed-action-btn.verbottom{
  bottom: auto;
    right: auto;
    left: 46%;
    top: 250px;
    width: auto;
}

.fixed-action-btn.vertop{
  bottom: auto;
    right: auto;
    left: 46%;
    top: 550px;
    width: auto;
}
.fixed-action-btn.toolbar{
    bottom: 10px;
    right: auto;
    left: 46%;
    top: auto;
}

.floatingpanel{
  min-height: 100vh;
}
.fixed-action-btn{
  bottom: 75px; 
  right: 40px;
}
[data-footer_menu="hide"] .fixed-action-btn{
  bottom: 25px; 
  right: 40px;
}


/* ========== _tooltips.css ========== */

/*----------------------------------------
  Tooltip
------------------------------------------*/
.tooltip-content{
  text-align: left;
}
.tooltip-content .tooltip-title{
  font-size: 15px;  
  margin-top: 0px;
}

.tooltip-content p{
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0px;
}
.material-tooltip{
  border-radius: 20px;
  padding: 5px 20px;
}
.material-tooltip .tooltip-content h6{
  padding: 10px 0px 0 0;
}
.material-tooltip .tooltip-content p{
  padding: 0px 0px 10px 0;
}

/* ========== _buttons.css ========== */
/*----------------------------------------
  Buttons
------------------------------------------*/
.btn-rounded {
	border-radius: 36px;
}
.btn,
.btn-large,
.btn-small,
.btn-floating {
	background-color: var(--primary-color);
}
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover,
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
	background-color: var(--primary-color);
	-webkit-box-shadow: 0 5px 15px 0 rgba(var(--primary-rgb), 0.3);
	box-shadow: 0 5px 15px 0 rgba(var(--primary-rgb), 0.3);
}
.btn-large {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding: 0 24px;
	border-radius: 38px;
	margin-bottom: 10px;
	margin: 0 5px 10px 5px;
}
.btn-large i {
	font-size: 1.2rem;
}
.btn-large i.left {
	margin-right: 7px;
	margin-left: 0px;
}
.btn {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding: 0px 18px;
	border-radius: 32px;
}
.btn i {
	font-size: 1.2rem;
}
.btn i.left {
	margin-right: 10px;
}
.btn i.right {
	margin-left: 10px;
}
.btn-large i.right {
	margin-right: 0px;
	margin-left: 7px;
}
.btn-small {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding: 0px 15px;
	border-radius: 24px;
}
.btn-small i {
	font-size: .7rem;
}
.btn-small i.left {
	margin-right: 7px;
	margin-left: 0px;
}
.btn-small i.right {
	margin-right: 0px;
	margin-left: 7px;
}
.btn-floating i {
	width: auto;
}
.btn-floating.btn-small {
	padding: 0px;
}
.btn-floating.btn-small i {
	font-size: 18px;
}
.btn-floating.btn-large i {
	font-size: 26px;
}
.btn-floating.pulse {
	text-align: center;
}
.btn-floating {
	height: 40px;
	padding: 0px;
	text-align: center;
	width: 40px;
}
.btn-flat.disabled {
	margin: 10px 10px 0 0;
}
.btn-small.disabled,
.btn-large.disabled,
.btn.disabled,
.btn-floating.disabled {
	background-color: #dddddd !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.03);
}
.btn-small.disabled i,
.btn-large.disabled i,
.btn.disabled i,
.btn-floating.disabled i {
	color: #aaaaaa !important;
}
.btn,
.btn-large,
.btn-small,
.btn-flat {
	text-transform: capitalize;
}



.addbutton {
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: 115px;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
  z-index: 998;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.addbutton .btn-floating {
  width: 50px;
  height: 50px;
  padding: 0px;
  text-align: center;
}
.addbutton .btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
  width: auto;
}
[data-footer_menu='hide'] .addbutton {
  bottom: 70px;
  right: 20px;
}


/*----------------------------------------
  Site - Dark Mode - UI
----------------------------------------*/
[data-site_mode="dark"] .btn-small.disabled,
[data-site_mode="dark"] .btn-large.disabled,
[data-site_mode="dark"] .btn.disabled,
[data-site_mode="dark"] .btn-floating.disabled,
[data-site_mode="dark"] .btn-small.disabled i,
[data-site_mode="dark"] .btn-large.disabled i,
[data-site_mode="dark"] .btn.disabled i,
[data-site_mode="dark"] .btn-floating.disabled i {
	background-color: #455a64 !important;
	color: #90a4ae !important;
}
[data-site_mode="dark"] .btn-flat {
	color: #cfd8dc;
}
[data-site_mode="dark"] .ui-colors .col {
	border-bottom: 1px solid #455a64;
}
[data-site_mode="dark"] .ui-colors .col div {
	border-right: 1px solid #455a64 !important;
}


/* ========== _badges.css ========== */
/*----------------------------------------
  Badges
------------------------------------------*/
.badge-rounded {
  border-radius: 22px !important;
}
span.badge.new {
  background-color: var(--primary-color);
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  min-width: auto;
  line-height: 20px;
}
span.badge.new:after{
  content: "";
}
/*----------------------------------------
  Site - Dark Mode - Badge
----------------------------------------*/
[data-site_mode='dark'] .dropdown-content .badge,
[data-site_mode='dark'] .collapsible-header .badge,
[data-site_mode='dark'] .collection span.badge {
  color: #f5f5f5;
}


/* ========== _blockquotes.css ========== */
/*----------------------------------------
  Blockquote
------------------------------------------*/

blockquote{
  border-color: var(--primary-color);
  padding-top: 8px;
  padding-bottom: 8px;
}
blockquote.accent{
  border-color: var(--accent-color);
}


/* ========== _pagination.css ========== */
/*----------------------------------------
  Pagination
------------------------------------------*/
.pagination li i{
  line-height: 32px;
}
.pagination.large li {
    height: 36px;
}
.pagination.large li a {
    font-size: 1.3rem;
    padding: 0 13px;
    line-height: 36px;
}
.pagination.large li i{
  line-height: 36px;
}

.pagination.small li {
    height: 24px;

}
.pagination.small li a {
    font-size: 1.1rem;
    padding: 0 8px;
    line-height: 24px;
}
.pagination.small li i{
  font-size: 1.5rem;
  line-height: 24px;
}
.pagination li.active{
  background-color: var(--primary-color);
}
.pagination li:hover{
  background-color: #CFD8DC;
}

/*----------------------------------------
  Site - Dark Mode - Pagination
----------------------------------------*/
[data-site_mode="dark"] .pagination li a{
  color: #f5f5f5;
}
[data-site_mode="dark"] .pagination li:hover {
  background-color: #37474F;
}

/* ========== _spinners.css ========== */
/*----------------------------------------
  Spineers / preloaders
------------------------------------------*/
.spinner-layer.thin .circle-clipper .circle {
  border-width: 1px;
}
.spinner-layer.thick .circle-clipper .circle {
  border-width: 6px;
}
.preloaders .card-panel{
  margin: 0 15px;
}
.center .preloader-wrapper{
  margin: auto;
}
.spinner-green, .spinner-green-only {
    border-color: #81C784;
}
.spinner-blue, .spinner-blue-only {
    border-color: #64B5F6;
}
.spinner-red, .spinner-red-only {
    border-color: #E57373;
}
.spinner-yellow, .spinner-yellow-only {
    border-color: #ffc107;
}

/* ========== _accordion.css ========== */

/*----------------------------------------
 Accordion
------------------------------------------*/
.collapsible.transparent{
  border: none;
  /* border-top: 1px solid #ddd; */
  border: 1px solid rgba(50, 50, 50, .07);
}
.collapsible.transparent .collapsible-header{
  background-color: transparent;
}
.collapsible.colored{
  border: none;
}
.collapsible.colored li:last-child .collapsible-header{
  border-bottom: none;
}
.collapsible .collapsible-header.primary-bg, .collapsible .collapsible-header.primary-bg:focus{
  background-color: var(--primary-color);
}
.collapsible .collapsible-header.accent-bg, .collapsible .collapsible-header.accent-bg:focus{
  background-color: var(--accent-color);
}
.collapsible-header{
  position: relative;
}
.collapsible-header:after{
    content: "\F140";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    font-size: 17px;
    opacity: 0.7;
}
.active .collapsible-header:after{
    content: "\F143";
}

.collapsible,
.collapsible li,
.collapsible-body,
.collapsible-header{
  border-radius: 10px;
}

.collapsible-header i {
  width: 36px;
  font-size: 16px;
  display: inline-block;
  background: var(--primary-color);
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
}
.collapsible-header {
  line-height: 36px;
  font-size: 17px;
  padding: 12px 15px;
  border: none;
}

.collapsible-header,
.collapsible li{
  box-shadow: 0px -1px 5px rgba(0, 0, 0, .1);
}
.collapsible.transparent .collapsible-header,
.collapsible.transparent li{
  box-shadow: 0px -1px 3px rgba(0, 0, 0, .1);
}


.collapsible,
.collapsible-body{
  border: none;
}
.collapsible.transparent .collapsible-header, .collapsible.transparent .collapsible-body,
body .collapsible, body .collapsible.colored{
  box-shadow: none;
  border: none;
}

.collapsible.colored .collapsible-header i {
  background: rgba(0, 0, 0, .2);
}

.collapsible .img{
  border-radius: 10px;
  margin-bottom: 15px;
}

/*----------------------------------------
  Site - Dark Mode - collapsible
----------------------------------------*/
[data-site_mode="dark"] .collapsible-header,
[data-site_mode="dark"] .collapsible-header:focus{
  background-color: #37474F;
  color: #f5f5f5;
  border-color: #455A64;
}
[data-site_mode="dark"] .collapsible-body,
[data-site_mode="dark"] .collapsible{
  border-color: #455A64;
}


/* ========== _waves.css ========== */

/*----------------------------------------
  Waves
------------------------------------------*/

.waves-color-demo .collection-item{
  padding-bottom:26px;
}
.waves-color-demo .collection-item .btn{
  float: right;
}
.waves-color-demo .btn, .waves-color-demo .btn-large, .waves-color-demo .btn-small {
    background-color: #fff;
    color: #212121;
}

/*----------------------------------------
  Site - Dark Mode - Waves
----------------------------------------*/
[data-site_mode="dark"] .waves-color-demo .btn, 
[data-site_mode="dark"] .waves-color-demo .btn-large, 
[data-site_mode="dark"] .waves-color-demo .btn-small {
  background-color: #455A64;
  color: #f5f5f5;
}

/* ========== _modal.css ========== */
/*----------------------------------------
  Modal
------------------------------------------*/
.modal{
	border-radius: 10px;
}
.modal-content {
	border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
.modal.dark-text .modal-content,
.modal.dark-text .modal-content a {
	color: #546e7a;
}
.modal-footer.dark-text,
.modal-footer.dark-text a {
	color: #546e7a;
}
.modal-footer.white-text a {
	color: #fafafa;
}

.modal-mediabox .modal-content {
	padding: 0px;
	border-bottom: 0px;
	height: auto;
}
.modal-mediabox .modal-footer {
	text-align: left;
	height: auto;
	padding: 0 15px;
}

.modal-mediabox .modal-content p {
	margin: 0;
}

.modal.bottom-sheet{
	max-height: 75%;
}

.modal.full{
	height: 100% !important;
	max-height: 100% !important;
	width: 100%;
	border-radius: 0px;
	top: 0 !important;
}

/*----------------------------------------
  Site - Dark Mode - Modal
----------------------------------------*/
[data-site_mode="dark"] .modal .modal-footer,
[data-site_mode="dark"] .modal {
	background-color: #455A64;
}
[data-site_mode="dark"] .modal-content {
	border-bottom: 1px solid rgba(33, 33, 33, .2);
}


/* ========== _topbar.css ========== */
/*----------------------------------------
  Top Bar
------------------------------------------*/

#logo-container {
	font-weight: bold;
	font-size: 24px;
	line-height: 64px;
}
nav .navicon i {
	font-size: 23px;
}
nav .navicon.right {
	margin-right: -10px;
}
nav .navicon.back-button {
	float: left;
	height: 36px;
	width: 36px;
	margin: 10px 15px 10px -15px;
}
body.ishome nav .navicon.back-button {
	display: none;
}
nav .navicon.nav-site-mode,
nav .navicon.sidenav-trigger {
	float: left;
	height: 36px;
	width: 36px;
	margin: 10px 18px 10px -15px;
}
nav .navicon.sidenav-trigger {
	margin-right: -8px;
}
nav a.sidenav-trigger i {
	height: 36px;
	line-height: 36px;
}
nav .navicon {
	margin-top: 0px;
	height: 36px;
	width: 36px;
}
nav .navicon i {
	line-height: 36px;
	height: 36px;
}

body.isfullscreen nav {
	background-color: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}
body.isfullscreen nav .brand-logo,
body.isfullscreen nav .navicon {
	color: #eeeeee;
}
nav .nav-wrapper {
	text-align: center;
}
.sidenav-overlay {
	z-index: 998;
}

@media only screen and (max-width: 600px) {
	nav.navigation {
		height: 56px;
		line-height: 56px;
	}
	#logo-container {
		line-height: 56px;
	}
}
@media only screen and (min-width: 601px) {
	nav .navicon.nav-site-mode,
	nav .navicon.back-button,
	nav .navicon.sidenav-trigger {
		margin: 14px 15px 14px -15px;
	}
}

nav.navigation {
	background-color: transparent;
	position: absolute;
	top: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

nav.navigation.isfixed {
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

nav.navigation.logo_on_fixed .brand-logo {
	display: none;
}
nav.navigation.logo_on_fixed.isfixed .brand-logo {
	display: inline-block;
}

/*----------------------------------------
  Page Top Bar - Left Align
------------------------------------------*/

[data-header_align="left"] nav.navigation .brand-logo {
	position: absolute;
	left: -3px;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
[data-header_align="left"] nav.navigation .navicon[data-target="slide-nav"] {
	float: right;
	margin-right: -8px;
}
[data-header_align="left"] nav.navigation .navicon.back-button {
	position: absolute;
	right: 95px;
}
[data-header_align="left"] nav .navicon.sidenav-trigger {
	margin-right: 18px;
}

/*----------------------------------------
  Page Top Bar - App Based
------------------------------------------*/
[data-header_align="app"] nav.navigation .brand-logo {
	position: absolute;
	left: 27px;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
[data-header_align="app"] nav.navigation .navicon[data-target="slide-nav"] {
	float: right;
	margin-right: -8px;
}
[data-header_align="app"] nav .navicon.sidenav-trigger {
	margin-right: 18px;
}

/*----------------------------------------
  Page Top Bar - Right Aligned
------------------------------------------*/
[data-header_align="right"] nav.navigation .brand-logo {
	position: absolute;
	left: auto;
	right: 0px;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
[data-header_align="right"] nav.navigation .navicon[data-target="slide-settings"],
[data-header_align="right"] nav.navigation .nav-site-mode {
	float: left !important;
}
[data-header_align="right"] nav .navicon.sidenav-trigger {
	margin-right: 18px;
}

/*----------------------------------------
  Page Top Bar - Dark Style
------------------------------------------*/
[data-header="dark"] nav.navigation.isfixed {
	background-color: #455a64;
}
[data-header="dark"] nav.isfixed .brand-logo,
[data-header="dark"] nav.isfixed .navicon {
	color: #eeeeee;
}
body[data-site_mode="dark"][data-header="light"] nav .brand-logo,
body[data-site_mode="dark"][data-header="light"] nav .navicon {
	color: #eeeeee;
}
body[data-site_mode="dark"][data-header="light"] nav.isfixed .brand-logo,
body[data-site_mode="dark"][data-header="light"] nav.isfixed .navicon {
	color: #455a64;
}
body[data-site_mode="dark"][data-header="dark"] nav .brand-logo,
body[data-site_mode="dark"][data-header="dark"] nav .navicon {
	color: #eeeeee;
}

/*----------------------------------------
  Page Top Bar - Colored Style
------------------------------------------*/
[data-header="colored"] nav.navigation.isfixed {
	background-color: var(--primary-color);
}
[data-header="colored"] nav.isfixed .brand-logo,
[data-header="colored"] nav.isfixed .navicon {
	color: #ffffff;
}
body[data-site_mode="dark"] nav .brand-logo,
body[data-site_mode="dark"] nav .navicon {
	color: #eeeeee;
}


/* ========== _navigation.css ========== */
/*----------------------------------------
  Navigation Menu
------------------------------------------*/
nav {
	background: var(--primary-color);
	z-index: 999;
}

.sidenav li {
	line-height: 48px;
}
.sidenav .collapsible li{
	box-shadow: none;
}
.sidenav .waves-effect {
	display: block;
}
.sidenav li a {
	display: block;
	color: #546e7a;
}
.sidenav li a:hover,
.sidenav li a:hover i {
	color: #455a64;
}
.sidenav li a span {
	line-height: 48px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	/* text-transform: uppercase; */
}
.sidenav:not(.sidesettings) li a i,
.sidenav:not(.sidesettings) li:hover a i {
	color: #ffffff;
	background: var(--primary-color);
}
.sidenav li a i {
	margin-right: 8px;
	top: 2px;
	position: relative;
	font-size: 18px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}
.sidenav.sidesettings li a i {
	margin-right: 0px;
}
.sidenav.sidemenu li.lvl1 a:after {
	content: "\F142";
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 15px;
	font-size: 16px;
	opacity: 0.7;
	top: 11px;
}
.sidenav li.lvl1 .waves-effect {
	padding-left: 20px;
}
.sidenav li.lvl1 .waves-effect:hover,
.sidenav li.lvl1 .waves-effect.active {
	background: #f5f5f5;
}
.sidenav span.badge {
	line-height: 24px;
	color: #fff;
	font-size: 10px;
	margin-right: 40px;
}
.sidenav .copyright,
.sidenav .subheader {
	padding-left: 20px;
}
nav .sidenav-trigger {
	margin-left: 0px;
}
.sidenav .subheader {
	/* text-transform: uppercase; */
	font-size: 12px;
	color: #90a4ae;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.sidenav .divider {
	background: #f5f5f5;
	margin: 0px;
	clear: both;
}
.sidenav .copyright {
	font-size: 13px;
	color: #90a4ae;
	/* text-transform: uppercase; */
}

/*----------------------------------------
  Navigation User Menu
------------------------------------------*/
nav .brand-logo,
nav .navicon {
	color: #455a64;
}
body nav a.brand-logo i {
	font-size: 24px;
	margin-right: 6px !important;
}
.sidenav .user-view {
	margin: 0px 0 15px 0;
	height: 180px;
	background: #eee;
	background-image: url('../images/menu-user-full.jpg');
	background-size: cover;
	background-position: center;
}
.user-wrap,
.user-wrap .user-view{
	position: relative;
}
.user-wrap .user-view::before{
	content: " ";
	background-color: #222222;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	width: 100%;
	opacity: 0.3;
}
.sidenav .user-view .imgarea {
	padding: 0px;
}
.sidenav .user-view .infoarea {
	padding-top: 5px;
	padding-left: 9px;
	position: absolute;
	bottom: 20px;
	z-index: 3;
}
.sidenav .user-view .circle {
	width: 60px;
	height: 60px;
}
.sidenav .user-view .name {
	margin-top: 0px;
	font-size: 22px;
	margin-bottom: 10px;
	/* text-transform: uppercase; */
	color: #ffffff;
}
.sidenav .user-view .email {
	padding-bottom: 0px;
	color: #eeeeee;
	font-size: 16px;
}
/* [data-menu="dark"] .sidenav .user-view .name {
	color: #cfd8dc;
}
[data-menu="dark"] .sidenav .user-view .email {
	color: #b0bec5;
}

[data-menu="colored"] .sidenav .user-view .name {
	color: #f5f5f5;
}
[data-menu="colored"] .sidenav .user-view .email {
	color: #eeeeee;
} */


/* ========== _navigation-centered.css ========== */


/*----------------------------------------
  Navigation Menu - Centered 
------------------------------------------*/

[data-menu_type="center"] .sidemenu{
  width: 100%;
}
[data-menu_type="center"] .sidenav.sidemenu li.lvl1 a:after{
  display: none;  
}
[data-menu_type="center"] .sidemenu .sh-wrap{
  display: none;
}
[data-menu_type="center"] .sidemenu .lvl1{
  width: 32%;
  display: inline-block;
  float: left;
  text-align: center;
  margin-right: 1%;
  position: relative;
  margin-bottom: 15px;
}
[data-menu_type="center"] .sidemenu.sidenav li.lvl1 .waves-effect{
    padding-left: 0px;
}
[data-menu_type="center"] .sidemenu .lvl1 a{
  padding: 15px 0 5px 0;
  white-space: nowrap;
}
[data-menu_type="center"] .sidemenu .lvl1 i{
  display: block;
  width: 100%;  
  font-size: 30px;
}
[data-menu_type="center"] .sidemenu .lvl1 .title{
  display: block;
  width: 100%;  
  line-height: 42px;
}
[data-menu_type="center"] .sidemenu .lvl1 .badge{
  display: none;
}
[data-menu_type="center"] .sidemenu .sep-wrap{
  display: none;
}
[data-menu_type="center"] .sidemenu .copy-wrap{
display: block;
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    bottom: 10px;
    margin-top: 20px;
    position: relative;
}
[data-menu_type="center"] .sidemenu .menulinks{
  display: inline-block;
  position: relative;
  margin-top: 0px;
  padding-left: 7px;
}
[data-menu_type="center"] .sidemenu .copy-spacer{
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
[data-menu_type="center"] .sidemenu .user-wrap{
  text-align: center;
}
[data-menu_type="center"] .sidemenu.sidenav .user-view .imgarea{
  width: 65px;
}
[data-menu_type="center"] .sidemenu.sidenav .user-view{
    display: inline-block;
    width: 292px;
    text-align: left;
}
.menu-close{
  display: none;
}
[data-menu_type="center"] .menu-close{
  display: block;
  position: absolute;
  right: 20px;
  top: 5px;  
  cursor: pointer;
}
[data-menu_type="center"] .menu-close i{
  font-size: 20px;
}


/* ========== _navigation-dark.css ========== */

/*----------------------------------------
  Navigation Menu - Dark Style
------------------------------------------*/
[data-menu="dark"] .sidenav{
  background-color: #37474F;
}
[data-menu="dark"] .sidenav .subheader{
  color: #B0BEC5;
}
[data-menu="dark"] .sidenav li a, [data-menu="dark"] .sidenav li a:hover{
  color: #CFD8DC;
}
[data-menu="dark"] .sidenav li.lvl1 .waves-effect:hover, [data-menu="dark"] .sidenav li.lvl1 .waves-effect.active{
  background-color: #263238; 
}
[data-menu="dark"] .sidenav .badge.blue-grey{
  background-color: var(--primary-color) !important; 
}
[data-menu="dark"] .sidenav .divider{
  background-color: #455A64; 
}
[data-menu="dark"] .sidenav .copyright{
  color: #B0BEC5;
}

/* ========== _navigation-colored.css ========== */
/*----------------------------------------
  Navigation Menu - Colored Style
------------------------------------------*/
[data-menu="colored"] .sidenav{
  background-color: var(--primary-color);
}
[data-menu="colored"] .sidenav .subheader{
  color: #eeeeee;
}
[data-menu="colored"] .sidenav li a, [data-menu="colored"] .sidenav li a:hover, [data-menu="colored"] .sidenav li a:hover i{
  color: #f5f5f5;
}
[data-menu="colored"] .sidenav li.lvl1 .waves-effect.active,
[data-menu="colored"] .sidenav li.lvl1 .waves-effect:hover{
  background-color: rgba(33,33,33,.2); 
}
[data-menu="colored"] .sidenav .badge.blue-grey{
  background-color: rgba(33,33,33,.4) !important; 
}
[data-menu="colored"] .sidenav .divider{
  background-color: rgba(33,33,33,.2); 
}
[data-menu="colored"] .sidenav .copyright{
  color: #eeeeee;
}
[data-menu="colored"] .menu-close i{
  color: #f5f5f5;
}


/* ========== _subpages.css ========== */
/*----------------------------------------
  Sub pages - Inner Menu Links
------------------------------------------*/

.subpages.collection {
	margin-top: 0px;
	border: 0px solid transparent;
	/* -webkit-box-shadow: none;
	box-shadow: none; */
}
.container.full ul.subpages.collection{
	margin-bottom: 24px;
}
.subpages .collection-item {
	padding: 0px 0px 0 0px;
	background: #ffffff;
	/* background: transparent; */
}
.subpages .collection-item.subtit h5{
	/* padding-left: 0px; */
	margin: 0.9rem 0 0.9rem 30px;
}
.subpages .collection-item.subtit .row{
	margin-bottom: 0px;
}
.subpages .collection-item.subtit:hover{
	background: #ffffff;
}

.subpages .collection-item a {
	display: block;
	padding: 10px 20px;
	color: #546e7a;
	line-height: 28px;
	/* text-transform: uppercase; */
	padding-left: 0px;
}

.subpages .collection-item a{
	padding: 10px 15px 10px 24px;
}
.subpages .collection-item a:hover {
	color: #455a64;
}
.subpages .collection-item a i {
	position: relative;
	top: 1px;
	font-size: 16px;
	margin-right: 8px;
	background: var(--primary-color);
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
}
.subpages .collection-item a i.arrow {
	position: absolute;
	right: 15px;
	top: 11px;
	margin: 0px;
	opacity: 0.55;
	background: transparent;
	height: auto;
	width: auto;
	color: inherit;
}
.subpages .collection-item a span {
	font-size: 15px;
	font-weight: 500;
	font-size: 16px;
  margin-left: 8px;
}
.subpages .collection-item:hover {
	background: #f5f5f5;
}
.collection-img{
	padding: 0px;
}

/* ========== _footer.css ========== */
/*----------------------------------------
  Footer
------------------------------------------*/
.page-footer{
  /* background: #37474F; */
  padding-bottom: 60px;
  position: relative;
}
.page-footer.dark-bg{
  background: #37474F;
}

.footer-ex .page-footer{
  padding-bottom: 60px;
}
.page-footer .logo{
  font-weight: 600;
  font-size: 25px;
  color: #CFD8DC;
}

[data-footer_type="center"] .page-footer{
  text-align: center;
}

.page-footer .text{
  color: #CFD8DC;
  margin-bottom: 5px;
}
.page-footer .link-wrap .link-ul{
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
}
.social-wrap li{
  margin: 0 0 10px 0;
}
.social li a{
  color: #CFD8DC;
}
.social-wrap li a i{
  margin-right: 10px;
}
.social-wrap{
    margin: 0;
    display: inline-block;
    width: 100%;
}
.social-wrap .social{
  margin-top: 5px;
}
.social-wrap .social a{
  margin: 10px 10px 0 0;
  display: inline-block;

}
.social-wrap .social a i{
  margin: 0px;
  font-size: 18px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  color: #ffffff;
  height: 34px;
  width: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}
.page-footer .footer-copyright{
  background: rgba(50,50,50,0.3);
  position: absolute;
  width: 100%;
  bottom: 0;
}
.page-footer .footer-copyright .container, .page-footer .footer-copyright .container a{
  color: #78909C;
  font-size: 13px;
}

.page-footer.light-bg{
  background-color: #ffffff;
}
.page-footer.light-bg .footer-copyright {
    background: rgba(150,150,150,0.15);
}

.page-footer.white-text *, .page-footer.white-text a, .page-footer.white-text .social a i{
  color: #ffffff;
}
.page-footer.white-text .logo:after{
  background: #f5f5f5;
}
.page-footer.white-text .footer-copyright .container, .page-footer.white-text .footer-copyright .container a{
  color: #eeeeee;
}

.page-footer.dark-text *, .page-footer.dark-text a, .page-footer.dark-text .social a i{
  color: #455A64;
}
.page-footer.dark-text .logo:after{
  background: #607D8B;
}
.page-footer.dark-text .footer-copyright .container, .page-footer.dark-text .footer-copyright .container a{
  color: #607D8B;
}

.social-colored .social-wrap .social a i{
  color: #ffffff;
}
.social-colored .social a i.mdi-facebook{
  background: #3b5998;
}
.social-colored .social a i.mdi-twitter{
  background: #1da1f2;
}
.social-colored .social a i.mdi-dribbble{
  background: #ea4c89;
}
.social-colored .social a i.mdi-google-plus{
  background: #ea4335;
}
.social-colored .social a i.mdi-linkedin{
  background: #007bb5;
}
.social-colored .social a i.mdi-whatsapp{
  background: #4fce5d;
}
.social-colored .social a i.mdi-instagram{
  background: rgb(249,206,52);
	background: linear-gradient(41deg, rgba(249,206,52,1) 0%, rgba(238,42,123,1) 49%, rgba(98,40,215,1) 100%);
}
.social-colored .social a i.mdi-gmail{
  background: #D44638;
}
.social-colored .social a i.mdi-pinterest{
  background: #E60023;
}

[data-footer_menu="show"] .page-footer{
  margin-bottom: 60px;
}
.page-footer.nocopy{
  padding-bottom: 20px;
}
[data-footer_type = "left"] .page-footer:not(.footer-ex){
  text-align: left;
}
/*----------------------------------------
  Footer - Light Style
------------------------------------------*/

[data-footer="light"] .page-footer:not(.footer-ex){
  background: #ffffff;
}
[data-footer="light"] .page-footer:not(.footer-ex) .logo:after{
  background-color: var(--primary-color);
}
[data-footer="light"] .page-footer:not(.footer-ex) .logo{
  color: #455A64;  
}
[data-footer="light"] .page-footer:not(.footer-ex) .text,
[data-footer="light"] .page-footer:not(.footer-ex) li a,
/* [data-footer="light"] .page-footer .social a i, */
[data-footer="light"] .page-footer:not(.footer-ex) .footer-copyright .container, 
[data-footer="light"] .page-footer:not(.footer-ex) .footer-copyright .container a {
  color: #546E7A;  
}
[data-footer="light"] .page-footer:not(.footer-ex) .footer-copyright {
    background: rgba(200,200,200,0.3);
}


[data-footer="dark"] .page-footer:not(.footer-ex){
  background: #37474F;
}
[data-footer="dark"] .page-footer:not(.footer-ex) .logo:after{
  background-color: var(--primary-color);
}
[data-footer="dark"] .page-footer:not(.footer-ex) .logo{
  color: #CFD8DC;  
}
[data-footer="dark"] .page-footer:not(.footer-ex) .text,
[data-footer="dark"] .page-footer:not(.footer-ex) li a,
/* [data-footer="dark"] .page-footer .social a i, */
[data-footer="dark"] .page-footer:not(.footer-ex) .footer-copyright .container, 
[data-footer="dark"] .page-footer:not(.footer-ex) .footer-copyright .container a {
  color: #CFD8DC;  
}
[data-footer="light"] .page-footer:not(.footer-ex) .footer-copyright {
    background: rgba(200,200,200,0.3);
}

/* ========== _footer-light.css ========== */


/* ========== _footer-colored.css ========== */

/*----------------------------------------
  Footer - Colored Style
------------------------------------------*/
[data-footer="colored"] .page-footer{
  background: var(--primary-color);
}
[data-footer="colored"] .page-footer .logo:after{
  background-color: #ffffff;
}
[data-footer="colored"] .page-footer .logo{
  color: #ffffff;
}
[data-footer="colored"] .page-footer .text,
[data-footer="colored"] .page-footer li a,
[data-footer="colored"] .page-footer .social a i,
[data-footer="colored"] .page-footer .footer-copyright .container, 
[data-footer="colored"] .page-footer .footer-copyright .container a {
  color: #eeeeee;  
}
[data-footer="colored"] .page-footer .footer-copyright {
    background: rgba(33,33,33,0.2);
}

/* ========== _footer-minimal.css ========== */
/*----------------------------------------
  Footer - Minimal
------------------------------------------*/
[data-footer_type="minimal"] .page-footer:not(.footer-ex){
  /* padding-top: 0px; */
  padding-bottom: 20px;
}
[data-footer_type="minimal"] .page-footer:not(.footer-ex) .footer-content .text{
  display: none;
}
[data-footer_type="minimal"] .page-footer:not(.footer-ex) .footer-copyright{
  display: none;
  text-align: center;
}


/* ========== _dropdown.css ========== */

/*----------------------------------------
  Drop Down
------------------------------------------*/
.dropdown-content li>a, .dropdown-content li>span{
  color: #455A64;
}
.dropdown-content li>a>i{
  margin: 0 10px 0 0;
}
.dropdown-content{
  border-radius: 10px;
}
/*----------------------------------------
  Site - Dark Mode - Dropdown
----------------------------------------*/
[data-site_mode="dark"] .dropdown-content{
  background-color: #37474F;
}
[data-site_mode="dark"] .dropdown-content li>a, 
[data-site_mode="dark"] .dropdown-content li>span{
  color: #f5f5f5;
}
[data-site_mode="dark"] .dropdown-content li:hover, 
[data-site_mode="dark"] .dropdown-content li.active {
    background-color: rgba(33,33,33,0.25);
}


/* ========== _collection.css ========== */
/*----------------------------------------
  Collection
------------------------------------------*/
.collection {
	border: 1px solid #eeeeee;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.collection .collection-item {
	border-bottom: 1px solid #eeeeee;
}
.collection a.collection-item {
	color: #455a64;
}
.collection-item .title {
	font-weight: 600;
	/* text-transform: uppercase; */
	margin-bottom: 3px;
	display: inline-block;
}
.collection-item.avatar img,
.collection-item.avatar i {
	margin-top: 5px;
}
.collection-item.avatar p {
	font-size: 14px;
	line-height: 23px;
}
.collection .collection-item.active {
	background-color: var(--primary-color);
}
.collection .collection-item.avatar {
	min-height: 72px;
	padding-left: 72px;
}
.collection.contacts .collection-item {
	padding: 0px 0px;
 }
/* .collection .collection-item.avatar .secondary-content a i {
	font-size: 20px;
	margin: 0 3px;
	line-height: 20px;
} */
.collection .collection-item.avatar .secondary-content {
	position: absolute;
	top: 34px;
	right: 15px;
}
.collection.contacts .collection-item.avatar .secondary-content {
	top: 25px;
}

.collection .collection-item .chatlink {
	color: #455a64;
	display: inline-block;
	width: 100%;
	padding: 20px 75px 20px 75px;
}
.collection.contacts .collection-item.avatar :not(.circle-clipper) > .circle {
	left: 20px;
}

.container.full ul.collection {
	margin: 0px;
}

.collection .secondary-content a{
	text-align: center;
	margin-left: 6px;
}

.collection .secondary-content a i{
	font-size: 18px;
	background: var(--primary-color);
	border-radius: 50%;
	height: 32px;
	width: 32px;
	color: #ffffff;
	line-height: 32px;
	display: inline-block;
}

.collection.followers .collection-item.avatar .secondary-content,
.collection.friends .collection-item.avatar .secondary-content {
	top: 34px;
}


/*----------------------------------------
  Site - Dark Mode - Collections
----------------------------------------*/
[data-site_mode="dark"] .collection {
	border: 1px solid #455a64;
}
[data-site_mode="dark"] .collection .collection-item {
	background-color: #37474f;
}
[data-site_mode="dark"] .collection .collection-item .maillink {
	color: #cfd8dc;
}
[data-site_mode="dark"] .collection .collection-item {
	border-bottom: 1px solid #455a64;
}
[data-site_mode="dark"] .collection .collection-item.avatar .secondary-content a i {
	color: #f5f5f5;
}
[data-site_mode="dark"] .collection .collection-item .chatlink {
	color: #cfd8dc;
}
[data-site_mode="dark"] .collection.notifications .collection-item .notify {
	color: #cfd8dc;
}
[data-site_mode="dark"] .collection a.collection-item {
	color: #cfd8dc;
}
[data-site_mode="dark"] .collection a.collection-item:not(.active):hover {
	background-color: rgba(33, 33, 33, .2);
}
[data-site_mode="dark"] .collection.with-header .collection-header {
	background-color: #37474f;
	border-bottom: 1px solid #455a64;
}
[data-site_mode="dark"] .secondary-content {
	color: #eeeeee;
}


/* ========== _progress.css ========== */
/*----------------------------------------
  Progress Bars
------------------------------------------*/
.progress-md{
  height: 8px;
}
.progress-large{
  height: 12px;
}
.progress{
  background-color: rgba(var(--primary-rgb), 0.4);
}
.progress .determinate{
  background-color: var(--primary-color);
}
.progress .indeterminate{
  background-color: var(--primary-color);
}

/* ========== _backtotop.css ========== */

/*----------------------------------------
  Back to top button
------------------------------------------*/
.backtotop{
  display: none;
  position: fixed;
  right: 20px;
  bottom: 70px;
  -webkit-animation-name: fadeIn; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeIn;
    animation-duration: 1s;
    z-index: 998;
    -webkit-backface-visibility: hidden;
}
[data-footer_menu="hide"] .backtotop{
  bottom: 20px;
}
@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
} 


/* ========== _cards.css ========== */
/*----------------------------------------
 Cards
------------------------------------------*/
.card{
	border-radius: var(--radius-card, 12px);
	box-shadow: var(--shadow-soft, 0 4px 20px rgba(0,0,0,0.06));
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.card:hover {
	box-shadow: var(--shadow-hover, 0 8px 32px rgba(0,0,0,0.12));
	transform: translateY(-4px);
}
.card .card-content .card-title i {
	font-size: 20px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
	color: var(--brand-accent, #78b652);
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	transition: color 0.2s ease;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
	color: var(--brand-accent-hover, #5f9a3e);
}
.card .card-image .card-title,
.card .card-title {
	font-size: 20px;
	font-weight: 600;
	/* text-transform: uppercase; */
}
.card .card-image .card-title {
	color: rgba(255, 255, 255, 0.9);
}
.card-tabs {
	border-bottom: 1px solid #e0e0e0;
}
.card-panel.bg-primary {
	background-color: var(--primary-color);
}
.card-panel{
	border-radius: 10px;
}
.card .card-image img{
	border-radius: 10px 10px 0 0;
}
.card.horizontal .card-image img{
	border-radius: 10px 0px 0px 10px;
}


.card .card-action,
.card .card-action:last-child{
	border-radius: 0 0 10px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/*----------------------------------------
  Cards Wrap
------------------------------------------*/

.cards-container {
	column-break-inside: avoid;
}
.cards-container .card {
	display: inline-block;
	overflow: visible;
}

@media only screen and (max-width: 600px) {
	.cards-container {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
@media only screen and (min-width: 601px) {
	.cards-container {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (min-width: 993px) {
	.cards-container {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
.text-center {
	text-align: center;
}

/*----------------------------------------
  Site - Dark Mode - Cards
----------------------------------------*/
[data-site_mode="dark"] .card,
[data-site_mode="dark"] .card-panel {
	background-color: #37474f;
}

[data-site_mode="dark"] .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
	color: #cfd8dc;
}
[data-site_mode="dark"] .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
	color: #b0bec5;
}
[data-site_mode="dark"] .card-panel.bg-primary {
	background-color: var(--primary-color);
	color: #f5f5f5;
}
[data-site_mode="dark"] .card-panel {
	background-color: #37474f;
	color: #f5f5f5;
}
[data-site_mode="dark"] .card .card-reveal {
	background-color: #37474f;
}
[data-site_mode="dark"] .card.primary-bg,
[data-site_mode="dark"] .card-panel.primary-bg {
	background-color: var(--primary-color);
}


/* ========== _tabs.css ========== */
/*----------------------------------------
 Tabs
------------------------------------------*/
.tabs .tab a {
	color: #455a64;
	line-height: 48px;
	text-transform: none;
	font-weight: 600;
}
.tabs .tab a.active {
	color: var(--primary-color);
}
.tabs .tab a:hover,
.tabs .tab a.active{
	color: var(--primary-color);
	background: rgba(0, 0, 0, 0.08);
}
.tabs.transparent .tab a.active{
	background: transparent;
}
.tabs .indicator {
	background-color: var(--primary-color);
}
.tabs .tab a:focus,
.tabs .tab a:focus.active {
	background-color: rgba(0, 0, 0, 0.08);
}
.tab-content {
	display: inline-block;
	padding: 15px;
	background: #fff;
	width: 100%;
}
.tabs-icons .tab i {
	font-size: 24px;
	line-height: 48px;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
	color: rgba(var(--primary-rgb), 0.4);
	cursor: default;
}
.tabs-swipable .carousel-item {
	display: inline-block;
	padding: 15px !important;
	width: 100%;
	font-size: inherit;
	line-height: inherit;
}
.tabs.full-transparent {
	border-bottom: 1px solid #cccccc;
}
.tabs.colored .tab a:focus,
.tabs .tab.colored a:focus.active {
	background-color: inherit;
}
.tabs.accent-bg .indicator {
	background-color: var(--accent-color);
}

.tabs-swipable .tabs-content {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.tabs-swipable-ul {
	z-index: 1;
}
.tabs-swipable .tabs-content {
	min-height: 600px;
}


.tabs.primary-bg .indicator:after,
.tabs.accent-bg .indicator:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, .2);
	display: block;
}

.tabs{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.tabs-swipable .tabs-content,
.tab-content{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.tabs-swipable .tabs-content .carousel-item{
	box-shadow: none;
	background: #ffffff;
}

.tabs-swipable-ul.fullscreen{
	
}


/*----------------------------------------
  Site - Dark Mode - Tabs
----------------------------------------*/
[data-site_mode="dark"] .tabs {
	background-color: #37474f;
}
[data-site_mode="dark"] .tabs.primary-bg {
	background-color: var(--primary-color);
}
[data-site_mode="dark"] .tabs.accent-bg {
	background-color: var(--accent-color);
}
[data-site_mode="dark"] .card-tabs {
	border-bottom: 1px solid #455a64;
}
[data-site_mode="dark"] .tabs .tab a {
	color: #f5f5f5;
}
[data-site_mode="dark"] .tabs .tab a:focus,
[data-site_mode="dark"] .tabs .tab a:focus.active {
	background-color: rgba(33, 33, 33, .6);
}

[data-site_mode="dark"] .tab-content {
	background-color: #37474f;
}
[data-site_mode="dark"] .tabs.full-transparent {
	border-bottom: 1px solid #455a64;
}

[data-site_mode="dark"] .tabs-swipable .tabs-content .carousel-item{
	background-color: #37474f;
}

/* ========== _iconboxes.css ========== */
/*----------------------------------------
  Icon Boxes
------------------------------------------*/
.icon-block {
  padding: 0 0px;
  margin-bottom: 15px;
  display: inline-block;
}
.icon-block i {
  font-size: 48px;
}

.icon-block.circular i {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 32px;
  background-color: #ffffff;
}

.icon-block.boxed i {
  border-radius: 0%;
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 32px;
  background-color: #ffffff;
}

.icon-block.bordered i {
  border-radius: 0%;
  border: 2px dashed rgba(var(--primary-rgb), 0.4);
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 32px;
}

/*Blocks card style*/
.icon-block.block {
  text-align: center;
  background: #ffffff;
  padding: 15px;
  border-radius: var(--radius-card, 12px);
  margin-bottom: 24px;
  width: 100%;
  box-shadow: var(--shadow-soft, 0 4px 20px rgba(0,0,0,0.06));
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.icon-block.block:hover {
  box-shadow: var(--shadow-hover, 0 8px 32px rgba(0,0,0,0.12));
  transform: translateY(-4px);
}
.icon-block.block.left {
  text-align: left;
}

/*Overlay style*/

.icon-block.overlay {
  text-align: center;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 80px;
  position: relative;
}

.icon-block.overlay i {
  position: absolute;
  margin-left: -35px;
  top: -40px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 42px;
  background-color: #ffffff;
}

/*small block*/
.icon-block.block-small {
  text-align: left;
  background: #ffffff;
  padding: 10px;
  border-radius: var(--radius-card, 12px);
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  box-shadow: var(--shadow-soft, 0 4px 20px rgba(0,0,0,0.06));
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.icon-block.block-small:hover {
  box-shadow: var(--shadow-hover, 0 8px 32px rgba(0,0,0,0.12));
  transform: translateY(-3px);
}
.icon-block.block-small .icon {
  float: left;
  height: 36px;
  width: 36px;
  margin: 5px 12px 0 0;
}
.icon-block.block-small i {
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  height: 36px;
  width: 36px;
  display: inline-block;
}
.icon-block.block-small .tagline {
  font-size: 12px;
  opacity: 0.8;
}
.icon-block.block-small .title,
.icon-block.block-small .tagline {
  white-space: nowrap;
}

.icon-block.block-small.center{
  text-align: center;
}
.icon-block.block-small.center .icon {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.icon-block.block-small.circle .icon {
  height: 40px;
  width: 40px;
  margin-top: 3px;
}       
.icon-block.block-small.center.circle .icon {
  width: 100%;
}

.icon-block.block-small.circle i{
  line-height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  height: 40px;
  width: 40px;
}


.col.s12.m12.l3:last-child .icon-block.overlay {
  margin-bottom: 20px;
}
.icon-block.block-small{
  overflow: hidden;
}

.icon-block .title-area{
  white-space: nowrap;
}
.icon-block .text-area{
  max-height: 125px;
  overflow: hidden;
}

/*----------------------------------------
  App Settings
----------------------------------------*/
.settings-row{
  margin: 0 -15px;
}
.setting-box{
  background-color: #ffffff;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 24px;
  border-radius: 10px;
}
.setting-box i{
    font-size: 36px;
    margin: 0 0 10px 0;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: var(--primary-color);
    color: #ffffff;
    height: 70px;
    width: 70px;
}
.setting-box h6{
  margin: 0px;
    color: #455A64;
}
.setting-box:hover{
  background-color: #f5f5f5;
}


/*----------------------------------------
  Site - Dark Mode - Iconboxes
----------------------------------------*/
[data-site_mode='dark'] .setting-box:hover,
[data-site_mode='dark'] .icon-block.block-small,
[data-site_mode='dark'] .icon-block.block,
[data-site_mode='dark'] .icon-block.overlay,
[data-site_mode='dark'] .icon-block.overlay i,
[data-site_mode='dark'] .icon-block.boxed i,
[data-site_mode='dark'] .icon-block.circular i {
  background-color: #37474f;
}
[data-site_mode='dark'] .icon-block.circle i {
  color: #37474f;
}

/* ========== _chips.css ========== */
/*----------------------------------------
  Chips
------------------------------------------*/
.ui-chips .chip {
	margin: 5px 8px 8px 0;
	display: inline-block;
}
.chip {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.chip i {
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	/* position: relative; */
	/* top: 1px; */
	display: inline-block;
	margin: 0 0px 0 4px;
	cursor: pointer;
}
.chip:focus {
	background-color: var(--primary-color);
}
.chip i.close:before {
	content: "\F156";
}
.chip i.close:before {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	visibility: visible;
}
.chip i.close {
	content: "";
	font-size: 0.1px;
	color: transparent;
	visibility: hidden;
}
.chip,
.chip i.close:before {
	color: #455a64;
}
.chip.white-text,
.chip.white-text i.close:before {
	color: #fafafa;
}
.chip:focus i.close:before {
	color: #fafafa;
}
.chips.focus {
	border-bottom: 1px solid var(--primary-color);
	-webkit-box-shadow: 0 1px 0 0 var(--primary-color);
	box-shadow: 0 1px 0 0 var(--primary-color);
}
.chips.primary .chip,
.chips.primary .chip i:before {
	background-color: var(--primary-color);
	color: #ffffff;
}

.chips.input-field {
	margin-top: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.chips .input {
	width: 110px !important;
}

/*----------------------------------------
  Site - Dark Mode - Chips
----------------------------------------*/
[data-site_mode="dark"] .chip {
	color: #eeeeee;
	background-color: #455a64;
}
[data-site_mode="dark"] .chip i.close:before {
	color: #eeeeee;
}
[data-site_mode="dark"] .chip.dark-text,
[data-site_mode="dark"] .chip.dark-text i.close:before {
	color: #455a64;
}
[data-site_mode="dark"] .chips .input {
	color: #f5f5f5;
}


/* ========== _form-range-sliders.css ========== */
/*----------------------------------------
  Form Range Sliders
------------------------------------------*/

  input[type=range]::-webkit-slider-thumb {
    background-color: var(--primary-color);
  }
  input[type=range]::-moz-range-thumb {
    background-color: var(--primary-color);
  }
  input[type=range]::-ms-thumb {
    background-color: var(--primary-color);
  }
  input[type=range] + .thumb {
    background-color: #dedede;
  }
  input[type=range] + .thumb.active .value {
    color: var(--primary-color);
  }

  body .noUi-tooltip span{
    top: 1px;
    left: -1px;
  }
  body .noUi-horizontal .noUi-handle, body .noUi-vertical .noUi-handle,
  body .noUi-connect,
  body .noUi-target.noUi-horizontal .noUi-tooltip{
      background-color: var(--primary-color) ;
  }
  body .noUi-horizontal.danger .noUi-handle, body .noUi-vertical.danger .noUi-handle,
  body .danger .noUi-connect,
  body .noUi-target.danger .noUi-tooltip{
      background-color: rgba(229, 115, 115, 1) ;
  }

  body .noUi-horizontal.warning .noUi-handle, body .noUi-vertical.warning .noUi-handle,
  body .warning .noUi-connect,
  body .noUi-target.warning .noUi-tooltip{
      background-color: rgba(255, 138, 101, 1) ;
  }

  body .noUi-horizontal.info .noUi-handle, body .noUi-vertical.info .noUi-handle,
  body .info .noUi-connect,
  body .noUi-target.info .noUi-tooltip{
      background-color: rgba(0, 151, 167, 1) ;
  }

  body .noUi-horizontal.success .noUi-handle, body .noUi-vertical.success .noUi-handle,
  body .success .noUi-connect,
  body .noUi-target.success .noUi-tooltip{
      background-color: rgba(129, 199, 132, 1) ;
  }

  body .noUi-horizontal.hexblue .noUi-handle, body .noUi-vertical.hexblue .noUi-handle,
  body .hexblue .noUi-connect,
  body .noUi-target.hexblue .noUi-tooltip{
      background-color: rgba(92, 107, 192, 1) ;
  }
  .noUi-target .noUi-tooltip{
    overflow: hidden;
  }


/* ========== _switches.css ========== */

/*----------------------------------------
  Switches
------------------------------------------*/
.switch.large label .lever{
    width: 59px;
    height: 22px;
}
.switch.large label .lever:before, .switch.large label .lever:after{
    width: 28px;
    height: 28px;
}
.switch.large label input[type=checkbox]:checked+.lever:before, .switch.large label input[type=checkbox]:checked+.lever:after{
  left: 32px;
}

.switch.medium label .lever{
    width: 42px;
    height: 18px;
}
.switch.medium label .lever:before, .switch.medium label .lever:after{
    width: 22px;
    height: 22px;
}
.switch.medium label input[type=checkbox]:checked+.lever:before, .switch.medium label input[type=checkbox]:checked+.lever:after{
  left: 21px;
}
.switch.medium label .lever:before, .switch.medium label .lever:after{
  top: -2px;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: rgba(var(--primary-rgb), 0.4);
}
.switch label .lever:before {
    background-color: rgba(var(--primary-rgb), 0.4);
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: var(--primary-color);
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: rgba(var(--primary-rgb), 0.3);
    opacity: 0.6;
}

/*danger switch*/
.switch.danger label input[type=checkbox]:checked+.lever {
    background-color: #FFCDD2;
}
.switch.danger label .lever:before {
    background-color: #FFCDD2;
}
.switch.danger label input[type=checkbox]:checked+.lever:after {
    background-color: #E57373;
}
.switch.danger input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, .switch.danger input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: #FFEBEE;
    opacity: 0.8;
}

/*info switch*/
.switch.info label input[type=checkbox]:checked+.lever {
    background-color: #B2EBF2;
}
.switch.info label .lever:before {
    background-color: #B2EBF2;
}
.switch.info label input[type=checkbox]:checked+.lever:after {
    background-color: #0097A7;
}
.switch.info input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, .switch.info input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: #E0F7FA;
    opacity: 0.6;
}


/*warning switch*/
.switch.warning label input[type=checkbox]:checked+.lever {
    background-color: #FFCCBC;
}
.switch.warning label .lever:before {
    background-color: #FFCCBC;
}
.switch.warning label input[type=checkbox]:checked+.lever:after {
    background-color: #8bc34a;
}
.switch.warning input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, .switch.warning input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: #FBE9E7;
    opacity: 0.8;
}


/*success switch*/
.switch.success label input[type=checkbox]:checked+.lever {
    background-color: #DCEDC8;
}
.switch.success label .lever:before {
    background-color: #DCEDC8;
}
.switch.success label input[type=checkbox]:checked+.lever:after {
    background-color: #AED581;
}
.switch.success input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, .switch.success input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: #F1F8E9;
    opacity: 0.6;
}

/*----------------------------------------
  Site - Dark Mode - Switches
----------------------------------------*/
[data-site_mode="dark"] .switch label .lever{
   background-color: #455A64;
}
[data-site_mode="dark"] .switch label .lever:after{
   background-color: #B0BEC5;
}

[data-site_mode="dark"] .switch input[type=checkbox][disabled]+.lever{
   background-color: #37474F;
}
[data-site_mode="dark"] .switch label input[type=checkbox][disabled]+.lever:after, 
[data-site_mode="dark"] .switch label input[type=checkbox][disabled]:checked+.lever:after{
   background-color: #455A64;
}

/* ========== _form-elements.css ========== */
/*----------------------------------------
  Form Elements
------------------------------------------*/

.input-field .prefix {
	top: 0.6rem;
}
.input-field .prefix.active {
	color: var(--primary-color);
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
	color: var(--primary-color);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid var(--primary-color);
	-webkit-box-shadow: 0 1px 0 0 var(--primary-color);
	box-shadow: 0 1px 0 0 var(--primary-color);

	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
	font-size: 22px;
}
.input-field .prefix {
	font-size: 20px;
	top: 12px;
	width: 2.5rem;
	left: 12px;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
	margin-left: 2.5rem;
	width: 92%;
	width: calc(100% - 2.5rem);
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
	height: 2rem;
	line-height: 2rem;
	margin: 2px 15px;
}
.file-field span {
	font-size: 14px;
}
/*Input field custom styling */
.input-field.col,
.input-field {
	background-color: #ffffff;
	margin-bottom: 0px;
	border-radius: 8px;
	padding: 8px 0 0 0;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.input-field {
	/* margin-top: 24px; */
}
.input-field input,
.input-field.col input {
	margin-bottom: 0px !important;
	border-bottom: none !important;
	padding: 0 15px 2px 15px;
	box-sizing: border-box;
	font-size: 15px;
	max-width: 96%;
	margin-left: 2%;
}

.input-field .prefix ~ input,
.input-field.col .prefix ~ input {
	padding-bottom: 6px;
	margin-left: 0;
	width: 100%;
	padding-left: 50px;
	max-width: 96%;
	margin-left: 2%;
	margin-bottom: 1px;
}

.input-field > label:not(.label-icon).active {
	-webkit-transform: translateY(-12px) scale(0.85);
	transform: translateY(-12px) scale(0.85);
	width: auto !important;
	background: #f5f5f5;
	color: #444444;
	padding: 2px 7px;
	border-radius: 8px;
	/* left: 0px; */
	/* max-width: none; */
	line-height: 20px;
	min-width: none;
}

.input-field .helper-text:after,
.input-field .helper-text {
	padding: 5px 10px 0px 10px;
	position: absolute;
	width: 100%;
}

.input-field.has-helper {
	margin-bottom: 30px;
}

.input-field textarea,
.input-field.col textarea {
	margin-bottom: 0px !important;
	border-bottom: none !important;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0px;
	padding: 0.8rem 15px;
	font-size: 15px;
	max-width: 96%;
	margin-left: 2%;
}

.input-field .prefix ~ textarea,
.input-field.col .prefix ~ textarea {
	margin-left: 0 !important;
	padding-left: 50px;
	width: 100%;
	padding-top: 6px;
	line-height: 1.6;
	/* width: calc(100% - 2.5rem); */
}
.input-field.file-field input.file-path {
	padding: 0 0 9px 0;
}

.character-counter {
	min-height: 18px;
	position: absolute;
	right: 10px;
	top: -15px;
	background: #f5f5f5;
	padding: 0px 5px;
	opacity: 0.7;
	font-size: 11px !important;
	font-family: Raleway;
}
nav.ui-forms{
	background: transparent;
	border-radius: 10px;
}
.nav-wrapper .input-field {
	padding-top: 0px;
}
.nav-wrapper .input-field > label:not(.label-icon).active {
	background: transparent;
	top: 15px;
	left: 5px;
}
.nav-wrapper .input-field label.active i {
	color: #444;
}
.input-field input[type=search]:focus:not(.browser-default){
	border-radius: 10px;
}
textarea.materialize-textarea{
	min-height: 200px;
}

/*----------------------------------------
  Checkboxes
------------------------------------------*/
[type="checkbox"]:checked + span:not(.lever):before {
	border-right: 2px solid var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
	border: 2px solid var(--primary-color);
	background-color: var(--primary-color);
}
[type="checkbox"]:checked:disabled + span:before {
	border-right: 2px solid rgba(0, 0, 0, 0.32);
	border-bottom: 2px solid rgba(0, 0, 0, 0.32);
}
[type="checkbox"].danger:not(.filled-in):checked + span:not(.lever):before {
	border-right: 2px solid rgba(229, 115, 115, 1);
	border-bottom: 2px solid rgba(229, 115, 115, 1);
}
[type="checkbox"].warning:not(.filled-in):checked + span:not(.lever):before {
	border-right: 2px solid rgba(255, 138, 101, 1);
	border-bottom: 2px solid rgba(255, 138, 101, 1);
}
[type="checkbox"].success:not(.filled-in):checked + span:not(.lever):before {
	border-right: 2px solid rgba(129, 199, 132, 1);
	border-bottom: 2px solid rgba(129, 199, 132, 1);
}
[type="checkbox"].info:not(.filled-in):checked + span:not(.lever):before {
	border-right: 2px solid rgba(0, 151, 167, 1);
	border-bottom: 2px solid rgba(0, 151, 167, 1);
}
[type="checkbox"].filled-in.danger:checked + span:not(.lever):after {
	border: 2px solid rgba(229, 115, 115, 1);
	background-color: rgba(229, 115, 115, 1);
}
[type="checkbox"].filled-in.warning:checked + span:not(.lever):after {
	border: 2px solid rgba(255, 138, 101, 1);
	background-color: rgba(255, 138, 101, 1);
}
[type="checkbox"].filled-in.success:checked + span:not(.lever):after {
	border: 2px solid rgba(129, 199, 132, 1);
	background-color: rgba(129, 199, 132, 1);
}
[type="checkbox"].filled-in.info:checked + span:not(.lever):after {
	border: 2px solid rgba(0, 151, 167, 1);
	background-color: rgba(0, 151, 167, 1);
}
/*----------------------------------------
  Select
------------------------------------------*/
.select-dropdown li img {
	margin: 7px 15px;
}
.select-wrapper + label {
	background: #f5f5f5;
	padding: 0px 7px;
}
.input-field.inline .select-wrapper + label,
.input-field.has-helper .select-wrapper + label {
	left: 0.75rem;
}
.input-field.inline .select-wrapper input,
.input-field.has-helper .select-wrapper input.select-dropdown {
	padding-left: 15px;
}
.select-wrapper .caret {
	right: 5px;
	top: -8px;
	opacity: 0.5;
}
.input-field.sel-wrap{
	margin-bottom: 24px;
}
.input-field.sel-wrap.has-helper{
	margin-bottom: 40px;
}


/*----------------------------------------
  Radio Buttons
------------------------------------------*/
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
	background-color: var(--primary-color);
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
	border: 2px solid var(--primary-color);
}
[type="radio"]:checked.danger + span:after,
[type="radio"].with-gap:checked.danger + span:after {
	background-color: rgba(229, 115, 115, 1);
}
[type="radio"]:checked.danger + span:after,
[type="radio"].with-gap:checked.danger + span:before,
[type="radio"].with-gap:checked.danger + span:after {
	border: 2px solid rgba(229, 115, 115, 1);
}

[type="radio"]:checked.info + span:after,
[type="radio"].with-gap:checked.info + span:after {
	background-color: rgba(0, 151, 167, 1);
}
[type="radio"]:checked.info + span:after,
[type="radio"].with-gap:checked.info + span:before,
[type="radio"].with-gap:checked.info + span:after {
	border: 2px solid rgba(0, 151, 167, 1);
}

[type="radio"]:checked.warning + span:after,
[type="radio"].with-gap:checked.warning + span:after {
	background-color: rgba(255, 138, 101, 1);
}
[type="radio"]:checked.warning + span:after,
[type="radio"].with-gap:checked.warning + span:before,
[type="radio"].with-gap:checked.warning + span:after {
	border: 2px solid rgba(255, 138, 101, 1);
}

[type="radio"]:checked.success + span:after,
[type="radio"].with-gap:checked.success + span:after {
	background-color: rgba(129, 199, 132, 1);
}
[type="radio"]:checked.success + span:after,
[type="radio"].with-gap:checked.success + span:before,
[type="radio"].with-gap:checked.success + span:after {
	border: 2px solid rgba(129, 199, 132, 1);
}

/*----------------------------------------
  Site - Dark Mode - Forms
----------------------------------------*/
[data-site_mode="dark"] input,
[data-site_mode="dark"] textarea {
	color: #f5f5f5;
}
[data-site_mode="dark"] .input-field i.prefix {
	color: #cfd8dc;
}

/*----------------------------------------
  Site - Dark Mode - Checkbox & Radio
----------------------------------------*/
[data-site_mode="dark"] label {
	color: #cfd8dc;
}
[data-site_mode="dark"] [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after,
[data-site_mode="dark"] [type="checkbox"] + span:not(.lever):before {
	border-color: #b0bec5;
}
[data-site_mode="dark"] [type="checkbox"]:checked + span:not(.lever):before {
	border-right: 2px solid var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	border-left-color: transparent;
	border-top-color: transparent;
}
[data-site_mode="dark"] [type="checkbox"].filled-in:not(.colored):checked + span:not(.lever):after {
	background-color: var(--primary-color);
}
[data-site_mode="dark"] [type="checkbox"].filled-in:checked + span:not(.lever):before {
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	border-left-color: transparent;
	border-top-color: transparent;
}
[data-site_mode="dark"] label input[disabled="disabled"] + span {
	color: #78909c;
}
[data-site_mode="dark"] [type="radio"]:not(:checked) + span:before,
[data-site_mode="dark"] [type="radio"]:not(:checked) + span:after {
	border-color: #b0bec5;
}
[data-site_mode="dark"] [type="radio"]:disabled:checked + span:after {
	background-color: #78909c;
	border-color: #78909c;
}
[data-site_mode="dark"] [type="radio"]:disabled:not(:checked) + span:before,
[data-site_mode="dark"] [type="radio"]:disabled:not(:checked) + span:after {
	border-color: #78909c;
	background-color: transparent;
}
/*----------------------------------------
  Site - Dark Mode - Range & Select
----------------------------------------*/
[data-site_mode="dark"] .noUi-target {
	background-color: #78909c;
}
[data-site_mode="dark"] .select-wrapper .caret {
	fill: #f5f5f5;
}
[data-site_mode="dark"] .select-dropdown li.optgroup {
	border-top: 1px solid #455a64;
}
[data-site_mode="dark"] .input-field .helper-text {
	color: #b0bec5;
}
[data-site_mode="dark"] .select-wrapper.disabled + label {
	color: #90a4ae;
}
[data-site_mode="dark"] .select-wrapper input.select-dropdown:disabled {
	color: #90a4ae;
}
[data-site_mode="dark"] input[type=text]:disabled {
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
/*----------------------------------------
  Site - Dark Mode - Inputs
----------------------------------------*/
[data-site_mode="dark"] .input-field input[type=search]:focus:not(.browser-default) {
	background-color: #455a64;
	color: #f5f5f5;
}
[data-site_mode="dark"] .input-field input[type=search]:focus:not(.browser-default) + label i,
[data-site_mode="dark"] .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
[data-site_mode="dark"] .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
	color: #f5f5f5;
}
[data-site_mode="dark"] input[type=text]:not(.browser-default):disabled + label {
	color: #b0bec5;
}
[data-site_mode="dark"] input[type=text]:not(.browser-default):disabled {
	color: #b0bec5;
}


[data-site_mode="dark"] .input-field.col, [data-site_mode="dark"] .input-field{
	background-color: #37474F;
}
[data-site_mode="dark"] .input-field > label:not(.label-icon).active {
	background: #27474F;
	color: #cccccc;
}
.nav-wrapper .input-field > label:not(.label-icon).active{
	background-color: transparent !important;
}
[data-site_mode="dark"] .select-wrapper + label,
[data-site_mode="dark"] .character-counter {
	background: #27474F;
}
.character-counter:empty {
	display: none;
}

/* ========== _settings.css ========== */

/*----------------------------------------
  Settings
------------------------------------------*/

/*menu icons off*/
body[data-menu_icons="off"] .subpages .collection-item a i:nth-child(1),
body[data-menu_icons="off"] .sidenav li a i{
  display: none;
}
body[data-menu_icons="off"] .sidenav .active a span{
  text-decoration: underline;
}
/*menu icons colored*/
body[data-menu_icons="colored"] .subpages .collection-item a i:nth-child(1),
body[data-menu_icons="colored"] .sidenav li a i{
  color: var(--primary-color);
}
body[data-menu_icons="colored"][data-menu="colored"] .subpages .collection-item a i:nth-child(1),
body[data-menu_icons="colored"][data-menu="colored"] .sidenav li a i{
  color: #f5f5f5;
}

/* ========== _parallax.css ========== */
/*----------------------------------------
  Parallax
------------------------------------------*/

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
  width: 100%;
}

.parallax-grid .parallax-container {
  min-height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.parallax-item{
  border-radius: 10px;
}
.parallax-item h5{
  padding: 0px 15px 15px 15px;
}

.row.parallax-grid{
  margin: 0 -0.75rem;
}
/* [data-site_mode="dark"] .parallax-item h5{
	background-color: #455A64;
} */

/* ========== _chat.css ========== */


/*----------------------------------------
  Chat
------------------------------------------*/
.chat-area{
  margin: 0px;
}
.chat-area li{
  display: block;
  position: relative;
  margin: 0 0 50px 0;
}
.chat-area li.leftside{
  padding-left: 40px;
}
.chat-area .leftside .msg-area{
    border-radius: 2px;
    background: rgba(var(--primary-rgb),0.07);
    min-height: 60px;
    padding: 15px;
    border-radius: 10px 10px 10px 0px;
    /* color: #ffffff; */
}

.chat-area li.rightside{
  padding-right: 40px;
}
.chat-area .rightside .msg-area{
    border-radius: 2px;
    background: rgba(var(--primary-rgb),1);
    min-height: 60px;
    padding: 15px;
    border-radius: 10px 10px 0 10px;
    color: #ffffff;
}

.chat-area .leftside.user1 .msg-area{
  background: rgba(var(--primary-rgb),0.07);
}
.chat-area .leftside.user2 .msg-area{
  background: rgba(var(--accent-rgb),0.07);
}
.chat-area .leftside.user3 .msg-area{
  background: rgba(var(--accent-rgb),0.07);
}


.chat-area li.rightside .userpic{
  left: auto;
  right: 0px;
}
.chat-area .userpic{
    position: absolute;
    background: #ccc;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    left: 0px;
    margin-top: 0px;
    bottom: 0;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.chat-area .msg{
  margin: 0px;
}
.chat-area .time{
  font-size: 80%;
  margin-top: 5px;
  opacity: 0.8;
}
.chat-area .leftside .time{
  float: left;
}
.chat-area .rightside .time{
  right: 0px;
  left: auto;
  float: right;
}
.chat-area .ui-mediabox{
  margin: 15px -0.75rem 0px -0.75rem;
}
.chat-area .ui-mediabox .col{
  margin-bottom: 5px;
  border-radius: 10px;
}
.chat-area .ui-mediabox .img-wrap:after,
.chat-area .ui-mediabox .img-wrap img{
  border-radius: 10px;
}

/*----------------------------------------
  Site - Dark Mode - Chat
----------------------------------------*/
[data-site_mode="dark"] .chat-area .msg-area{
  /* background-color: #37474F; */
}

[data-site_mode="dark"] .setting-box {
  background-color: #37474F;
}
[data-site_mode="dark"] .setting-box {
  background-color: #37474F;
}
[data-site_mode="dark"] .setting-box h6 {
    color: #CFD8DC;
}


/* ========== _calendar.css ========== */
/*----------------------------------------
  Calendar
------------------------------------------*/
.calwrap{
  background: #ffffff;
	border-radius: 10px;
	width: calc(100% - 30px);
	margin-left: 15px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.calwrap #calendar,
.prev-.calwrap #calendar {
	width: 100%;
	min-height: 18em;
	height: auto;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	margin-bottom: 15px;
}

.calwrap #calendar #dates,
.prev-.calwrap #calendar #dates {
	position: relative;
	width: 100%;
}
.calwrap #calendar #dates #days .day,
.prev-.calwrap #calendar #dates #days .day {
	opacity: 1;
}
.calwrap #calendar #dates #days .day:hover,
.prev-.calwrap #calendar #dates #days .day:hover {
	cursor: pointer;
}
.calwrap #calendar #lastMt,
.calwrap #calendar #nextMt,
.prev-.calwrap #calendar #lastMt,
.prev-.calwrap #calendar #nextMt {
	position: absolute;
	font-weight: 600;
	z-index: 3;
}
.calwrap #calendar #lastMt:hover,
.calwrap #calendar #nextMt:hover,
.prev-.calwrap #calendar #lastMt:hover,
.prev-.calwrap #calendar #nextMt:hover {
	cursor: pointer;
}
.calwrap #calendar #lastMt,
.prev-.calwrap #calendar #lastMt {
	left: 30px;
}
.calwrap #calendar #nextMt,
.prev-.calwrap #calendar #nextMt {
	right: 30px;
}
.calwrap #calendar #nextMt,
.prev-.calwrap #calendar #nextMt,
.calwrap #calendar #lastMt,
.prev-.calwrap #calendar #lastMt {
	font-size: 17px;
	line-height: 50px;
	color: #ffffff;
}
.calwrap #calendar #months-cont,
.prev-.calwrap #calendar #months-cont {
	width: 100%;
	overflow: hidden;
	height: 50px;
	left: auto;
	margin-left: 0px;
	position: relative;
}
.calwrap #calendar #months-cont #months,
.prev-.calwrap #calendar #months-cont #months {
	height: 100%;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--primary-color);
	border-radius: 10px 10px 0 0;
	color: #ffffff;
}
.calwrap #calendar #months-cont #months .month,
.prev-.calwrap #calendar #months-cont #months .month {
	width: 100%;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
.calwrap #calendar #days {
	padding: 0 15px;
	display: inline-block;
	width: 100%;
}
.calwrap #calendar #days .day,
.calwrap #calendar #daysotweek .day,
.prev-.calwrap #calendar #days .day,
.prev-.calwrap #calendar #daysotweek .day {
	width: calc(100%/7);
	text-align: center;
	float: left;
	padding: 0.5em 0;
	position: relative;
}

.calwrap #calendar #days .day:hover,
.calwrap #calendar #days .day.today {
	background-color: #fff;
}
.calwrap #calendar #daysotweek,
.prev-.calwrap #calendar #daysotweek {
	margin-top: 0;
	display: inline-block;
	width: 100%;
	padding: 10px 15px 0 15px;
	font-weight: bold;
	background: var(--primary-color);
	color: #ffffff;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.calwrap #info #actual-date,
.prev-.calwrap #info #actual-date {
	text-align: center;
	float: left;
	padding: 0.5em 0;
	font-size: 0.8em;
	background: #fcee6d;
	color: #29323f;
	height: 1.5em;
	width: 1.5em;
	line-height: .5em;
	text-align: center;
	border-radius: 50%;
	position: absolute;
}

.day span{
	background: #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.day.today span,
.day span:hover{
	color: #ffffff;
	background: var(--primary-color);
}

/*----------------------------------------
  Site - Dark Mode - Calendar
----------------------------------------*/
[data-site_mode="dark"] .calwrap #calendar #days .day:hover,
[data-site_mode="dark"] .calwrap #calendar #days .day.today {
	background-color: transparent;
}
/*----------------------------------------
  Site - Dark Mode - Calendar
----------------------------------------*/
[data-site_mode="dark"] .calwrap #calendar #days .day:hover {
	background-color: transparent;
}
[data-site_mode="dark"] .calwrap{
	background-color: #37474f;
}
[data-site_mode="dark"] .day span{
	background-color: #455a64;
}

/* ========== _events.css ========== */
/*----------------------------------------
  Events
------------------------------------------*/
.events{
	margin-top: 0px;
}
.events .event-item {
	background-color: #ffffff;
	position: relative;
	margin: 0 0 15px 0;
	border-radius: 10px;
}
.events .event-item .info{
	position: relative;
	padding: 25px 15px 25px 15px;
}
.events .event-item .image{
	border-radius: 10px 10px 0 0;
	vertical-align: top;
}
.events .title {
	font-weight: bold;
	font-size: 18px;
	/* text-transform: uppercase; */
}
.events .time {
	margin: 10px 0;
	font-size: 90%;
}
.events .actions {
	position: absolute;
	right: 15px;
	top: 95px;
}
.events .actions a i {
	color: #455a64;
	font-size: 20px;
	margin: 0 0 0 10px;
}
.events .people a img {
	width: 50px;
	height: 50px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .1);
	margin-top: 10px;
}
.events .people a {
	margin: 0 -10px 0 0;
}
.events .badge {
	position: absolute;
	top: 25px;
	right: 15px;
}
.event-item .view-btn{
	margin-right: 10px;
}
.events .actions a{
	text-align: center;
	margin-left: 5px;
}

.events .actions a i{
	margin-left: 0px;
	font-size: 18px;
	background: var(--primary-color);
	border-radius: 50%;
	height: 32px;
	width: 32px;
	color: #ffffff;
	line-height: 32px;
	display: inline-block;
}


/*----------------------------------------
  Site - Dark Mode - Events
----------------------------------------*/
[data-site_mode="dark"] .events .event-item {
	background-color: #37474f;
}
[data-site_mode="dark"] .events .actions a i {
	color: #f5f5f5;
}


/* ========== _mailbox.css ========== */
/*----------------------------------------
  Mailbox / Messages
------------------------------------------*/
.collection.mailbox .collection-item.avatar :not(.circle-clipper) > .circle {
  left: 20px;
}
.collection.mailbox .collection-item {
  padding: 0px 0px;
}
.collection.mailbox .from {
  font-size: 80%;
  display: block;
  opacity: 0.8;
}
.collection.mailbox .title {
  text-transform: none;
}
.collection.mailbox.messages .title {
  /* text-transform: uppercase; */
}
.collection.mailbox .collection-item.avatar img {
  position: absolute;
  top: 20px;
  margin-top: 0px;
}
.collection .collection-item .maillink {
  color: #455a64;
  padding: 15px 10px 15px 75px;
  display: inline-block;
  width: 100%;
}

.collection.mailbox:not(.messages) .collection-item.avatar .secondary-content a i {
	font-size: 20px;
	margin: 0 3px;
	line-height: 20px;
	color: #455a64;
	background: transparent;
}

.collection.mailbox .collection-item.avatar .secondary-content {
  position: absolute;
  top: 40px;
  margin-top: 0px;
  right: 15px;
}
.collection.mailbox .time {
  position: absolute;
  top: -2px;
  margin-top: 15px;
  right: 20px;
  font-size: 80%;
  opacity: 0.8;
}
.collection.mailbox.mailview .time {
  top: 28px;
  right: 10px;
}

.collection.mailbox .mail-reply {
  position: relative;
  padding: 20px;
  vertical-align: top;
  margin-bottom: 0px;
}
.collection.mailbox .mail-reply label {
  left: 20px;
}
.collection.mailbox .collection-item.avatar p {
  font-size: 80%;
}
.collection.mailbox.mailview .collection-item.avatar p {
  font-size: 14px;
}


.mailview .title {
  margin-bottom: 10px;
  width: 100%;
	padding-right: 30px;
	margin-top: 5px;
}
.mail-reply {
  width: 90%;
  margin-left: 5%;
}
.mail-reply-btns {
  padding: 15px;
}
.mail-reply-actions {
  position: absolute;
  top: 12px;
  right: 10px;
}
.mail-reply-actions a {
  color: #455a64;
}
.mail-reply-actions a i {
  font-size: 20px;
}

.collection.mailbox.messages p {
  padding-right: 36px;
}


[data-site_mode="dark"] .mail-reply-actions a ,
[data-site_mode="dark"] .collection.mailbox:not(.messages) .collection-item.avatar .secondary-content a i {
    color: #CFD8DC;
}

[data-site_mode="dark"] .mailview .input-field.col, [data-site_mode="dark"] .mailview .input-field {
  background-color: #455a64;
}
  

/* ========== _profile.css ========== */
/*----------------------------------------
  Profile Page
------------------------------------------*/
.ui-profile{
  position: relative;
  vertical-align: top;
}
.ui-profile .primg{
  height: 500px;
  background-image: url("../images/profile.jpg");
  width: 100%;
  background-size: cover;
}
.profile-card .ui-profile .primg
{
  height: 350px;
}
.profile-card{
  padding-bottom: 24px !important;
}

.ui-profile .primg img{
  width: 100%;
  z-index: 2;
}
.ui-profile .prinfo{
  position: relative;
  width: 90%;
  padding: 15px;  
  margin: -120px 5% 0 5%;
  display: inline-block;
  z-index: 4;
  text-align: center;
}
.ui-profile .pos{
  font-size: 90%;
}
.ui-profile .prinfo .count{
  float: left; 
  width: 33%;
  text-align: center;
  display: inline-block;
}
.ui-profile .profile-btn{
  margin-bottom: 10px;
}
.ui-profile .prinfo .num, .ui-profile .prinfo .tit{ 
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.ui-profile .prinfo .tit{
  font-size: 80%;
}
.ui-profile .prname{
    position: relative;
    /* margin: -170px 10% 70px 10%; */
    z-index: 3;
}
.ui-profile .prname .name{
  margin-bottom: 5px;
  margin-top: 0;
}
.ui-profile .carousel-basic{
  height: 200px;
  /* margin-left: -70px; */
  width: 100%;
  overflow: visible;
}
.ui-profile .carousel-basic .carousel-item{
  height: 167px;
}
.ui-profile .carousel-basic .indicators{
  bottom: 20px;
}
.ui-profile .pr-ctit{
    margin-top: -85px;
    z-index: 2;
    padding: 0px 0px 0px 15px;
    position: relative;
}
.ui-profile .pr-ctit h6{
  margin-bottom: 0px;
}
.primg{
  display: inline-block;
  position: relative;
}
.primg:after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 1;
}

/* ========== _timeline.css ========== */
/*----------------------------------------
  Timeline
------------------------------------------*/

.timeline {
	position: relative;
	display: inline-block;
	width: 100%;
}
.timeline .verline {
	position: absolute;
	height: 100%;
	width: 5px;
	background-color: #dddddd;
	left: 16%;
}
.timeline .event {
	position: relative;
	display: inline-block;
	width: 100%;
}
.timeline .event .date {
	display: block;
	float: left;
	width: 16%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 0px;
	/* text-transform: uppercase; */
}
.timeline .event .date:after {
	content: " ";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	right: -10px;
	top: 50%;
	margin-top: 0px;
	background-color: #dddddd;
}
.timeline .event .date:before {
	content: " ";
	position: absolute;
	width: 80%;
	height: 5px;
	right: -80%;
	top: 50%;
	margin-top: 4px;
	background-color: #dddddd;
}
.timeline .event .card-panel {
	width: 74%;
	position: relative;
	margin-left: 24%;
	float: left;
}
.timeline .event h4 {
	margin-bottom: 0px;
}

.timeline .card-panel.has-image{
	padding: 0px 0 0px 0;
}
.timeline .card-panel.has-image img{
	border-radius: 10px 10px 0 0;
}
.timeline .card-panel.has-image .msg{
	padding: 10px 24px 15px 24px;
}

/*----------------------------------------
  Site - Dark Mode - Timeline
----------------------------------------*/
[data-site_mode="dark"] .timeline .verline,
[data-site_mode="dark"] .timeline .event .date:before,
[data-site_mode="dark"] .timeline .event .date:after {
	background-color: #455a64;
}


/* ========== _portfolio.css ========== */
/*----------------------------------------
  Portfolio
------------------------------------------*/
.row.ui-mediabox.fullwidth {
	margin-bottom: 0px;
}
.ui-mediabox.fullwidth .col {
	padding: 0px;
	margin-bottom: 0px;
}
.row.ui-mediabox {
	margin: 0 -0.75rem;
}
.row.ui-mediabox.team-box,
.row.ui-mediabox.fullwidth {
	margin: 0px;
}
.row.ui-mediabox.circular img {
	border-radius: 50%;
}
.port-data {
	text-align: center;
}

.ui-mediabox.fullwidth .port-data {
	padding: 0 30px;
}
.port-data a h4,
.port-data a h5 {
	color: #455a64;
}

/*boxed*/
.ui-mediabox.port-boxed .img-wrap:not(.circle):after,
.ui-mediabox.port-boxed .img-wrap:not(.circle),
.ui-mediabox.port-boxed .img-wrap:not(.circle) img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ui-mediabox.port-boxed .img-wrap img{
	display: inline-block;
}
.port-data.boxed {
	background: #fff;
	padding: 5px 10px 15px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* margin-bottom: 30px; */
}
.ui-mediabox.circular .port-data.boxed,
.ui-mediabox.fullwidth .port-data.boxed {
	background: #fff;
	padding: 5px 10px 15px 10px;
	margin-bottom: 30px;
}
.ui-mediabox.circular .port-data.boxed {
	padding-top: 80px;
	margin-top: -80px;
}



/*----------------------------------------
  Site - Dark Mode - Portfolio
----------------------------------------*/
[data-site_mode="dark"] .port-data a h4,
[data-site_mode="dark"] .port-data a h5 {
	color: #f5f5f5;
}

[data-site_mode="dark"] .ui-mediabox.circular .port-data.boxed, 
[data-site_mode="dark"] .ui-mediabox.fullwidth .port-data.boxed,
[data-site_mode="dark"] .port-data.boxed {
	background: #37474f;
}

/* ========== _blogs.css ========== */
/*----------------------------------------
  Blogs
------------------------------------------*/
.blogs .tags {
	margin-left: 10px;
}
.blogs .tags a {
	color: #455a64;
}
.blogs .title {
	color: #455a64;
}
.row.ui-mediabox.blogs.fullwidth {
	margin: 0px;
	padding: 0px;
}
.blog-info {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.row.ui-mediabox.blogs-masonry .col.s6,
.row.ui-mediabox.portfolio-masonry .col.s6 {
	width: 49.99%;
}
.blog-view .img-wrap:after,
.blog-view .img-wrap img{
	border-radius: 10px;
}

/*----------------------------------------
  Blogs - Aligned
------------------------------------------*/

.row.ui-mediabox.blogs.aligned .blog-info .title {
	margin-top: 0px;
}
.row.ui-mediabox.blogs.aligned .blog-info .divider,
.row.ui-mediabox.blogs.aligned .blog-info .spacer {
	display: none;
}
.row.ui-mediabox.blogs.aligned {
	padding: 0 10px;
}
.row.ui-mediabox.blogs.aligned .col {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 20px 0;
	position: relative;
}
.row.ui-mediabox.blogs.blogs-boxed.aligned .col {
	border: none;
	padding-bottom: 10px;
}
/*----------------------------------------
  Blogs - Small Left Style
------------------------------------------*/
.row.ui-mediabox.blogs.small-left .blog-img-wrap {
	display: inline-block;
	width: 40%;
	float: left;
	padding-right: 0;
}
.row.ui-mediabox.blogs.small-left .blog-info {
	width: 65%;
	float: left;
	margin-left: 35%;
}

/*----------------------------------------
  Blogs - Medium Left Style
------------------------------------------*/
.row.ui-mediabox.blogs.medium-left .blog-img-wrap {
	display: inline-block;
	width: 50%;
	float: left;
	padding-right: 0;
}
.row.ui-mediabox.blogs.medium-left .blog-info {
	width: 55%;
	float: left;
	margin-left: 45%;
}

/*----------------------------------------
  Blogs - Small Right Style
------------------------------------------*/
.row.ui-mediabox.blogs.small-right .blog-img-wrap {
	display: inline-block;
	width: 40%;
	float: right;
	padding-left: 0;
	right: 0;
}
.row.ui-mediabox.blogs.small-right .blog-info {
	width: 65%;
	float: right;
	margin-right: 35%;
}

/*----------------------------------------
  Blogs - Medium Right Style
------------------------------------------*/
.row.ui-mediabox.blogs.medium-right .blog-img-wrap {
	display: inline-block;
	width: 50%;
	float: right;
	padding-left: 0;
	right: 0;
}
.row.ui-mediabox.blogs.medium-right .blog-info {
	width: 55%;
	float: left;
}

/*----------------------------------------
  Blogs - Small Alternate Style
------------------------------------------*/
.row.ui-mediabox.blogs.small-alternate .blog-img-wrap {
	display: inline-block;
	width: 40%;
	float: left;
	padding-right: 0;
}
.row.ui-mediabox.blogs.small-alternate .blog-info {
	width: 65%;
	float: left;
	margin-left: 35%;
}
.row.ui-mediabox.blogs.small-alternate .col:nth-child(even) .blog-img-wrap {
	float: right;
	padding-right: 0px;
	padding-left: 0;
	right: 0;
}
.row.ui-mediabox.blogs.small-alternate .col:nth-child(even) .blog-info {
	float: right;
	margin-right: 35%;
}

/*----------------------------------------
  Blogs - Medium Alternate Style
------------------------------------------*/
.row.ui-mediabox.blogs.medium-alternate .blog-img-wrap {
	display: inline-block;
	width: 50%;
	float: left;
	padding-right: 0;
}
.row.ui-mediabox.blogs.medium-alternate .blog-info {
	width: 55%;
	float: left;
	margin-left: 45%;
}
.row.ui-mediabox.blogs.medium-alternate .col:nth-child(even) .blog-img-wrap {
	float: right;
	padding-right: 0px;
	padding-left: 0;
	right: 0;
}
.row.ui-mediabox.blogs.medium-alternate .col:nth-child(even) .blog-info {
	float: right;
	margin-right: 45%;
}

/*----------------------------------------
  Blogs - Non Image
------------------------------------------*/
.row.ui-mediabox.blogs.noimg .blog-info {
	width: 100%;
}
.row.ui-mediabox.blogs.noimg .col.s6 {
	border-bottom: 0px solid transparent;
	padding-bottom: 0px;
}
.row.ui-mediabox.blogs.noimg .col.s6 .blog-info {
	padding-right: 15px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	width: 100%;
}
.row.ui-mediabox.blogs.noimg .blog-info h4 {
	margin-top: 10px;
}

/*----------------------------------------
  Blogs Boxed
------------------------------------------*/
.blog-info.boxed {
	background: #ffffff;
	padding: 0px 15px 15px 15px;
	border-radius: 10px;
}
.ui-mediabox.aligned .blog-info.boxed {
	padding: 15px 15px 15px 15px;
}
.ui-mediabox.blogs-boxed .img-wrap:after,
.ui-mediabox.blogs-boxed .img-wrap img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ui-mediabox.blogs.fullwidth .blog-info.boxed {
	margin-bottom: 30px;
}

.ui-mediabox.blogs-boxed.aligned .blog-img-wrap {
	height: 70%;
	position: absolute;
	top: 10%;
}
.ui-mediabox.blogs-boxed.aligned .blog-img-wrap .img-wrap:after,
.ui-mediabox.blogs-boxed.aligned .blog-img-wrap .img-wrap {
	height: 100%;
	border-radius: 10px;
	background-size: cover;
	background-position-y: -50px;
	background-position: center;	
}

.ui-mediabox.blogs-boxed:not(.aligned) .blog-info.boxed{
	border-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ui-mediabox.blogs-boxed.noimg .blog-info.boxed{
	border-radius: 10px;
}

.blog-info .text{
	max-height: 250px;
	overflow: hidden;
}


/*----------------------------------------
  Site - Dark Mode - Blogs
----------------------------------------*/
[data-site_mode="dark"] .blogs .title {
	color: #dddddd;
}
[data-site_mode="dark"] .blogs .tags a {
	color: #dddddd;
}
[data-site_mode="dark"] .row.ui-mediabox.blogs.aligned .col,
[data-site_mode="dark"] .row.ui-mediabox.blogs.noimg .col.s6 .blog-info {
	border-color: #455a64;
}
[data-site_mode="dark"] .blog-info.boxed{
	background-color: #37474f;
}

/* ========== _products.css ========== */
/*----------------------------------------
  prods
------------------------------------------*/
.prods .tags {
	margin-left: 10px;
}
.prods .tags a {
	color: #455a64;
}
.prods .title {
	color: #455a64;
}
.row.ui-mediabox.prods.fullwidth {
	margin: 0px;
	padding: 0px;
}
.prod-info {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.row.ui-mediabox.prods-masonry .col.s6,
.row.ui-mediabox.portfolio-masonry .col.s6 {
	width: 49.99%;
}
.prod-view .img-wrap:after,
.prod-view .img-wrap img{
	border-radius: 10px;
}
.prod-rating i{
	font-size: 18px;
	color: #aaaaaa;
}
.prod-rating i.colored{
	color: var(--primary-color);
}

/*----------------------------------------
  prods - Aligned
------------------------------------------*/

.row.ui-mediabox.prods.aligned .prod-info .title {
	margin-top: 0px;
}
.row.ui-mediabox.prods.aligned .prod-info .divider,
.row.ui-mediabox.prods.aligned .prod-info .spacer {
	display: none;
}
.row.ui-mediabox.prods.aligned {
	padding: 0 10px;
}
.row.ui-mediabox.prods.aligned .col {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 20px 0;
	position: relative;
}

/*----------------------------------------
  prods - Small Left Style
------------------------------------------*/
.row.ui-mediabox.prods.small-left .prod-img-wrap {
	display: inline-block;
	width: 40%;
	float: left;
	padding-right: 0;
}
.row.ui-mediabox.prods.small-left .prod-info {
	width: 65%;
	float: left;
	margin-left: 35%;
}

/*----------------------------------------
  prods - Medium Left Style
------------------------------------------*/
.row.ui-mediabox.prods.medium-left .prod-img-wrap {
	display: inline-block;
	width: 50%;
	float: left;
	padding-right: 0;
}
.row.ui-mediabox.prods.medium-left .prod-info {
	width: 55%;
	float: left;
	margin-left: 45%;
}

/*----------------------------------------
  prods - Small Right Style
------------------------------------------*/
.row.ui-mediabox.prods.small-right .prod-img-wrap {
	display: inline-block;
	width: 40%;
	float: right;
	padding-left: 0;
	right: 0;
}
.row.ui-mediabox.prods.small-right .prod-info {
	width: 65%;
	float: right;
	margin-right: 35%;
}

/*----------------------------------------
  prods - Medium Right Style
------------------------------------------*/
.row.ui-mediabox.prods.medium-right .prod-img-wrap {
	display: inline-block;
	width: 50%;
	float: right;
	padding-left: 0;
	right: 0;
}
.row.ui-mediabox.prods.medium-right .prod-info {
	width: 55%;
	float: left;
}

/*----------------------------------------
  prods - Small Alternate Style
------------------------------------------*/
.row.ui-mediabox.prods.small-alternate .prod-img-wrap {
	display: inline-block;
	width: 40%;
	float: left;
	padding-right: 0;
}
.row.ui-mediabox.prods.small-alternate .prod-info {
	width: 65%;
	float: left;
	margin-left: 35%;
}
.row.ui-mediabox.prods.small-alternate .col:nth-child(even) .prod-img-wrap {
	float: right;
	padding-right: 0px;
	padding-left: 0;
	right: 0;
}
.row.ui-mediabox.prods.small-alternate .col:nth-child(even) .prod-info {
	float: right;
	margin-right: 35%;
}

/*----------------------------------------
  prods - Medium Alternate Style
------------------------------------------*/
.row.ui-mediabox.prods.medium-alternate .prod-img-wrap {
	display: inline-block;
	width: 50%;
	float: left;
	padding-right: 0;
}
.row.ui-mediabox.prods.medium-alternate .prod-info {
	width: 55%;
	float: left;
	margin-left: 45%;
}
.row.ui-mediabox.prods.medium-alternate .col:nth-child(even) .prod-img-wrap {
	float: right;
	padding-right: 0px;
	padding-left: 0;
	right: 0;
}
.row.ui-mediabox.prods.medium-alternate .col:nth-child(even) .prod-info {
	float: right;
	margin-right: 45%;
}

/*----------------------------------------
  prods - Non Image
------------------------------------------*/
.row.ui-mediabox.prods.noimg .prod-info {
	width: 100%;
}
.row.ui-mediabox.prods.noimg .col.s6 {
	border-bottom: 0px solid transparent;
	padding-bottom: 0px;
}
.row.ui-mediabox.prods.noimg .col.s6 .prod-info {
	padding-right: 15px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	width: 100%;
}
.row.ui-mediabox.prods.noimg .prod-info h4 {
	margin-top: 10px;
}

/*----------------------------------------
  prods Boxed
------------------------------------------*/
.prod-info.boxed {
	background: #ffffff;
	padding: 0px 15px 15px 15px;
	border-radius: 10px;
}
.ui-mediabox.aligned .prod-info.boxed {
	padding: 15px 15px 15px 15px;
}
.ui-mediabox.prods-boxed .col{
	margin-bottom: 30px;
}
.ui-mediabox.prods-boxed .img-wrap:after,
.ui-mediabox.prods-boxed .img-wrap img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ui-mediabox.prods.fullwidth .prod-info.boxed {
	margin-bottom: 30px;
}

.ui-mediabox.prods-boxed.aligned .prod-img-wrap {
	height: 70%;
	position: absolute;
	top: 10%;
}
.ui-mediabox.prods-boxed.aligned .prod-img-wrap .img-wrap:after,
.ui-mediabox.prods-boxed.aligned .prod-img-wrap .img-wrap {
	height: 100%;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}

.ui-mediabox.prods-boxed:not(.aligned) .prod-info.boxed{
	border-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ui-mediabox.prods-boxed.noimg .prod-info.boxed{
	border-radius: 10px;
}
.ui-mediabox.prods .price{
	color: var(--primary-color);
	display: inline-block;
	margin-top: 5px;
}
.prod-info{
	position: relative;
}
.prod-options{
	margin-top: 10px;
	white-space: nowrap;
}
.prod-options span{
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
	cursor: pointer;
	font-size: 90%;
}

.prod-options .color span{
	border-radius: 50%;
	height: 18px;
	width: 18px;
	line-height: 18px;
}

.addtocart{
	margin-top: 10px;
}
.addtocart.right{
	float: right;
}
.addtowishlist, .removewishlist{
	color: var(--primary-color);
	margin: 10px 0px 0px 0px;
	background: transparent;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.addtowishlist:hover, .removewishlist:hover{
	/* color: #f5f5f5; */
	background-color: transparent;
}

.removewishlist{
	padding: 0;	
}

.prod-info .text{
	max-height: 300px;
	overflow: hidden;
}
.prod-options{
	overflow: hidden;
}

/*----------------------------------------
  Site - Dark Mode - prods
----------------------------------------*/
[data-site_mode="dark"] .prods .title {
	color: #f5f5f5;
}
[data-site_mode="dark"] .prods .tags a {
	color: #f5f5f5;
}
[data-site_mode="dark"] .row.ui-mediabox.prods.aligned .col,
[data-site_mode="dark"] .row.ui-mediabox.prods.noimg .col.s6 .prod-info {
	border-color: #455a64;
}

[data-site_mode="dark"] .prod-info.boxed {
	background: #37474F;
}

/* ========== _login.css ========== */

/*----------------------------------------
  Login Page
//8,10,11,13
------------------------------------------*/
.login-bg{
  position: fixed;
  width: 100%; 
  height: 100%;
  background-image: url('../images/access-2.jpg');
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0px;
  left: auto;
  z-index: 1;
}
.access-login{ background-image: url('../images/access-7.jpg'); /* background-position: 0 -90px; */}
.access-register{ background-image: url('../images/access-4.jpg'); /* background-position: 0 -90px; */ }
.access-reset{ background-image: url('../images/access-3.jpg'); /*background-position: center center;*/  }
.access-forgot{ background-image: url('../images/access-5.jpg'); }
.access-403{ background-image: url('../images/access-8.jpg'); /* background-position: 0 0px; */ }
.access-404{ background-image: url('../images/access-12.jpg'); /* background-position: 0 0px; */ }
.access-405{ background-image: url('../images/access-15.jpg'); /* background-position: 0 0px; */ }
.access-408{ background-image: url('../images/access-16.jpg'); /* background-position: 0 0px; */ }
.access-500{ background-image: url('../images/access-6.jpg'); /* background-position: 0 -40px; */ }
.access-503{ background-image: url('../images/access-17.jpg'); /* background-position: 0 -40px; */ }
.access-offline{ background-image: url('../images/access-18.jpg'); /* background-position: 0 -40px; */ }


.access-welcome{ background-image: url('../images/access-9.jpg'); /* background-position: 0 -70px; */}
.access-lock{ background-image: url('../images/access-1.jpg'); /* background-position: 0 0px; */}
.access-contact-call{ background-image: url('../images/access-10.jpg'); /* background-position: 0 0px; */}
.access-product-payment{ background-image: url('../images/access-14.jpg'); /* background-position: 0 -70px; */}
.access-chat-video{ background-image: url('../images/access-11.jpg'); /* background-position: 0 0px; */}
.access-courses-payment{ background-image: url('../images/access-13.jpg'); /* background-position: 0 -70px; */}
.login-area{
  position: relative;
  z-index: 2;
  /* margin-top: 60px; */
  padding-top: 120px;
}
body .login-area input[type="email"],
body .login-area input[type="password"],
body .login-area input[type="tel"],
body .login-area input[type="text"]{
  /* border-bottom: 1px solid #fafafa; */
  /* color: #eeeeee; */
}
body .login-area label{
  /* color: #eeeeee; */
}
.login-area .links .sep{
  color: #fafafa;
  font-size: 90%;
}
.login-area .links a{
  color: #eeeeee;
  font-size: 90%;
  margin: 0 10px;
}
.login-area .input-field.col, .login-area .input-field{
  background-color: rgba(230, 230, 230,0.9);
}

[data-site_mode="dark"] .login-area .input-field.col, .login-area .input-field{
  background-color: rgba(55, 71, 79,0.9);
}

/* ========== _welcome.css ========== */

/*----------------------------------------
  Welcome page
----------------------------------------*/
.welcome-logo i{
  font-size: 34px;
  margin-right: 8px;
}
.facebook{
    background-color: #3b5998 !important;
}
.twitter{
    background-color: #00ACEE !important;
}
.google{
    background-color: #dd4b39 !important;
}


/* ========== _error.css ========== */

/*----------------------------------------
  Error Pages 
----------------------------------------*/
.error-code{
  font-size: 80px;
}


/* ========== _search.css ========== */
/*----------------------------------------
  Search Page 
----------------------------------------*/
.search-page .search-results{
  display: inline-block;
  width: 100%;
  padding: 15px 5px;
}
.search-page .search-results.posts{
  padding: 15px 0;
}
.search-page .search-bar{
  padding: 5px;
}
.search-page .search-bar nav{
  background: #f5f5f5;
}
.search-page .search-bar nav label i,
.search-page .search-bar nav input{
  color: #757575;
}
.search-page .tab-content{
    display: inline-block;
    background: #fff;
    width: 100%;
    max-width: 1280px;
    padding: 24px 5%;
}
@media only screen and (min-width: 601px){
  .search-page .tab-content{
    padding: 24px 7%;
  }
}

/*----------------------------------------
  Site - Dark Mode - Search
----------------------------------------*/
[data-site_mode="dark"] .search-page .search-bar nav{
  background-color: #455A64;
}
[data-site_mode="dark"] .search-page .search-bar nav label i, 
[data-site_mode="dark"] .search-page .search-bar nav input{
  color: #f5f5f5;
}
[data-site_mode="dark"] .search-page .tab-content{
	background-color: #455A64;
}


/* ========== _pricing.css ========== */
/*----------------------------------------
  Pricing Tables
----------------------------------------*/
.pricing-tabs {
  margin-bottom: 30px;
}
.pricing-tabs h2 {
  padding: 60px 0 40px 0;
  background-color: #ccc;
  margin: 0px;
  color: #ffffff;
  width: 90%;
  margin: 15px 5% 0 5%;
  border-radius: 10px;
}
.pricing-tabs h2.bg-primary {
  background-color: var(--primary-color);
}
.pricing-tabs h2 sup {
  font-size: 27px;
  position: relative;
  top: -20px;
}
.pricing-tabs h2 span {
  font-size: 65px;
  margin: 0 0 0 5px;
}
.price-row {
  padding-top: 0px;
  margin-bottom: 20px;
}
.price-row .item {
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: 500;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}
.pricing-tabs .carousel.carousel-slider .carousel-item {
  height: 100%;
  padding: 0px !important;
}
.price-row .item .title {
  margin-bottom: 0px;
}
.price-row .item .tag {
  opacity: 0.8;
  font-size: 90%;
}
.pricing-tabs .btn-large {
  width: 90%;
}
.pricing-tabs .tabs-swipable .tabs-content {
  height: 650px;
  min-height: 650px;
}

/*----------------------------------------
  Site - Dark Mode - Pricing Tables
----------------------------------------*/
[data-site_mode='dark'] .price-row div {
  border-color: #455a64;
}


/* ========== _invoice.css ========== */

/*----------------------------------------
  Invoice
----------------------------------------*/
.collection.invoice-item .collection-item.non-avatar{
  padding-left: 15px;
  position: relative;
  display: inline-block;
    width: 100%;
}
.collection.invoice-item .collection-item.non-avatar .secondary-content{
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  text-align: center;
}
.collection.invoice-item .collection-item.non-avatar .item-det h6{
  margin-top: 5px;
}
.collection.invoice-item .collection-item.avatar .secondary-content{
  top: 17px;
  right: 20px;
}
.collection.invoice-item .collection-item.avatar .title{
  font-size: 18px;
}
.invoice-item .item-det p{
  font-size: 80%;
  opacity: 0.8;
  font-style: italic;
}
.invoice-item li:not(.total) h6{
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 18px;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-size: 16px;
  min-width: 90px;
  text-align: center;
}
.invoice-item .total h6{
  background: transparent;
}
.invoice-item .total .secondary-content{
  position: relative;
}
.invoice-item .total h5{
  border-radius: 30px;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 22px;
  min-width: 140px;
  text-align: center;
  display: inline-block;
  background: var(--primary-color);
  color: #ffffff;
}
.invoice-item .total h6{
  text-align: center;
}
.invoice-item li:not(.total) h6.credit{
  background-color: var(--success-color);
}
.invoice-item li:not(.total) h6.debit{
  background-color: var(--danger-color);
}

/* ========== _notifications.css ========== */
/*----------------------------------------
  Notifications
----------------------------------------*/
.collection.notifications .collection-item.avatar :not(.circle-clipper)>.circle{
  left: 20px;
}
.collection.notifications .collection-item{
  padding: 0px 0px;
}
.collection.notifications .from{
  font-size: 90%;
  display: block;
}
.collection.notifications .title{
  text-transform: none;
}
.collection.notifications .collection-item.avatar img{
  position: absolute;
  top: 20px;
  margin-top: 0px;
}
.collection.notifications .collection-item .notify{
  color: #455A64;
  padding: 15px 20px 15px 75px;
  display: inline-block;
  width: 100%;
}

.collection.notifications .collection-item.avatar .secondary-content{
  position: absolute;
  top: 40px;
  margin-top: 0px;
  right: 15px;
}
.collection.notifications .time{
  position: absolute;
  top: 0%;
  margin-top: 15px;
  right: 20px;
  font-size: 80%;
  opacity: 0.8;
}
.collection.notifications .mail-reply{
  position: relative;
  padding: 20px;
  vertical-align: top;
  margin-bottom: 0px;
}
.collection.notifications .mail-reply label{
  left: 20px;
}
.collection.notifications .collection-item.avatar p{
  padding-right: 47px;
  margin-bottom: 7px;
}
.collection.notifications .badge{
  float: left;
  margin: 5px 5px 5px 0;
}



/* ========== _profile-edit.css ========== */

/*----------------------------------------
  Edit Profile
----------------------------------------*/
.editprof-img{
  text-align: center;
  position: relative;
}
.editprof-img .img-wrap{
  text-align: center;
  display: inline-block;
  width: auto;
  position: relative;
}
.editprof-img img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  padding: 4px;
  cursor: pointer;
}
.editprof-img i{
  position: absolute;
  right: 25px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
}

/*----------------------------------------
  Site - Dark Mode - Edit Profile
----------------------------------------*/
[data-site_mode="dark"] .editprof-img i{
    background-color: #37474F;
}
[data-site_mode="dark"] .editprof-img img{
  border: 1px solid #455A64;
}

/* ========== _app-settings.css ========== */

/*----------------------------------------
  App Settings
------------------------------------------*/

.appsettings[data-value='deep-purple']{  background: var(--deep-purple-color) !important; }
.appsettings[data-value='red']{  background: var(--red-color) !important; }
.appsettings[data-value='orange']{  background: var(--orange-color) !important; }
.appsettings[data-value='blue']{  background: var(--blue-color) !important; }
.appsettings[data-value='green']{  background: var(--green-color) !important; }
.appsettings[data-value='teal']{  background: var(--teal-color) !important; }
.appsettings[data-value='amber']{  background: var(--amber-color) !important; }
.appsettings[data-value='pink']{  background: var(--pink-color) !important; }
.appsettings[data-value='indigo']{  background: var(--indigo-color) !important; }
.appsettings[data-value='blue-grey']{  background: var(--blue-grey-color) !important; }
.appsettings[data-value='brown']{  background: var(--brown-color) !important; }
.appsettings[data-value='cyan']{  background: var(--cyan-color) !important; }
.appsettings[data-value='light-green']{  background: var(--light-green-color) !important; }
.appsettings[data-value='purple']{  background: var(--purple-color) !important; }
.appsettings[data-value='grey']{  background: var(--grey-color) !important; }

.theme .appsettings{
  height: 70px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}


.appsettings .mdi:before{
    content: "\F130" !important;
}
.appsettings.active .mdi:before{
    content: "\F5E1" !important; /*"\F854"*/
}

.appsettings i{
  opacity: 0.7;
}
.appsettings.active i{
  opacity: 1;
}

.theme .appsettings .mdi:before {
    content: "\F131" !important;
}
.theme .appsettings.active .mdi:before {
    content: "\F12C" !important; /*"\F854"*/
}
.appsettings.active:not([data-type='theme']) .mdi:before {
    color: var(--primary-color) !important;
}

[data-menu="colored"] .appsettings:not([data-type='theme']) .mdi:before {
  color: #ffffff !important;
}
[data-menu="colored"] .appsettings.active:not([data-type='theme']) .mdi:before{
  color: #ffffff !important;
}
[data-menu="colored"] .appsettings[data-type='theme'] .mdi:before {
  color: #ffffff !important;
}
.sidesettings .lvl1.theme{
  width: 24%;
  float: left;
  margin-bottom: 5px;
  margin-left: 7%;
  margin-top: 10px;
}
.sidesettings .lvl1.theme + .sep-wrap {
  /* margin-top: 15px; */
  display: inline-block;
  width: 100%;
  /* margin-bottom: 10px; */
}

.sidenav li.lvl1.theme .waves-effect{
  padding-left: 0px;
}
.sidesettings .sh-wrap{
  clear: both;
  display: block;
  width: 100%;
}
.sidesettings .lvl1.theme a{

  text-align: center;
  display: inline-block;
  width: 100%;
}
.sidesettings .lvl1.theme a i{
  /* display: block; */
  margin: 9px 0 3px 0px;
  color: #fff !important;
  font-size: 26px;
}
.sidenav li.theme .appsettings a i{
  display: none;
}
.sidenav li.theme .appsettings.active i{
  display: inline-block;
}
.sidesettings .lvl1.theme a .title{
  width: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
  line-height: 22px;
  font-size: 12px;
  /* margin-bottom: 8px; */
  background: #fff;
  color: #444444;
}


[data-menu="dark"] .sidesettings .lvl1.theme a .title{
  background-color: #263238;
  color: #CFD8DC;
}


/* ========== _clients.css ========== */

/*----------------------------------------
  Clients
----------------------------------------*/
.clients-row{
  margin: 0 -15px;
}
.client-box{
  background-color: #ffffff;
  /* box-shadow: 2px 2px 2px rgba(0,0,0,.1); */
  border-radius: 2px;
  padding: 0px 0 15px 0;
  margin-bottom: 24px;
  text-align: center;
  min-height: 90px;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
}
.client-box img{
  width: auto;
  margin: auto;
  opacity: 0.75;
  vertical-align: middle;
  /* max-width: 120px; */
}
.client-box a{
  border-radius: 10px 10px 0 0;
  display: inline-block;
  width: 100%;
}

.client-box .logo-wrap{
  height: 200px;
  line-height: 200px;
  background: var(--primary-color);
}

/*----------------------------------------
  Site - Dark Mode - Client
----------------------------------------*/
[data-site_mode="dark"] .client-box {
    background-color: #37474f;
}

/* ========== _fixed-footer-menu.css ========== */

/*----------------------------------------
  Fixed Footer Menu
------------------------------------------*/
.footer-menu{
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 998;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.footer-menu.nonfixed{
  position: relative;
}
body.isfullscreen .footer-menu{
  background-color: transparent !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.footer-menu ul{
  display: inline-block;
  width: 100%;
  padding: 7px 0px 0 0px;
  margin: 0px;
}
.footer-menu li{
  float: left;
  width: 20%;
  display: inline-block;
  height: 100%;
  text-align: center;
}
.footer-menu li a{
  display: inline-block;
  color: #546E7A;
}
.isfullscreen .footer-menu li a{
  color: #f5f5f5;
}
.footer-menu li i{
  display: block;
  font-size: 20px;
}
.footer-menu li span{
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.footer-menu.circular li a.active{
  margin-top: -25px;
}
.footer-menu.circular li a.active span{
  color: var(--primary-color);
  margin-top: 5px;
}
.footer-menu.circular li a.active i{
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 46px;
  width: 46px;
  line-height: 46px;
  margin-top: 0px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.footer-menu.boxed li a{
  padding-top: 7px;
  height: 60px;
  display: block;
}
.footer-menu.boxed ul{
  padding: 0;
}
.footer-menu.boxed li{
  height: 60px;
}
.footer-menu.boxed li a.active i{
  font-size: 26px;
  line-height: 26px;
}

.footer-menu.bordered li a:hover,
.footer-menu.bordered li a.active{
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.footer-menu.bg li a:hover,
.footer-menu.bg li a.active{
  background: rgba(0,0,0,0.07);
  color: var(--primary-color);
}


[data-footer_menu="hide"] .footer-menu{
  display: none;
}

/*----------------------------------------
  Fixed Footer Menu - Light Style
------------------------------------------*/

body [data-footer_menu_style="light"] .footer-menu{
  background-color: #ffffff;
}
body [data-footer_menu_style="light"] .footer-menu li a{
  color: #546E7A;
}


/*----------------------------------------
  Fixed Footer Menu - Dark Style
------------------------------------------*/
[data-footer_menu_style="dark"] .footer-menu{
  background-color: #37474F;
}
[data-footer_menu_style="dark"] .footer-menu li a{
  color: #CFD8DC;
}

/*----------------------------------------
  Fixed Footer Menu - Colored Style
------------------------------------------*/
[data-footer_menu_style="colored"] .footer-menu{
  background-color: var(--primary-color);
}
[data-footer_menu_style="colored"] .footer-menu.boxed li a.active,
[data-footer_menu_style="colored"] .footer-menu.circular li a.active span,
[data-footer_menu_style="colored"] .footer-menu li a{
  color: #eeeeee;
}
[data-footer_menu_style="colored"] .footer-menu li a:hover i,
[data-footer_menu_style="colored"] .footer-menu li a.active i{
  background-color: #f5f5f5;
  color: var(--primary-color);
}
[data-footer_menu_style="colored"] .footer-menu li a:hover,
[data-footer_menu_style="colored"] .footer-menu li a:hover i{
  color: #eeeeee;
  background: transparent;
}
[data-footer_menu_style="colored"] .footer-menu.boxed li a.active,
[data-footer_menu_style="colored"] .footer-menu.boxed li a.active i{
  color: #eeeeee;
  background: transparent;
}

[data-footer_menu_style="colored"] .footer-menu.bordered li a.active{
  border-color: #ffffff;
}

[data-footer_menu_style="colored"] .footer-menu.bg li a.active{
  background: rgba(0,0,0,0.07);
}


[data-footer_menu="hide"] .page-footer{
  padding-bottom: 60px;
}


/* ========== _perfect-scrollbar.css ========== */
/*----------------------------------------
  Perfect Scrollbar
----------------------------------------*/
.sidemenu, .sidesettings{
    overflow: hidden;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y{
  z-index: 2;
}
.ps__thumb-y {
    background-color: rgba(130,130,130,.5);
}


/* ========== _tables.css ========== */
/*----------------------------------------
  Table
----------------------------------------*/
table{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background-color: #ffffff;
    border-radius: 10px;
}
table td, table th{
  padding: 15px 15px;
}    
table thead{
  background: rgba(0,0,0,0.07);
}
table th:first-child {
  border-radius: 10px 0 0 0;
}
table th:last-child {
  border-radius: 0px 10px 0px 0;
}

table.responsive-table th:first-child {
  border-radius: 10px 0 0 0;
}
table.responsive-table th:last-child {
  border-radius: 0px 0px 0px 10px;
}


table.colored thead tr{
  padding-right: 0;
}
table.colored.responsive-table tr td{
  background: transparent;
}

table.colored.primary thead th{
  background: var(--primary-color);
  color: #ffffff;
}
table.colored.primary td{
  background: rgba(var(--primary-rgb), 0.1);
}
table.colored.primary.responsive-table tbody{
  background: rgba(var(--primary-rgb), 0.1);
}


table.colored.accent thead th{
  background: var(--accent-color);
  color: #ffffff;
}
table.colored.accent td{
  background: rgba(var(--accent-rgb), 0.1);
}
table.colored.accent.responsive-table tbody{
  background: rgba(var(--accent-rgb), 0.1);
}


/*----------------------------------------
  Site - Dark Mode - Table
----------------------------------------*/
[data-site_mode="dark"] table {
  background-color: #37474F;
}
[data-site_mode="dark"] tr {
    border-bottom: 1px solid #455A64;
}
[data-site_mode="dark"] table.striped>tbody>tr:nth-child(odd) {
    background-color: rgba(33,33,33,0.25);
}

/* ========== _contactus.css ========== */

/*----------------------------------------
  Contact us page
----------------------------------------*/
.map-wrap{
  position: relative;
}
.map-wrap img{
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.map-wrap i{
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--primary-color);
  z-index: 2;
  font-size: 70px;
  line-height: 70px;
  margin: -35px 0 0 -35px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.map-wrap i:after{
  content: " ";
  display: block;
  height: 35px;
  width: 70px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50%;
  margin-top: -25px;
}
.contactus.card{
  padding: 0px 15px 5px 15px;
}

/* ========== _fancybox.css ========== */
/*----------------------------------------
  Fancybox
----------------------------------------*/
body .fancybox-bg{
  background-color: #263238;
}
body .fancybox-thumbs{
  background-color: transparent;
}
body .fancybox-thumbs__list a:before{
  border: 3px solid var(--primary-color);
}
body .fancybox-progress{
  background-color: var(--primary-color);  
}
body .fancybox-share{
  background-color: rgba(50,50,50,0.8);
  color: #f5f5f5;
}
body .fancybox-share h1{
  color: #eeeeee;
}
body .fancybox-share__input{
  color: #eeeeee;
}
body .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.7);
    border-radius: 2px;
}
body .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background-color: #263238;
    border-radius: 2px;
}


/* ========== _image-filter.css ========== */
/*----------------------------------------
  Image Filter Overlay
----------------------------------------*/

.carousel-item:after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0px;
  left: 0px;
}
.walk_carousel .carousel-item:after,
.about_carousel .carousel-item:after{
  background-color: rgba(var(--primary-filter),.25);
}
.carousel-item:after{
  background-color: rgba(var(--primary-filter),.30);
}
.home_carousel .carousel-item:after{
  background-color: rgba(var(--primary-filter),.20);
}
.carousel-products-home .carousel-item:after{
  background-color: rgba(var(--primary-filter),.30);
}
.carousel-events-home .carousel-item:after{
  background-color: rgba(var(--primary-filter),.30);
}
.carousel-university-home .carousel-item:after{
  background-color: rgba(var(--primary-filter),.30);
}
.carousel-dashboard-home .carousel-item:after{
  background-color: rgba(var(--primary-filter),.30);
}


.profile-carousel .carousel-item:after{
  background-color: rgba(var(--primary-filter),.15);
}
.fullscreencarousel .carousel-item:after{
  background-color: rgba(var(--primary-filter),.30);
}
.carousel-content .carousel-item:after,
.carousel-fullwidth .carousel-item:after,
.carousel-small .carousel-item:after{
  background-color: rgba(var(--primary-filter),.10);
}
.primg:after{
  background-color: rgba(var(--primary-filter),.10);
}
.circle.responsive-img{
  vertical-align: top;
}
.img-wrap{
  position: relative;  
  display: inline-block;
    vertical-align: top;
  width: 100%;
  /* height: 100%; */
}
.img-wrap:after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0px;
  left: 0px;
  background-color: rgba(var(--primary-filter),.10);
}
.img-wrap.circle:after{
  border-radius: 50%;
}
.img-wrap img{
  vertical-align: top;
}
.card-image .img-wrap img{
  z-index: 1;
}
.card-image .img-wrap:after{
  z-index: 2;
}
.card-image .card-title{
  z-index: 3;
}
.card-image:after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0px;
  left: 0px;
  background-color: rgba(var(--primary-filter),.10);
  z-index: 2;
  border-radius: 10px;
}
.slider1 .slides .img-wrap:after,
.slider2 .slides .img-wrap:after,
.slider3 .slides .img-wrap:after,
.slider4 .slides .img-wrap:after{
  background-color: rgba(var(--primary-filter),.20);
}
.parallax.img-wrap:after{
  background-color: rgba(var(--primary-filter),.20);
}
.tabs-swipable .carousel-item:after{
  content: none;
}
.login-bg:after{
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0px;
  left: 0px;
  background-color: rgba(var(--primary-filter),.30);
  z-index: 2;
}
.img-wrap.round:after,
.img-wrap.round,
.img-wrap.round img{
  border-radius: 10px;
}

.img-wrap.round-top:after,
.img-wrap.round-top,
.img-wrap.round-top img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.img-wrap.round-bottom:after,
.img-wrap.round-bottom,
.img-wrap.round-bottom img{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* ========== _shadow.css ========== */
/* 2dp elevation modified*/
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
  -webkit-box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.14), 0 1px 27px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.14), 0 1px 27px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

/* 6dp elevation modified*/
.z-depth-2 {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

/* 12dp elevation modified*/
.z-depth-3 {
  -webkit-box-shadow: 0 8px 27px 2px rgba(0, 0, 0, 0.1), 0 3px 24px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 27px 2px rgba(0, 0, 0, 0.1), 0 3px 24px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
}

/* 16dp elevation */
.z-depth-4 {
  -webkit-box-shadow: 0 16px 34px 2px rgba(0, 0, 0, 0.1), 0 6px 40px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 16px 34px 2px rgba(0, 0, 0, 0.1), 0 6px 40px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -7px rgba(0, 0, 0, 0.1);
}

/* 24dp elevation */
.z-depth-5, .modal {
  -webkit-box-shadow: 0 24px 48px 3px rgba(0, 0, 0, 0.1), 0 9px 56px 8px rgba(0, 0, 0, 0.1), 0 11px 15px -7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 24px 48px 3px rgba(0, 0, 0, 0.1), 0 9px 56px 8px rgba(0, 0, 0, 0.1), 0 11px 15px -7px rgba(0, 0, 0, 0.1);
}

/* ========== _team.css ========== */
.team-member .name{
  padding: 5px 15px;
}
.team-member span{
  padding: 5px 15px;
  font-size: 90%;
}
.team-member .brief{
  padding: 5px 15px;
}
.team-member .social{
  padding: 15px 15px 0 15px;
}
.team-member .social a{
  display: inline-block;
  margin: 0 5px 0 0;
}
.team-member .social a i{
  margin: 0px;
    font-size: 18px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    color: #ffffff;
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}
.team-member .img-wrap:after,
.team-member .img-wrap img{
  border-radius: 10px 10px 0 0;  
}
.team-member  .social a i.mdi-facebook{
  background: #3b5998;
}
.team-member  .social a i.mdi-twitter{
  background: #1da1f2;
}
.team-member  .social a i.mdi-dribbble{
  background: #ea4c89;
}
.team-member  .social a i.mdi-google-plus{
  background: #ea4335;
}
.team-member  .social a i.mdi-linkedin{
  background: #007bb5;
}


/* ========== _charts.css ========== */
.chart-container{
  background: #ffffff;
  border-radius: 10px;
  width: 90%;
  margin-left: 5%;
  padding: 15px 0;
}
[data-site_mode="dark"] .chart-container{
	background-color: #37474F;
}

/* ========== _activity.css ========== */
.collection.activity .collection-item.avatar .img-wrap img{
  position: relative;
  top: 0px;
}
.collection.activity .collection-item .media{
  display: inline-block;
  padding: 0 25px 15px 75px;
}

.collection.activity .collection-item .media .actions a{
  margin: 15px 10px 5px 5px;
  display: inline-block;

}
.collection.activity .collection-item .media .actions a span{
  position: relative;
  top: -2px;
}
.collection.activity .collection-item .media .actions a i{
  font-size: 18px;
  color: var(--primary-color);
}
.collection.activity .collection-item .media textarea.materialize-textarea{
  min-height: 40px;
}
.collection.activity .collection-item .media .input-field{
  margin: 10px 0 10px 0;
}
.collection.activity .collection-item.avatar p{
  font-size: 100%;
  margin-top: 5px;
}

[data-site_mode="dark"] .activity .media .input-field.col, [data-site_mode="dark"] .activity .media .input-field {
  background-color: #455A64;
}

/* ========== _site-darkmode.css ========== */
/*----------------------------------------
  Site - Dark Mode
----------------------------------------*/
body[data-site_mode="dark"]  {
    color: #f5f5f5;
    background-color: #263238;
}
body[data-site_mode="dark"] .preloader-background{
  background-color: #263238;
}
[data-menu="dark"] .ui-mediabox .divider,
[data-site_mode="dark"] .container .divider {
    background-color: #455A64;
}
[data-site_mode="dark"] .subpages .collection-item a{
  color: #CFD8DC;
}
[data-site_mode="dark"] .collection.subpages .collection-item {
    border-bottom: 1px solid #37474F;
    background-color: transparent;
}
[data-site_mode="dark"] .collection.subpages .collection-item:hover {
    background: transparent;
}
[data-site_mode="dark"] .collection.subpages{
  border: 0px solid #455A64;
}


/* ========== Custom Styles (from style.css) ========== */
/*
body[data-header="dark"]  a>img[src="assets/images/logo-anaue-negativo.png"] {display:inline-block;}
body[data-header="dark"]  a>img[src="assets/images/logo-anaue.png"] {display:none;}
body[data-header="light"] a>img[src="assets/images/logo-anaue-negativo.png"] {display:none;}
body[data-header="light"] a>img[src="assets/images/logo-anaue.png"] {display:inline-block;}
*/
.footer-menu a.active[href="hospedagem.html"] > i {margin-left:14px}
#logo-container.brand-logo {display:contents!important;}
/*
nav.navigation.logo_on_fixed .brand-logo {display: initial!important;}
*/
a[data-target=""].nav-site-mode,
a[data-target="slide-nav"].show-on-large {background-color:var(--bg-page, #ecf1f5)}
body[data-footer_menu_style="dark"] a[data-target=""].nav-site-mode,
body[data-footer_menu_style="dark"] a[data-target="slide-nav"].show-on-large {background-color:transparent}
body[style="overflow: hidden;"] a[data-target=""].nav-site-mode {background-color:transparent}
@media only screen and (max-width: 992px) {
  nav .brand-logo { left: inherit!important;}
}
@media only screen and (min-width: 768px) {
	 nav a i.mdi-arrow-left,
	.footer-menu {display:none}
	[data-footer_menu="show"] .page-footer {margin-bottom:0}
	.instagram-app {display:none!important;}
	.instagram-web {display:inline-block!important;}
}
@media only screen and (max-width: 768px) {
	.instagram-app {display:inline-block!important;}
	.instagram-web {display:none!important;}
	.asw-widget {display:none!important;}
}

