
#carouselServiziErogatiMob {
  display: none;
}

#carouselServiziErogatiDesk {
  display: block;
}

#panel-mobile {
  padding: 0px 15px 15px 15px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  /*border: 1px solid rgba(0,0,0,0.2);*/
  background-clip: padding-box;
  border: 1px solid #007c33 !important;
  border-radius: 0px !important;
}

.leaflet-bar a, .leaflet-bar a:hover {
  border-radius: 0px !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0px 0px 0px 2px #007c33 !important
}

.leaflet-popup-content-wrapper {
  border-radius: 0px !important;
}

.descrizione_servizio {
  font-size: 14px;
  color: #9e9e9e;
  margin-top: 10px;
  padding: 0px 28px;
  text-align: center;
  line-height: 19px;
  font-style: italic;
}

.btn_prenotazione {
  position: fixed;
  top: 214px;
  z-index: 1000;
  width: 100%;
  display: flex;
  left: 0px;
}

.btn-text-prenotazione {
  font-size: 15px !important;
}


.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-icon .glyphicon {
  margin: 0 auto;
}

.btn_prenotazione .btn-text {
  width: 100%;
  font-size: 13px !important;
  color: #fff !important;
}

.btn-success {
  border-color: #259d6d !important;
  color: #fff !important;
}

.btn-success:hover {
  border-color: #1f845a !important;
}


#hulcontainer {
  overflow-y: hidden;
  overflow-x: scroll;
  height: 260px;
  width: 400px;
  background: #f5f8fa;
  padding: 2em;
}

ul.hul {
  list-style-type: none;
  /*width:3000px;	*/
}

ul.hul li {
  display: block;
  float: left;
  margin: auto 2em;
  padding: 2em;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 2px 2px #aaa;
  box-sizing: border-box;
  height: 200px;
  width: 200px;
  list-style: none;
  border-radius: 0.5em;
  text-align: center;
}

.hul .title {
  font-size: 1.2em;
  font-weight: bold;
}

.hul li a, .hul li a:visited {
  color: white !important
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #007836;
}

input:focus+.slider {
  box-shadow: 0 0 1px #007836;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

/* .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 10px; }
.toggle.ios .toggle-handle { border-radius: 50%; } */

input[type="file"].loadjson {
  display: inline;
  width: auto;
  min-width: 40%;
}

button.clusteringbtn {
  float: right;
  color: black;
  background-color: lightgray;
  border-radius: 5px;
  border: none;
  margin: 8px;
  font-family: sans-serif;
}

.carousel-indicators {
  bottom: 5px;
}

.carousel-indicators li {
  cursor: default;
}


a.banner {
  padding: 0 5px;
}

.loading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  height: 100%;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000 !important;
  width: 100%;
}

.apptitle {
  font-weight: 500;
  text-transform: none;
  padding: 2px 0.3em;
  display: inline;
  font-size: 1.5em;
  line-height: 42px;
}

p.credits {
  color: darkgray;
}

.lead .claim {
  font-size: 80%;
  font-weight: 400;
  color: #007836;
}

#map {
  width: auto;
  height: calc(100vh - 51px);
  margin-top: 51px;
  max-height: 100vh;
  border: 1px solid #ccc;
}

body {
  padding: 0;
  margin: 0;
}

.ffl-header {
  background-color: #007836;
  color: #fff;
}

html, body, .container-fluid.wrapper

/*, #map*/
  {
  height: 100%;
  width: 100vw;
}

.container-fluid.wrapper {
  display: table;
  width: 100%;
  margin-top: -50px;
  padding: 50px 0 0 0;
  /*set left/right padding according to needs*/
  box-sizing: border-box;
  max-height: 100vh;
  position: relative;
}

.row.table-row {
  display: table-row;
}

.row .no-float {
  display: table-cell;
  float: none;
}

.halfheight {
  height: 30vh;
  max-height: 30vh;
  overflow-y: scroll;
}

.fullheight {
  height: 100%;
  max-height: 100vh;
}

#progress {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 400px;
  top: 300px;
  width: 200px;
  height: 20px;
  margin-top: -20px;
  margin-left: -100px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 2px;
}

#progress-bar {
  width: 0;
  height: 100%;
  background-color: #76A6FC;
  border-radius: 4px;
}

.leaflet-popup-content dt {
  font-weight: bold;
  width: 250px;
  font-size: 1.2em;
  /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.leaflet-popup-content dt:hover {
  white-space: unset;
}

.leaflet-popup-content dd hr {
  margin: 8px auto;
}

.leaflet-control-geocoder {
  clear: none;
  width: 250px;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  padding: 4px 0 0 4px;
  width: 200px;
}

.leaflet-control-geocoder-alternatives {
  width: 246px !important;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form input {
  width: 200px;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  float: right;
}


.leaflet-routing-container-hide .leaflet-routing-collapse-btn {
  background-image: url(/img/directions_icon.png);
  background-size: 100%;
  left: 2px;
  top: -3px;
  width: 26px;
  height: 26px;
}


.leaflet-control-locate a .locate-icon {
  font-size: 1.4em;
  line-height: 1.8em;
  color: #444;
  cursor: pointer;
}

.leaflet-control-locate.active a .locate-icon {
  color: #2074B6;
}

dl.aperta dt {
  color: #007836;
  display: flex;
}

dt img {
  margin-right: 4px;
  float: left !important;
}

dl.chiusa dt {
  color: #ff9e29;
}

dd.gray {
  color: #555;
}

.panel-title {
  margin-bottom: 10px;
  font-weight: bold;
}

#farmacia-selezionata-mob .panel-text {
  margin-bottom: 5px;
}

.text-cri, .fa-cri {
  color: #cd352f !important;
}
.text-cri, .fa-cri{
    color: #cd352f !important;
}

dl a.btn-orari-settimanali {
  color: #3097d1;
  background: none;
  text-decoration: underline;
}

a.chiusa, p.chiusa, span.chiusa {
  color: #ff9e29;
}

/*.badge-aperta {
  background-color: #007836;
}*/
.banner_farmacia.badge-aperta {
  background-color: #007836;
  color: #fff;
  text-transform: capitalize !important;
  margin-bottom: 10px;
  padding: 6px 20px;
}

.banner_farmacia.badge-aperta.diturno {
  background-color: #3fa53f;
}


.banner_farmacia.badge-chiusa {
  background-color: #ff9e29;
  color: #fff;
  text-transform: capitalize !important;
  margin-bottom: 10px;
  padding: 6px 20px;
}

.banner_farmacia.badge-diturno {
  background-color: gray;
  height: 18px;
  text-transform: capitalize !important;
  margin-bottom: 10px;
  padding: 6px 20px;
  
}

.btn.faq {
  /*background-color: rgb(221, 221, 221);*/
  color: #fff !important;
  background-color: #007836 !important;
  border-color: #007836 !important;
}

.btn.faq:hover {
  /*background-color: rgb(221, 221, 221);*/
  color: #fff !important;
  background-color: #004c22 !important;
  border-color: #004c22 !important;
}

.btn.more {
  /*background-color: rgb(221, 221, 221);*/
  color: #fff !important;
  background-color: #007836 !important;
  border-color: #007836 !important;
}

.btn.more:hover {
  /*background-color: rgb(221, 221, 221);*/
  color: #fff !important;
  background-color: #004c22 !important;
  border-color: #004c22 !important;
}
.btn.faq {
    background-color:rgb(221, 221, 221);
}
.btn.more:before {
  font-family: "Font Awesome 5 Free";
  content: "\F077";
  float: right;
  margin-left: 15px;
  font-style: normal;
  font-weight: 900;
}

h5.sidebar_title {
  line-height: 22px;
}

/* Icon when the collapsible content is hidden */
.btn.more.collapsed:before {
  font-family: "Font Awesome 5 Free";
  content: "\F078";
  font-style: normal;
  font-weight: 900;
}

.input-group-addon.clock {
  cursor: pointer;
}

#carouselOrariAltMob {
  min-height: 150px;
}

.carousel-control {
  background: none !important;
  color: #000;
}

.carousel-control i {
  margin-top: 40%;
}

.nav li a.carousel-control {
  border: none;
}

.nav li a.close-carousel {
  border: none;
  text-decoration: none;
}

.carousel-control:hover, .carousel-control:focus {
  color: #007836;
}

.carousel-indicators li {
  background-color: #333;
}

.carousel-indicators li.active {
  background-color: #007836;
}

#carouselOrari, #carouselOrariAlt {
  height: 150px;
}


#carouselOrari .item.requested h4.text-success,
#carouselOrariAlt .item.requested h4.text-success {
  font-weight: bold;
}

#orariModal-title {
  font-weight: bold
}

a.close-carousel {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

#close-sidebar {
  margin: 10px;
  cursor: pointer;
  font-size: 1.8em
}

.datepicker {
  margin-top: -43px;
}

.swalphone {
  font-size: 3em;
}

.swalphone i {
  cursor: pointer;
}

.copytooltip,
.stooltip {
  position: relative;
  display: inline-block;
}

.copytooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: initial;
}

.stooltip .tooltiptext {
  visibility: hidden;
  /* width: 140px; */
  background-color: #555;
  color: #fff;
  /* text-align: center; */
  border-radius: 6px;
  padding: 1em;
  position: absolute;
  z-index: 1;
  top: 75%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: initial;
}

.stooltip.info {
  cursor: help;
  width: 100%;
}

.stooltip .tooltiptext a, .stooltip .tooltiptext a:visited { 
  color: #fff;
  text-decoration: none !important;
}

.stooltip .tooltiptext.fromtop {
  bottom: auto;
  top: 100%;
}

.stooltip .tooltiptext {
  width: fit-content;
  font-size: small;
}

.copytooltip .tooltiptext::after,
.stootip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.copytooltip:hover .tooltiptext,
.stooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.checkbox .custom-label, .checkbox .custom-label .stooltip  {
  width: 100%;
}

#mobileSelected {
  position: fixed;
  z-index: 500;
  bottom: 0;
  width: 100%;
  padding: 10px;
  height: auto;
  display: none;
  margin-bottom: 35px;
}

#panel-mobile {
  display: none;
}

#farmacia-button {
  display: none;
  color: #2579a9;
  text-align: right;
  height: 30px;
  width: 30px;
  float: right;
}

#farmacia-button>i {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

#farmacia-button>.fa-angle-down {
  background-color: transparent;
}

#farmacia-button>.fa-angle-up {
  background-color: white;
}

#hide-mobile {
  display: block;
}

#mobileSelected {
  display: none;
}

@media screen and (max-width: 768px) {

  .descrizione_servizio {
    font-size: 13px;
    color: #9e9e9e;
    margin-top: 10px;
    padding: 0px 20px;
    text-align: center;
    line-height: 18px;
    font-style: italic;
  }
  
  .btn_prenotazione {
    position: fixed;
    top: 178px;
    z-index: 1000;
    width: 100%;
    display: block; 
    text-align: center;
    left: 0px;
  }

  #hide-mobile {
    display: none;
  }

  .leaflet-popup {
    display: none;
  }

  #mobileSelectede {
    display: block;
  }

  .swal2-container {
    padding-bottom: 45vh;
  }

  #mobileSelected #farmacia-button {
    display: block;
  }

  .fa.fa-angle-down {
    display: block;
  }

  .fa.fa-angle-up {
    display: none;
  }

  .fa.fa-angle-up.shown {
    display: block;
  }

  #panel-mobile {
    padding: 15px 15px 15px 15px;
  }

  .badge-aperta {
    background-color: #007836;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 0px;
    width: 40%;

  }

  .badge-chiusa {
    background-color: #ff9e29;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 0px;
    width: 40%;
  }

  .badge-diturno {
    background-color: gray;
    height: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 0px;
    width: 40%;
  }
}

/* landscape or portrait orientation*/
/* (A) WRONG ORIENTATION - SHOW MESSAGE HIDE CONTENT */
@media only screen and (orientation:landscape) and (max-height: 468px) {
  #rotateLock {
    display: block;
  }

  /* #container { display:none; } */
}

/* (B) CORRECT ORIENTATION - SHOW CONTENT HIDE MESSAGE */
@media only screen and (orientation:portrait) and (min-height: 468px) {
  #rotateLock {
    display: none;
  }

  /* #rotateLock { display:block; } */
}

.whenBadge {
  position: fixed;
  text-align: center;
  z-index: 401;
  background-color: #eaf5a7;
  color: #007c33;
  padding: 1em;
  font-weight: bold;
}

.whenBadge.hidden-xs {
  top: 107px;
  margin-left: 10px;
  border-radius: 0px;
  width: 315px;
  /*-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.50);*/
  border: 1px solid #007c33 !important;
}

.whenBadge.visible-xs {
  bottom: 0;
  margin-bottom: 15px;
  width: 100%;
}

dd.dayslotrange.active {
  font-weight: 600;
  color: #007c33;
}

span.dayslot {
  width: 30%;
  display: inline-block;
  font-weight: normal;
  color: #000;
}

.container-fluid>.navbar-header {
  float: none;
  margin-left: 30px
}

/* top bar */
.navbar {
  text-transform: uppercase;
  border: none
}

.navbar a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  margin: auto 10px;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 45px;
  float: left;
  /*width: 60px;*/
  max-width: 200px;
  white-space: nowrap;
}

.icon {
  margin-bottom: 8px;
  margin: 0;
  padding: 15px 15px;
  float: right;
}


/* toggle button */
.navbar-toggle {
  border: none;
  color: #fff;
  margin: 0;
  padding: 18px 30px;
  border-radius: 0px;
  float: right;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #007836;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}


/* Position where the element is fixed */
#affix {
  margin-top: 64px
}

/*#affix {width: 200px;}*/

.nav li a {
  border-bottom: 1px solid #ddd;
  color: #7b7a7e;
}

.nav li a i {
  margin-right: 20px;
}


/* list */
.ux-mood {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px
}

.ux-mood li {
  margin-bottom: 10px
}

.upper {
  text-transform: uppercase;
  font-weight: bold
}

.sidebar-offcanvas {
  overflow-y: auto;
}

.number {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0px;
  color: white;
  background: green;
  display: inline-block;
  text-align: center;
}

#covid-info {
  position: absolute;
  bottom: 0;
  left: 0;
  /*height: 2.5em;*/
  /*background-color: rgba(255, 255, 255, 0.7);*/
  z-index: 2000;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 1.5em;
}

#adv-info {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 170px;
  min-height: 30px;
  text-align: center;
  z-index: 500;
  padding: 5px 1em;
  width: 100%;
  font-size: 1.5em;
  background-color: #007836;
  color: white;
}

#covid-info span {
  text-align: center;
  margin: auto;
  display: block;
  width: fit-content;
  font-size: 0.9em;
}

#covid-info-offcanvas {
  display: none;
}

#covid-info-modal {
  top: 25%;
}

#covid-info-modal .modal-content, #covid-info {
  background-color: rgb(49, 151, 209);
  /*background-color: #e0292d;*/
  color: white;
}

#covid-info-modal .modal-content a, #covid-info a {
  /*color: darkblue;*/
  color: #000;
  text-decoration: underline;
}

#covid-info-modal button {
  font-size: 2em;
  /*color: darkblue;*/
  color: #000;
}

.fa-cri-info {
  /*border: 1px solid darkblue;*/
  border: 1px solid #000;
  border-radius: 6px;
  /*color: darkblue;*/
  color: #000;
  padding: 4px 12px;
  margin-right: 20px;
}

.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
  #hulcontainer {
    width: auto;
  }

  #farmacie_correnti {
    max-height: 30vh;
    overflow: scroll;
  }

  #covid-info {
    display: none;
  }

  #adv-info {
    display: none;
  }

  #covid-info-offcanvas {
    display: block;
  }

  h1.apptitle {
    font-size: 1.3em;
  }

  .history-control.leaflet-bar.leaflet-control.horizontal {
    display: none;
  }

  .leaflet-routing-container-hide .leaflet-routing-collapse-btn {
    top: 0px;
  }

  .container-fluid>.navbar-header {
    float: none;
    margin-left: 0px
  }

  .affix {
    position: static;
    margin-top: 0px
  }

  #affix {
    width: 100%;
    margin-top: 0px;
    padding: 9px
  }

  .sidebar-offcanvas {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    width: 80%;
    /*background-color: #f5f8fa;*/
    background-color: #fff;
    z-index: 9999;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50px;
    left: 100%;

  }

  .sidebar-offcanvas.active {
    left: 20%;
    -webkit-box-shadow: -5px 10px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: -5px 10px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: -5px 10px 5px 0px rgba(0, 0, 0, 0.50);
  }

  /*.sidebar-offcanvas ul li{margin:0}*/
  /*.sidebar-offcanvas ul li a{color:#fff;padding: 15px 20px;margin:0;font-size: 15px;border-bottom: 1px solid #d6474d}*/
  /*.sidebar-offcanvas ul li a:hover{background:#54303a;border:none; border-radius:0}*/
  .content {
    padding: 0
  }

  .nav {
    margin-top: 0px;
  }

  .nav>li>a:hover,
  .nav>li>a:focus {
    background-color: #007836
  }
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-timer,
.la-timer>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-timer {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-timer.la-dark {
  color: #333;
}

.la-timer>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-timer {
  width: 32px;
  height: 32px;
}

.la-timer>div {
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
}

.la-timer>div:before,
.la-timer>div:after {
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 2px;
  margin-top: -1px;
  margin-left: -1px;
  content: "";
  background: currentColor;
  border-radius: 2px;
  -webkit-transform-origin: 1px 1px 0;
  -moz-transform-origin: 1px 1px 0;
  -ms-transform-origin: 1px 1px 0;
  -o-transform-origin: 1px 1px 0;
  transform-origin: 1px 1px 0;
  -webkit-animation: timer-loader 1250ms infinite linear;
  -moz-animation: timer-loader 1250ms infinite linear;
  -o-animation: timer-loader 1250ms infinite linear;
  animation: timer-loader 1250ms infinite linear;
  -webkit-animation-delay: -625ms;
  -moz-animation-delay: -625ms;
  -o-animation-delay: -625ms;
  animation-delay: -625ms;
}

.la-timer>div:before {
  height: 12px;
}

.la-timer>div:after {
  height: 8px;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: -7.5s;
  -moz-animation-delay: -7.5s;
  -o-animation-delay: -7.5s;
  animation-delay: -7.5s;
}

.la-timer.la-sm {
  width: 16px;
  height: 16px;
}

.la-timer.la-sm>div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-timer.la-sm>div:before,
.la-timer.la-sm>div:after {
  top: 7px;
  left: 7px;
  width: 1px;
  margin-top: -.5px;
  margin-left: -.5px;
  border-radius: 1px;
  -webkit-transform-origin: .5px .5px 0;
  -moz-transform-origin: .5px .5px 0;
  -ms-transform-origin: .5px .5px 0;
  -o-transform-origin: .5px .5px 0;
  transform-origin: .5px .5px 0;
}

.la-timer.la-sm>div:before {
  height: 6px;
}

.la-timer.la-sm>div:after {
  height: 4px;
}

.la-timer.la-2x {
  width: 64px;
  height: 64px;
}

.la-timer.la-2x>div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-timer.la-2x>div:before,
.la-timer.la-2x>div:after {
  top: 28px;
  left: 28px;
  width: 4px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 4px;
  -webkit-transform-origin: 2px 2px 0;
  -moz-transform-origin: 2px 2px 0;
  -ms-transform-origin: 2px 2px 0;
  -o-transform-origin: 2px 2px 0;
  transform-origin: 2px 2px 0;
}

.la-timer.la-2x>div:before {
  height: 24px;
}

.la-timer.la-2x>div:after {
  height: 16px;
}

.la-timer.la-3x {
  width: 96px;
  height: 96px;
}

.la-timer.la-3x>div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

.la-timer.la-3x>div:before,
.la-timer.la-3x>div:after {
  top: 42px;
  left: 42px;
  width: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 6px;
  -webkit-transform-origin: 3px 3px 0;
  -moz-transform-origin: 3px 3px 0;
  -ms-transform-origin: 3px 3px 0;
  -o-transform-origin: 3px 3px 0;
  transform-origin: 3px 3px 0;
}

.la-timer.la-3x>div:before {
  height: 36px;
}

.la-timer.la-3x>div:after {
  height: 24px;
}

/*
  * Animation
  */
@-webkit-keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes timer-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes timer-loader {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Bootstrap 4 spacing porting */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}