@charset "UTF-8";
/* --------------------------------------------------------
Style Sheet for Zak PWA Mobile App
version: 1.0
author: themepassion
email: themepassion@jaybabani.com
----------------------------------------------------------
-------------------------------------
TABLE OF CONTENTS:
-------------------------------------
+ Import Font
+ General Layout
+ Typography
+ Page Title
+ Helper Classes
+ Preloader
+ UI - buttons
+ UI - badges & Waves
+ UI - Colors
+ UI - Toasts
+ UI - Modal
+ UI - Grid
+ UI - Icons
+ Form Select
+ Dropdowns
+ Mediabox
+ Date picker
+ Time picker
+ Feature Discovery
+ Carousel
+ Carousel Home Screen
+ Slider
+ Testimonials
+ Floating action buttons
+ Tooltip
+ Highlight
+ Breadcrumbs
+ Buttons
+ Badges
+ Blockquote
+ Pagination
+ Spineers / preloaders
+ Carousel Basic
+ Accordion
+ Waves
+ Modal
+ Page Top Bar
+ Page Top Bar - Left Align
+ Page Top Bar - App Based
+ Page Top Bar - Right Aligned
+ Page Top Bar - Dark Style
+ Page Top Bar - Colored Style
+ Navigation Menu
+ Navigation Menu - Centered 
+ Navigation Menu - Dark Style
+ Navigation Menu - Colored Style
+ Sub pages - Inner Menu Links
+ Footer
+ Footer - Light Style
+ Footer - Colored Style
+ Footer - Minimal
+ Navigation User Menu
+ Drop Down
+ Collection
+ Progress Bars
+ Back to top button
+ Cards
+ Tabs
+ Icon Boxes
+ Chips
+ Form Range Sliders
+ Switches
+ Form Elements
+ Checkboxes
+ Radio Buttons
+ Select
+ Settings
+ Parallax
+ Masonry
+ Cards Wrap
+ Chat
+ Calendar
+ Events
+ Mailbox / Messages
+ Profile Page
+ Timeline
+ Portfolio
+ Blogs
+ Blogs - Aligned
+ Blogs - Small Left Style
+ Blogs - Medium Left Style
+ Blogs - Small Right Style
+ Blogs - Medium Right Style
+ Blogs - Small Alternate Style
+ Blogs - Medium Alternate Style
+ Blogs - Non Image
+ Login Page
+ Welcome page
+ Error Pages 
+ Search Page 
+ Pricing Tables
+ Invoice
+ Notifications
+ Edit Profile
+ App Settings
+ Clients
+ Fixed Footer Menu
+ Fixed Footer Menu - Dark Style
+ Fixed Footer Menu - Colored Style
+ Perfect Scrollbar
+ Table
+ Contact us page
+ Fancybox
+ Image Filter Overlay
+ Site - Dark Mode
+ Site - Dark Mode - Calendar
+ Site - Dark Mode - Events
+ Site - Dark Mode - Collections
+ Site - Dark Mode - Chat
+ Site - Dark Mode - Edit Profile
+ Site - Dark Mode - UI
+ Site - Dark Mode - Cards
+ Site - Dark Mode - Table
+ Site - Dark Mode - Badge and collapsible
+ Site - Dark Mode - Dropdown
+ Site - Dark Mode - Tabs
+ Site - Dark Mode - Iconboxes
+ Site - Dark Mode - Pagination
+ Site - Dark Mode - Modal & Waves
+ Site - Dark Mode - Forms
+ Site - Dark Mode - Datepicker and Timepicker
+ Site - Dark Mode - Checkbox & Radio
+ Site - Dark Mode - Chips
+ Site - Dark Mode - Range & Select
+ Site - Dark Mode - Switches
+ Site - Dark Mode - Inputs
+ Site - Dark Mode - Timeline
+ Site - Dark Mode - Pricing Tables & Search
+ Site - Dark Mode - Blogs
+ Site - Dark Mode - Client
+ Site - Dark Mode - Calendar
+ Site - Dark Mode - Portfolio
+ Site - Dark Mode - UI Icons
----------------------------------------------------------
-------------------------------------
  Variables
-------------------------------------
  + Font: Roboto
  + Primary Color: var(--primary-color) / rgba(var(--primary-rgb), 1)
  + Accent Color: var(--accent-color) / rgba(var(--accent-rgb), 1)
  + Text Color: var(--dark-700)
  + Background Color: #f5f5f5
  + Dark Mode Background Color: var(--dark-900) / var(--dark-800) / var(--dark-700)
  + Dark Mode Text Color: #f5f5f5 / #CFD8DC
-------------------------------------*/
/*-------------------------------------
CSS da tenere
-------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
/*----------------------------------------
  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: #f5f5f5;
  color: var(--dark-700);
}

body,
body *,
p {
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
}

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;
  }
}
/*----------------------------------------
  Typography
------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
  line-height: 60px;
  margin: 2rem 0 1rem 0;
}

h2 {
  font-size: 30px;
  line-height: 49px;
  margin: 1.6rem 0 1rem 0;
}

h3 {
  font-size: 26px;
  line-height: 42px;
  margin: 1.6rem 0 0.8rem 0;
}

h4 {
  font-size: 22px;
  line-height: 36px;
  margin: 1.5rem 0 0.5rem 0;
}

h5 {
  font-size: 19px;
  line-height: 31px;
  margin: 1.2rem 0 0.5rem 0;
}

h6 {
  font-size: 16px;
  line-height: 29px;
  margin: 1rem 0 0.5rem 0;
}

strong {
  font-weight: 700;
}

a {
  /* color: var(--primary-color); */
  text-decoration: none;
}

.sec-tit:after {
  display: block;
  position: relative;
  content: " ";
  height: 2px;
  width: 20px;
  margin: 10px 0 0px 0;
  background: var(--primary-color);
}

.sec-tit.center:after {
  margin: 10px auto 0px auto;
}

.sec-tit.white-text:after {
  background: #ffffff;
  opacity: 0.8;
}

.secondary-content {
  color: #607d8b;
}

.dark-text {
  color: var(--dark-700);
}

.light {
  font-weight: 400;
}

label {
  color: var(--dark-600);
}

.transparent {
  background-color: transparent;
}

/*----------------------------------------
  Page Title
------------------------------------------*/
.pagetitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
}

.pagetitle::after {
  display: block;
  position: relative;
  content: " ";
  height: 2px;
  width: 30px;
  margin: 15px 0 0px 0;
  background: var(--primary-color);
}

.small {
  font-size: 14px;
  opacity: 0.8;
}

.text-upper {
  text-transform: uppercase;
}

.preloader-background {
  background-color: #f5f5f5;
}

/*----------------------------------------
  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: 15px;
  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;
}

.form_problem_tecnico {
  height: auto;
  padding: 10px;
  margin: 0;
}

.col.pad-0,
.pad-0 {
  padding: 0px;
}

.divider {
  background-color: #e0e0e0;
}

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);
}

.inventario_nome {
  margin: 0;
}

/*----------------------------------------
  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);
}

/*----------------------------------------
  classi status
------------------------------------------*/
/*
.blocco_APP{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.left_blocco_APP{
	flex: 70%;
	padding-right: 10px;
}
.right_blocco_APP{
	flex: 30%
}*/
.etichetta_bottone {
  text-align: center !important;
  justify-content: center;
  width: 120px !important;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.intervento_titolo_box {
  font-size: 14px !important;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.etichetta_bottone a {
  font-size: 12px;
  font-weight: 500;
  color: white !important;
  text-decoration: none !important;
}

.SCHEDULED {
  background-color: rgb(179, 239, 211);
  color: #333;
  border: solid 1px rgb(179, 239, 211);
}

.CONFIRMED {
  background-color: rgb(73, 131, 231);
  color: white;
  border: solid 1px rgb(73, 131, 231);
}

.ASSIGNED {
  background-color: rgb(73, 131, 231);
  color: white;
  border: solid 1px rgb(73, 131, 231);
}

.PENDING {
  background-color: rgb(251, 233, 131);
  color: #333;
  border: solid 1px rgb(251, 233, 131);
}

.ONHOLD {
  background-color: rgb(255, 173, 70);
  color: white;
  border: solid 1px rgb(255, 173, 70);
}

.SUCCESS {
  background-color: rgb(22, 167, 101);
  color: white;
  border: solid 1px rgb(22, 167, 101);
}

.INPROGRESS {
  background-color: rgb(231, 231, 231);
  /*color: #333;
  border: solid 1px #333;*/
}

.INPROGRESS a {
  color: #333 !important;
}

.CANCELED {
  background-color: rgb(251, 76, 47);
  color: white;
  border: solid 1px rgb(251, 76, 47);
}

.FAILED {
  background-color: rgb(255, 117, 55);
  color: white;
  border: solid 1px rgb(255, 117, 55);
}

/*----------------------------------------
  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);
}

/*----------------------------------------
  App Settings
----------------------------------------*/
.setting-box {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px 2px 10px 2px;
}

.setting-box i {
  font-size: 30px;
  margin: 0 0 10px 0;
  line-height: 30px;
  display: inline-block;
  box-shadow: none;
}

.setting-box h6 {
  margin: 0px;
  color: #444;
  font-size: 14px;
}

/*----------------------------------------
  App Settings
------------------------------------------*/
.appsettings .mdi:before {
  content: "\f131" !important;
}

.appsettings.active .mdi:before {
  content: "\f855" !important;
}

.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: 30%;
  float: left;
  margin-bottom: 10px;
  margin-left: 2%;
}

.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: 5px 0 3px 0px;
  font-size: 21px;
}

.sidesettings .lvl1.theme a .title {
  display: block;
  line-height: 22px;
  margin-bottom: 8px;
}

:root {
  --primary-color: #039be5 /*deep-purple*/;
  --primary-rgb: 149, 117, 205 /*deep-purple*/;
  --primary-filter: 24,13,42 /*deep-purple*/;
  --accent-color: #039be5 /*cyan*/;
  --accent-rgb: 38, 198, 218 /*cyan*/;
}

.total-box-product {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.left-box-product {
  flex: 1;
  text-align: left;
  text-transform: capitalize;
}

.right-box-product {
  flex: 1;
  text-align: right;
}

.body_footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center !important;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 8000;
}

.footer-menu {
  width: 100%;
  height: 70px;
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -11px 0 0 #f5f5f5;
}

.footer-menu ul {
  display: flex;
  width: 350px;
}

.footer-menu ul li {
  position: relative;
  list-style: none;
  width: 70px;
  height: 70px;
  z-index: 21;
}

.footer-menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.footer-menu ul li i {
  font-size: 1.5em;
}

.footer-menu ul li a .icon-footer {
  position: relative;
  display: block;
  line-height: 75px;
  text-align: center;
  transition: 0.5s;
  color: #444444;
}

.footer-menu ul li.active a .icon-footer {
  transform: translateY(-32px);
  /* transform: translateX(-8px) translateY(-33px); */
  color: #f5f5f5; /* icona interna  */
}

.text-footer {
  position: absolute;
  color: #444444;
  font-weight: 400;
  font-size: 0.75em;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(20px);
}

.footer-menu ul li.active a .text-footer {
  opacity: 1;
  transform: translateY(10px);
}

.indicator_footer {
  position: absolute;
  top: -50%;
  width: 70px;
  height: 70px;
  background: #4070F4;
  border-radius: 50%;
  border: 6px solid #f5f5f5; /* contorno pallino blu  */
  transition: 0.5s;
}

.indicator_footer::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  left: -22px;
  height: 20px;
  background: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0px -10px 0 0 #f5f5f5; /* icona interna  */
}

.footer-menu ul li:nth-child(1).active~.indicator_footer {
  transform: translateX(calc(70px * 0));
  /*transform: translateX(calc(70px * 0)); old*/
}

.footer-menu ul li:nth-child(2).active~.indicator_footer {
  transform: translateX(calc(70px * 1));
}

.footer-menu ul li:nth-child(3).active~.indicator_footer {
  transform: translateX(calc(70px * 2));
}

.footer-menu ul li:nth-child(4).active~.indicator_footer {
  transform: translateX(calc(70px * 3));
}

.footer-menu ul li:nth-child(5).active~.indicator_footer {
  transform: translateX(calc(70px * 4));
}
/*----------------------------------------
OLD 
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);
}
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: 25%;
  display: inline-block;
  height: 100%;
  text-align: center;
}
.footer-menu li a{
  display: inline-block;
  color: var(--dark-600);
}
.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 li a.active span{
  color: var(--primary-color);
  display: none;
}
.footer-menu 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);
}

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


  Fixed Footer Menu - Dark Style

[data-footer_menu_style="dark"] .footer-menu{
  background-color: var(--dark-800);
}
[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 li a{
  color: #eeeeee;
}
[data-footer_menu_style="colored"] .footer-menu li a.active i{
  background-color: #f5f5f5;
  color: var(--primary-color);
}

[data-footer_menu="hide"] .page-footer{
  padding-bottom: 0px;
}
------------------------------------------*/
.flash {
  display: none; /* Il messaggio sarà nascosto di default */
  padding: 10px 20px;
  background-color: rgba(76, 175, 80, 0.9); /* Un colore verde chiaro con un leggero livello di trasparenza */
  color: white; /* Colore del testo bianco */
  border-radius: 5px; /* Angoli arrotondati */
  position: fixed; /* Posizione fissa per visualizzarlo sopra agli altri elementi */
  top: 20px; /* 20 pixel dalla parte superiore della finestra */
  left: 50%; /* Centrato orizzontalmente */
  transform: translateX(-50%); /* Centrato orizzontalmente */
  z-index: 1000; /* Ha un alto indice z per sovrapporsi ad altri elementi */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Una leggera ombra per il rilievo */
  font-size: 16px; /* Dimensione del carattere */
  text-align: center; /* Testo centrato */
}

.error-message {
  display: none; /* Il messaggio sarà nascosto di default */
  padding: 10px 20px;
  background-color: rgba(246, 67, 64, 0.9); /* Un colore verde chiaro con un leggero livello di trasparenza */
  color: white; /* Colore del testo bianco */
  border-radius: 5px; /* Angoli arrotondati */
  position: fixed; /* Posizione fissa per visualizzarlo sopra agli altri elementi */
  top: 20px; /* 20 pixel dalla parte superiore della finestra */
  left: 50%; /* Centrato orizzontalmente */
  transform: translateX(-50%); /* Centrato orizzontalmente */
  z-index: 1000; /* Ha un alto indice z per sovrapporsi ad altri elementi */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Una leggera ombra per il rilievo */
  font-size: 16px; /* Dimensione del carattere */
  text-align: center; /* Testo centrato */
}

/*----------------------------------------
  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 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.btn-large {
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #4070F4;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
}

.btn-large i {
  font-size: 1.4rem;
}

.btn-large i.left {
  margin-right: 7px;
  margin-left: 0px;
}

.btn {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0px 12px;
}

.btn-large i.right {
  margin-right: 0px;
  margin-left: 7px;
}

.btn-small {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0px 10px;
}

.btn-small i {
  font-size: 0.9rem;
}

.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;
}

/*----------------------------------------
  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: var(--dark-700) !important;
  color: #90A4AE !important;
}

[data-site_mode=dark] .btn-flat {
  color: #CFD8DC;
}

[data-site_mode=dark] .ui-colors .col {
  border-bottom: 1px solid var(--dark-700);
}

[data-site_mode=dark] .ui-colors .col div {
  border-right: 1px solid var(--dark-700) !important;
}

/*----------------------------------------
  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;
}

.banner_appunt {
  background-color: #4070F4;
  border-radius: 0 0 30px 30px;
  padding: 0.5rem;
  margin-bottom: 10px;
}

.text-appuntamentoHome {
  display: grid;
  margin: 0.3rem;
}

.text-appuntamentoHome span {
  font-size: 16px;
}

.bottone-appuntamento {
  position: absolute;
  z-index: 30;
  top: 20px;
  color: #4070F4;
  background-color: #fff;
  left: 10px;
}

.btn_upload_photo {
  background-color: #4070f4;
}

.btn_upload_photo label {
  color: white;
}

#are_you_sure_content {
  height: 80vh;
  display: flex;
  justify-content: center; /* Allineamento orizzontale al centro */
  align-items: center; /* Allineamento verticale al centro */
  text-align: center;
}

#ending_intervento i {
  box-shadow: none;
}

.contatore_ending_appointment {
  display: flex;
}

.grid_ending_appointement {
  flex: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}

.grid_containe_ending {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid_containe_ending_appointement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.grid_item_ending_appointement {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.grid_item_ending_appointement img {
  width: 80px;
  height: auto;
  margin-top: 10px;
}

.img_upload_appointment {
  width: 50px;
  height: auto;
  /* float: right; */
}

/*----------------------------------------
  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: var(--dark-700);
  padding: 15px 20px 15px 20px;
  display: inline-block;
  width: 100%;
}

.collection.notifications .collection-item.avatar .secondary-content {
  position: absolute;
  top: 60px;
  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;
  font-weight: 600;
  margin: 5px 5px 5px 0;
  background-color: rgb(251, 76, 47);
}

/*----------------------------------------
  Chat
------------------------------------------*/
.chat-area {
  margin: 0px;
}

.chat-area li {
  display: block;
  position: relative;
  margin: 0 0 50px 0;
}

.chat-area li.leftside {
  padding-left: 25px;
}

.chat-area .leftside .msg-area {
  border-radius: 2px;
  background: #ffffff;
  min-height: 60px;
  padding: 15px 15px 15px 30px;
}

.chat-area li.rightside {
  padding-right: 25px;
}

.chat-area .rightside .msg-area {
  border-radius: 2px;
  background: #ffffff;
  min-height: 60px;
  padding: 15px 30px 15px 15px;
}

.chat-area li.rightside .userpic {
  left: auto;
  right: 0px;
}

.chat-area .userpic {
  position: absolute;
  background: #ccc;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  left: 0px;
  margin-top: 0px;
  top: 9px;
}

.chat-area .msg {
  margin: 0px;
}

.chat-area .leftside .time {
  font-size: 80%;
  margin-top: 5px;
  float: left;
  opacity: 0.8;
}

.chat-area .rightside .time {
  font-size: 90%;
  margin-top: 5px;
  right: 0px;
  left: auto;
  float: right;
}

.chat-area .ui-mediabox {
  margin: 15px -0.75rem 0px -0.75rem;
}

/*Chat message type box*/
.chat-message-area {
  position: fixed;
  z-index: 998;
  bottom: 75px;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

.chat-message-area .input-field .prefix ~ textarea {
  min-height: 40px;
  padding-left: 20px;
}

.chat-message-area .input-field .prefix ~ label {
  margin-left: 5px !important;
}

.chat-message-area .input-field .prefix {
  left: auto;
  right: 5px;
  cursor: pointer;
  bottom: 13px;
  height: 30px;
  top: auto;
  width: 30px;
  line-height: 30px;
  opacity: 0.7;
}

/*----------------------------------------
  Site - Dark Mode - Chat
----------------------------------------
[data-site_mode="dark"] .chat-area .msg-area{
  background-color: var(--dark-800);
}

[data-site_mode="dark"] .setting-box {
  background-color: var(--dark-800);
}
[data-site_mode="dark"] .setting-box {
  background-color: var(--dark-800);
}
[data-site_mode="dark"] .setting-box h6 {
    color: #CFD8DC;
}
----------------------------------------*/
/*----------------------------------------
  Calendar
------------------------------------------*/
.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: 700;
  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;
}

.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%;
}

.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: 14.2857142857%;
  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.75em;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  font-weight: bold;
}

.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: 0.5em;
  text-align: center;
  border-radius: 50%;
  position: absolute;
}

/*----------------------------------------
  Site - Dark Mode - Calendar
----------------------------------------*/
[data-site_mode=dark] .calwrap #calendar #days .day:hover,
[data-site_mode=dark] .calwrap #calendar #days .day.today {
  background-color: var(--dark-700);
}

/*----------------------------------------
  Site - Dark Mode - Calendar
----------------------------------------*/
[data-site_mode=dark] .calwrap #calendar #days .day:hover {
  background-color: var(--dark-700);
}

/*----------------------------------------
  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: var(--dark-700);
  padding: 15px 20px 15px 75px;
  display: inline-block;
  width: 100%;
}

.collection.mailbox .collection-item.avatar .secondary-content {
  position: absolute;
  top: 40px;
  margin-top: 0px;
  right: 15px;
}

.collection.mailbox .time {
  position: absolute;
  top: 0%;
  margin-top: 15px;
  right: 20px;
  font-size: 80%;
  opacity: 0.8;
}

.collection.mailbox .mail-reply {
  position: relative;
  padding: 20px;
  vertical-align: top;
  margin-bottom: 0px;
}

.collection.mailbox .mail-reply label {
  left: 20px;
}

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

.mailview .title {
  margin-bottom: 10px;
}

/*----------------------------------------
  Profile Page
------------------------------------------*/
.ui-profile {
  position: relative;
  vertical-align: top;
}

.ui-profile .primg img {
  width: 100%;
  z-index: 2;
}

.ui-profile .prinfo {
  position: relative;
  width: 90%;
  border-radius: 4px;
  padding: 15px;
  margin: 0 5% 0 5%;
  display: inline-block;
  z-index: 4;
}

.ui-profile .prinfo .count {
  float: left;
  width: 33%;
  text-align: center;
  display: inline-block;
}

.ui-profile .prinfo .num, .ui-profile .prinfo .tit {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.ui-profile .prname {
  position: relative;
  margin: -170px 10% 70px 10%;
  z-index: 3;
}

.ui-profile .prname .name {
  margin-bottom: 5px;
}

.ui-profile .carousel-basic {
  height: 200px;
}

.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;
}

.image-profile {
  width: 100px !important;
  height: 100px !important;
}

.bot-user {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*----------------------------------------
  Timeline
------------------------------------------*/
.timeline {
  position: relative;
  display: inline-block;
  width: 100%;
}

.timeline .verline {
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #eeeeee;
  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: #eee;
}

.timeline .event .date:before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 5px;
  right: -50%;
  top: 50%;
  margin-top: 4px;
  background-color: #eee;
}

.timeline .event .card-panel {
  width: 74%;
  position: relative;
  margin-left: 24%;
  float: left;
}

.timeline .event h4 {
  margin-bottom: 0px;
}

/*----------------------------------------
  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: var(--dark-700);
}
----------------------------------------*/
#jobcard {
  border-radius: 20px;
}

.tex-boxjob {
  font-size: 16px;
}

.bottonejob {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
}

#schedaHome {
  background-color: #4070F4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 0 0 50px 50px;
  text-align: center;
}

.orajob {
  margin-top: 0;
  padding-bottom: 15px;
}

.AppointmentDate {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.8px;
}

.activeday {
  background-color: #fff;
}

.activeday a {
  color: #4070F4 !important;
}

.boxschedahome {
  display: flex;
  position: relative;
  list-style: none;
  justify-content: center;
}

.dayjob {
  border-radius: 10px;
  border: 2px solid #fff;
  width: 100px;
  padding: 10px;
  margin: 10px;
}

.dayjob a {
  color: #fff;
}

/*----------------------------------------
  Login Page
------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.body_login {
  overflow: hidden;
}

.container_login {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7rem;
  padding: 0 2rem;
  overflow: hidden;
}

.img_login {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.login-content_login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.img_login img {
  width: 500px;
}

.form_login {
  width: 360px;
  border: none;
}

.login-content_login img {
  height: 100px;
}

.login-content_login h2 {
  margin: 15px 0;
  color: #333;
  text-transform: uppercase;
  font-size: 2.9rem;
}

.login-content_login .input-div_login {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 25px 0;
  padding: 25px 0;
  border-bottom: 2px solid #d9d9d9;
}

.login-content_login .input-div_login.one {
  margin-top: 0;
}

.i_login {
  color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i_login i {
  transition: 0.3s;
}

.input-div_login > div {
  position: relative;
  height: 45px;
}

.input-div_login > div > h5 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  transition: 0.3s;
}

.input-div_login:before, .input-div_login:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #4070f4;
  transition: 0.4s;
}

.input_login {
  margin: 10px 0 8px 0 !important;
}

.input-div_login:before {
  right: 50%;
}

.input-div_login:after {
  left: 50%;
}

.input-div_login.focus:before, .input-div_login.focus:after {
  width: 50%;
}

.input-div_login.focus > div > h5 {
  top: -20px;
  font-size: 15px;
}

.input-div_login.focus > .i > i {
  color: #4070f4;
}

.input-div_login > div > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0.5rem 0.7rem;
  font-size: 1.2rem;
  color: #555;
}

.input-div_login.pass_login {
  margin-bottom: 4px;
}

.login-content_login a {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #999;
  font-size: 0.9rem;
  transition: 0.3s;
}

.login-content_login a:hover {
  color: #4070f4;
}

.btn_login {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  outline: none;
  border: none;
  background-color: #4070f4;
  background-size: 200%;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  margin: 50px 0;
  cursor: pointer;
  transition: 0.5s;
}

.btn_login:hover {
  background-position: right;
}

@media screen and (max-width: 1050px) {
  .container_login {
    grid-gap: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .form_login {
    width: 290px;
  }
  .login-content_login h2 {
    font-size: 2.4rem;
    margin: 8px 0;
  }
  .img_login img {
    width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .container_login {
    grid-template-columns: 1fr;
  }
  .img_login {
    display: none;
  }
  .wave {
    display: none;
  }
  .login-content_login {
    justify-content: center;
  }
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  border: none !important;
  box-shadow: none !important;
}

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: none !important;
  box-shadow: none !important;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  border: none !important;
  box-shadow: none !important;
}

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: none !important;
  box-shadow: none !important;
}

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: none !important;
  box-shadow: none !important;
}

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

/*----------------------------------------
  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: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  padding: 4px;
  cursor: pointer;
}

.editprof-img i {
  position: absolute;
  right: 15px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
}

/*----------------------------------------
  Site - Dark Mode - Edit Profile
----------------------------------------*/
[data-site_mode=dark] .editprof-img i {
  background-color: var(--dark-800);
}

[data-site_mode=dark] .editprof-img img {
  border: 1px solid var(--dark-700);
}

/*----------------------------------------
  Blogs
------------------------------------------*/
.blogs .tags {
  margin-left: 10px;
}

.blogs .tags a {
  color: var(--dark-700);
}

.blogs .title {
  color: var(--dark-700);
}

.row.ui-mediabox.blogs.fullwidth {
  margin: 0px;
  padding: 0px;
}

.blog-info {
  display: inline-block;
  width: 100%;
}

.row.ui-mediabox.blogs.fullwidth .blog-info {
  padding: 0 24px;
}

.row.ui-mediabox.blogs-masonry .col.s6,
.row.ui-mediabox.portfolio-masonry .col.s6 {
  width: 49.99%;
}

/*----------------------------------------
  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;
}

/*----------------------------------------
  Blogs - Small Left Style
------------------------------------------*/
.row.ui-mediabox.blogs.small-left .blog-img-wrap {
  display: inline-block;
  width: 35%;
  float: left;
  padding-right: 15px;
}

.row.ui-mediabox.blogs.small-left .blog-info {
  width: 65%;
  float: left;
  box-shadow: none;
}

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

.row.ui-mediabox.blogs.medium-left .blog-info {
  width: 55%;
  float: left;
}

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

.row.ui-mediabox.blogs.small-right .blog-info {
  width: 65%;
  float: right;
}

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

.row.ui-mediabox.blogs.medium-right .blog-info {
  width: 55%;
  float: right;
}

/*----------------------------------------
  Blogs - Small Alternate Style
------------------------------------------*/
.row.ui-mediabox.blogs.small-alternate .blog-img-wrap {
  display: inline-block;
  width: 35%;
  float: left;
  padding-right: 15px;
}

.row.ui-mediabox.blogs.small-alternate .blog-info {
  width: 65%;
  float: left;
}

.row.ui-mediabox.blogs.small-alternate .col:nth-child(even) .blog-img-wrap {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
}

.row.ui-mediabox.blogs.small-alternate .col:nth-child(even) .blog-info {
  float: right;
}

/*----------------------------------------
  Blogs - Medium Alternate Style
------------------------------------------*/
.row.ui-mediabox.blogs.medium-alternate .blog-img-wrap {
  display: inline-block;
  width: 45%;
  float: left;
  padding-right: 15px;
}

.row.ui-mediabox.blogs.medium-alternate .blog-info {
  width: 55%;
  float: left;
}

.row.ui-mediabox.blogs.medium-alternate .col:nth-child(even) .blog-img-wrap {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
}

.row.ui-mediabox.blogs.medium-alternate .col:nth-child(even) .blog-info {
  float: right;
}

/*----------------------------------------
  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: 90%;
}

/*----------------------------------------
  Site - Dark Mode - Blogs
----------------------------------------
[data-site_mode="dark"] .blogs .title{
  color: #f5f5f5;
}
[data-site_mode="dark"] .blogs .tags a{
  color: #f5f5f5;
}
[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: var(--dark-700);  
}
----------------------------------------*/
/*----------------------------------------
  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: #FF8A65;
}

.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: var(--dark-700);
}

[data-site_mode=dark] .switch label .lever:after {
  background-color: #B0BEC5;
}

[data-site_mode=dark] .switch input[type=checkbox][disabled] + .lever {
  background-color: var(--dark-800);
}

[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: var(--dark-700);
}

/*----------------------------------------
  Progress Bars
------------------------------------------*/
.progress-md {
  height: 8px;
}

.progress-large {
  height: .7rem;
}

.progress {
  background-color: rgba(var(--primary-rgb), 0.4);
}

.progress .determinate {
  background-color: var(--primary-color);
}

.progress .indeterminate {
  background-color: var(--primary-color);
}

/*----------------------------------------
  Collection
------------------------------------------*/
.content_collection-item {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1%;
}

.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);
}

.collection .collection-item {
  padding: 15px;
  font-weight: 500;
}

.collection a.collection-item {
  color: var(--dark-700);
}

.collection-item .title {
  font-weight: 700;
  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;
}

.collection.contacts .collection-item {
  padding: 0px 0px;
}

.collection .collection-item.avatar .secondary-content a i {
  font-size: 20px;
  margin: 0 3px;
  line-height: 20px;
  color: var(--dark-700);
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 34px;
  right: 15px;
}

.collection .collection-item .chatlink {
  color: var(--dark-700);
  display: inline-block;
  width: 100%;
  padding: 20px 75px 20px 75px;
}

.collection.contacts .collection-item.avatar :not(.circle-clipper) > .circle {
  left: 20px;
}

/*----------------------------------------
  Site - Dark Mode - Collections
----------------------------------------
[data-site_mode="dark"] .collection{
  border: 1px solid var(--dark-700);
}
[data-site_mode="dark"] .collection .collection-item{
  background-color: var(--dark-800);
}
[data-site_mode="dark"] .collection .collection-item .maillink{
    color: #CFD8DC;
}
[data-site_mode="dark"] .collection .collection-item {
    border-bottom: 1px solid var(--dark-700);
}
[data-site_mode="dark"] .collection .collection-item.avatar .secondary-content a i{
    color: #CFD8DC;
}
[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: var(--dark-800);
    border-bottom: 1px solid var(--dark-700);
}
[data-site_mode="dark"] .secondary-content{
  color: #eeeeee;  
}
----------------------------------------*/
/*----------------------------------------
  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), 0.25);
}

.carousel-item:after {
  background-color: rgba(var(--primary-filter), 0.3);
}

.home_carousel .carousel-item:after {
  background-color: rgba(var(--primary-filter), 0.2);
}

.profile-carousel .carousel-item:after {
  background-color: rgba(var(--primary-filter), 0.15);
}

.fullscreencarousel .carousel-item:after {
  background-color: rgba(var(--primary-filter), 0.3);
}

.carousel-content .carousel-item:after,
.carousel-fullwidth .carousel-item:after,
.carousel-small .carousel-item:after {
  background-color: rgba(var(--primary-filter), 0.1);
}

.primg:after {
  background-color: rgba(var(--primary-filter), 0.1);
}

.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%;
}

.blog-img-wrap img {
  /*vertical-align: top;*/
  margin-top: 20px;
  box-shadow: none;
  border-radius: 20px;
}

.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), 0.1);
  z-index: 2;
}

.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), 0.2);
}

.parallax.img-wrap:after {
  background-color: rgba(var(--primary-filter), 0.2);
}

.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), 0.3);
  z-index: 2;
}

/*----------------------------------------
  Inventario
----------------------------------------*/
section.inventario .blog-info p {
  font-size: 1rem;
  line-height: 1.5rem;
}
section.inventario .blog-img-wrap {
  padding-top: 1rem;
}

/*# sourceMappingURL=style.css.map */