@font-face {
  font-family: 'ArvinRegular';
  src: url('../fonts/Arvin Regular.eot');
  src: local('☺'), url('../fonts/Arvin Regular.woff') format('woff'), url('../fonts/Arvin Regular.ttf') format('truetype'), url('../fonts/Arvin Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ExoRegular';
  src: url('../fonts/Exo-Regular.eot');
  src: local('☺'), url('../fonts/Exo-Regular.woff') format('woff'), url('../fonts/Exo-Regular.ttf') format('truetype'), url('../fonts/Exo-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

img.lazy {
  display: block;
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
img.lazy-gallery {
  min-width: 700px;
  min-height: 467px;
}
.getMoreData-container h5 {
  color: #735879;
  margin-top: 0px;
  border: 2px solid #735879;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.edit-shop-btn-container {
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  z-index: 22;
}
.map-search {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right:10px;
  top:10px;
  cursor: pointer;
  color: #000;
  background-color: #fff !important;
  border: 2px solid #ccc !important;
  z-index: 600;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(101, 101, 101, 0.5);
}
.map-search i {
  font-size: 1.3em;
}
.mapAlert-noPlaces {
  display: none;
  width: 70%;
  position: relative;
  top:10px;
  cursor: pointer;
  color: #fff;
  background-color: #ed5565 !important;
  border-bottom: 3px solid #da4453 !important;
  z-index: 998;
  text-align: center;
  padding: 1px 5px;
  margin: 0 auto;
  border-radius: 5px;
}
.mapAlert-noPlaces h5 {
  margin-bottom: 2px;
  font-weight: 600;
}
.mapAlert-noPlaces p {
  font-size: 13px;
  font-weight: 500;
}

mediaelementwrapper iframe {
  height: 100% !important;
  width: 100% !important;
}
.bold {
  font-weight: 500;
}
.orange {
  color: #f3b558;
}
.only-time-picker .calendar-table {
  display: none !important;
}
.uppercase {
  text-transform: uppercase;
}
.cursorPointer {
  cursor: pointer;
}
.range_inputs {
  text-align: center; 
}
img.avatar {
  border: none;
  margin-top: 5px;
  margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #337ab7;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
.info-icon {
  color: #337ab7;
  cursor:pointer;
}
.fieldDescription {
  background-color: #f4f4f4;
  border: 2px solid #eda3a3;
  padding: 5px;
  margin-top: 2px;
}
.caption {
  padding: 1px 5px;
  background: #ffffff;
  border: 1px solid #e1e2e1;
  text-align: center;
}
.caption h4 {
  margin-top:5px;
  margin-bottom:0px;
}
.caption h5 {
  margin-top:5px;
  margin-bottom:0px;
}
.colorRed {
  color: #de5e5a;
}
i.addedIcon {
  display: inline-block;
  position: absolute;
  margin-left: -8px;
  top: 24px;
}
/** COOKIE ALERT **/
#cookieAlert {
  display: none;
  position: fixed;
  z-index: 4000;
  background-color: #f4f4f4;
  border-bottom: 3px solid #888;
  padding: 10px 20px;
  width: 100%;
}
#cookieBox a.cookiePage {
  font-weight: 800;
  text-decoration: underline;
  color: #5595d6;
}
a#accettaCookie {
  position: relative;
  float: right;
}
img.closed-icon {
  width: 15px;
  margin-right: 3px;
  top: -2px;
  position: relative;
}
.box-with-overlay {
  cursor: pointer;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #313131b3;
}
/* When you mouse over the container, fade in the overlay icon*/
.box-with-overlay:hover .overlay {
  opacity: 1;
}
/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.overlay-icon {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.overlay-w-edit-btn {
  height: 60%;
}
.padlr0 {
  padding-left: 0;
  padding-right: 0;
}
.padlr2 {
  padding-left: 2px;
  padding-right: 2px;
}
.marb25 {
  margin-bottom:25px;
}
.marr3 {
  margin-right: 3px !important;
}
.width100 {
  width:100%;
}
.mail_view {
  text-align: left;
}
.login {
  background: #efefef;
}
.login_content {
  text-shadow: none;
}
.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"] {
  box-shadow: none;
}
.top_nav .nav>li>a:focus, 
.top_nav .nav>li>a:hover, 
.top_nav .nav .open>a, 
.top_nav .nav .open>a:focus, 
.top_nav .nav .open>a:hover {
  background: #efefef;
  color: #454545 !important;
}
.panel-div {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0;
  height:130px;
}
.panel-div-head {
  background-color: #dfe8e3;
  padding: 10px;
}
.panel-div-head h5 {
  margin: 0;
}
.panel-div-body {
  margin: 25px 0;
}
.panel-div-body h1 {
  margin: 0;
}

.nav.navbar-nav>li>a {
  color: #ffffff !important;
}
#options-btn-image-container {
  margin-top: 5px;
}
.page-title {
  /*height: 55px;*/
  height: 45px;
  padding: 0; 
}
.btn-menu-bar {
  width: 40px;
  height: 35px;
  border-radius: 13px !important;
  padding: 7px !important;
}
.btn-menu-bar > i {
  text-shadow: none !important;
  font-size: 1.5em !important;
}
.btn-popup-login {
  display: block;
  width: 100%;
  background-color: #03a0e6;
  border-color: #0895d4;
  color: #fff;
}
.btn-popup-login:hover,
.btn-popup-login:active,
.btn-popup-login:focus {
  color: #fff;
  background-color: #0895d4;
  border-color: #03a0e6;
}
.btn-popup-signup {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #dae4df;
  border-color: #c10d78;
}
.btn-popup-signup:hover,
.btn-popup-signup:active,
.btn-popup-signup:focus {
  color: #fff;
  background-color: #c10d78;
  border-color: #dae4df;
}
.btn-popup-cancel {
  margin-top:20px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-popup-cancel:hover,
.btn-popup-cancel:active,
.btn-popup-cancel:focus {
  color: #fff;
  background-color: #eea236;
  border-color: #f0ad4e;
}
.popup-default > .alert-warning {
  text-align: center;
  background-color: #fff;
  border-color: #ccc;
  color: #000;
  box-shadow: 1px 1px 20px #000;
}
.alert.alert-danger > a {
  color: darkblue;
}
.inputFieldError {
  border-color: #d70d0d !important;
  background-color: #ffefef !important;
}
h2.profilationHeader {
  color: #dae4df;
  margin-bottom: 0px;
}
.profilationBox {
  background: #6bb8f0;
  margin: 5px 0px 10px 0px;
  text-align: left;
  /*border: 1px solid #fefefe;*/
}
.privacyBox {
  margin: 5px 0px 10px 0px; 
  text-align: left;
}
.icheckbox_flat-green.checked.disabled {
  background-color: #26b999;
  border-radius: 5px;
}
h5.popupLabel {
  background-color: #ededed;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
thead.n4p-thead {
  background-color: #03a0e6;
  color: #fff;
}
.questionBox {
  padding: 10px;
  border: 1px solid #dae4df;
  background: #f9f9f9;
  margin-bottom: 1px;
}
.areaMiglioramento {
  background-color: #ffeda9;
}
.puntoForza {
  background-color: #a2e2aa;
}
img.businessClimateFace {
  width:22.5px;
}
.climateFace {
  display: block;
  cursor: pointer;
}
.justify-content-end {
  float:right;
}
h5.pricing-header-line {
  background-color: #9d9d9d;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  text-transform: uppercase;
}
.pricing_features {
  padding-top: 0px;
}
.pricing .title {
  background: #dae4df;
}
.pricing .title.title-free {
  background: #9c9c9c;
}
.ui-ribbon-container .ui-ribbon {
  background-color: #03a0e6;
}
a.promo-code-anchor {
  cursor: pointer;
  text-decoration: underline;
}
a.simple-anchor {
  color: inherit !important;
  cursor: pointer;
  text-decoration: underline;
}
.label-n4p {
  background-color: #dae4df;
}
.front {
  width: 95% !important;
}
.back {
  width: 100% !important;
}
.fix-label {
  text-align:right;
  margin-top:10px;
}
#collaborator-list {
  max-height: 300px;
  overflow-y: scroll;
  background-color: #f7f7f7;
  box-shadow: inset -9px 0px 14px 0px #d6d6d6;
}

.btn-info {
  color: #fff;
  background-color: #039fe3;
  border-color: #039fe3;
}
.btn-danger-pink {
  color: #fff;
  background-color: #dae4df;
  border-color: #dae4df; 
}
.btn-danger-pink:hover,
.btn-danger-pink:active,
.btn-danger-pink:focus {
  color: #fff;
  background-color: #c10d78;
  border-color: #dae4df; 
}

.label-info {
  background-color: #039fe3;
}
.label-pink {
  background-color: #dae4df;
}

span.blue-tag {
  line-height: 0px;
  background-color: #9c9c9c;
  color: #fff;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 7px;
  border-radius: 5px;
  display: inline-block;
  cursor: default;
  font-size:11px;
}

#bar_blank {
  border: solid 1px #ccc;
  height: 25px;
  width: 100%;
  border-radius:5px;
}
#bar_color {
  background-color: #14c169;
  height: 23px;
  width: 0px;
}
#bar_blank_container {
  display: none;
}
#status {
  padding:0px 15px;
}

span.importPartialSuccess {
  color:#f0ad4e;
}
span.importSuccess {
  color:#5ad05a;
}
span.importError {
  color:#ff807c;
}


li.select2-search.select2-search--inline,
li.select2-search.select2-search--inline > input.select2-search__field {
  width:100% !important;
}
img.blurry {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}
span.blurry,
h3.blurry {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}
span.blurry-hidden {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px); 
  color: #9f9f9f;
}
h3.blurry-hidden {
  color: #9f9f9f;
}
h3.blurry-hidden-pink {
  color: #dae4df;
}
a.blurry,
p.blurry {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}
p.waiting-moderation {
  font-style: italic;
}
.disabledTags {
  border: none !important;
  background-color: #fff !important;
}
a {
  color: #454545;
}
a.wizard-cat-icon-anchor,
a.wizard-cat-icon-anchor-newPlace {
  cursor: pointer;
  /*margin-right: 10px;*/
  display: inline-block;
}
img.customlist-img-thumb {
  width: 100%;
}
a.wizard-cat-icon-anchor.active,
a.wizard-cat-icon-anchor-newPlace.active {
  background: #88cbeb;
  border-radius: 20px;
  padding: 2px 5px;
}
h2.section-headliner {
  text-align: center;
  padding-top: 15px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #dae4df;
}
.moneyIcon {
  color: #daa92f;
}
.moneyTxt {
  font-size: 14px;
  position: relative;
  top: -2px;
}
.form-control-feedback {
  margin-top: 6px;
}
.fa-15x {
  font-size: 1.5em;
}
.floatLeft {
  width: 50%;
  float:left;
  text-align: left;
}
.floatRight {
  width: 50%;
  float:right;
  text-align: right;
}
.alert-info {
  color: #fff;
  background-color: #039fe3;
  border-color: rgba(46, 160, 237, 0.88);
}
.paddingLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding0 {
  padding: 0 !important;
}
.marginTop0 {
  margin-top: 0 !important;
}
.form-control,
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border-radius: 3px;
}
.colorPink {
  color: #dae4df;
}
.colorBlue {
  color: #039fe3;
}
.colorGold {
  color: #daa92f;
}
#mapChoose {
  height: 500px;
  width: 100%;
}
#mapResultPlaces {
  height: 650px;
  width: 100%;
}
.adp-directions {
  width:100%;
}
.step1Container {
  margin-bottom: 60px;
}
.rewardAllContainer {
  margin-top: 10px;
  margin-bottom: 5px;
}
.star-blue-color {
  color: #039fe3;
}
.star-pink-color {
  color: #dae4df;
}
.collabListContainer {
  /*background-color: #dae4df;*/
  background-color: #fff;
  color: #fff;
  text-transform: uppercase;
  /*box-shadow: inset 0px 0px 20px #a9a9a9, 0px 0px 20px #a9a9a9;
  padding: 10px 0px;
  */
  margin: 5px 0px;
}
#collabList-container {
  margin-bottom: 0px;
}
#votes-btn {
  cursor: default;
}
.modal-header {
  background-color: #ededed;
  text-transform: uppercase;
  color: #2e4474;
}
.add-new-place-people-frontend {
  margin-bottom: 20px;
  height: 130px;
  box-shadow: inset 0px 5px 20px 0px #737373ab; 
  background-color: #039fe3;
}
h2.add-new-title {
  margin-top: 0px;
  padding-top: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
h5.add-new-subtitle {
  padding-top: 10px;
  color: #fff;
}
.progress-custom {
  padding: 0;
  border-radius: 10px;
}
.progress-bar-pink {
  background-color: #dae4df;
}

.about-img-container {
  /*margin-bottom: 120px;*/
  height: 550px;
  /*box-shadow: inset 0px 5px 20px 0px #737373ab; */
  box-shadow: inset 0px 4px 20px 277px #b1b1b121;
  background-color: #dae4df;
  background: url('../images/about.jpg') no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-image-caption {
  z-index: 100;
  position: relative;
  color: white;
  font-weight: bold;
  text-align: center;
  /*top: 250px;*/
  top: 150px;
  /*position:absolute;
  margin: 0px 200px;*/
  text-shadow: 0px 0px 10px #dae4df;
  text-align: center;
}
.aboutBlockContainer {
  text-align: center;
  top: -100px;
}
.aboutBlockApp {
  text-align: center;
  background-color: #ededed;
  padding: 30px 0px 15px 0px;
  width: 28%;
  margin: 0px 20px;
  display: inline-table;
}
.aboutBlockApp > img {
  width: 150px;
}
.aboutBlockApp > a.btnAbout {
  width: 95%;
  border-radius: 7px !important;
  margin: 0px auto;
}
.aboutBlockApp > a.btnLearnMore {
  position: relative;
  top: 5px;
  text-decoration: underline;
  color:#333;
  cursor: pointer;
}
#videoContainer {
  position: relative;
  text-align: center;
}
#videoContainer > iframe {
  margin-bottom: 40px;
}
.infoContainer {
  top: -50px;
  background-color: #f6f6f6;
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
  text-align: center;
}
.iphoneImages > img {
  width: 200px;
}
.iphoneImagesBiz > img {
  width: 300px;
}
.aboutHR {
  border-top: 3px solid #dae4df;
}

.frontend-img-container {
  margin-bottom: 45px;
}
.frontend-img-container > a {
  position: relative;
  top: 115px;
  z-index: 22; 
}
.frontend-img-container > a > img {
  border: 5px solid #efefef;
  border-radius: 0px;
  box-shadow: inset 0px 0px 20px #a9a9a9, 0px 0px 20px #454545;
}
.profile-img-container-frontend {
  position: relative;
  text-align: center;
  height: 290px;
  box-shadow: 0px -5px 1000px rgba(50, 50, 50, 0.2) inset;
}
.profile-img-container-frontend img {
  height:200px;
  width:200px;
  cursor:pointer;
}
.menu-pro-lbl {
  padding: 20px 0px;
  /*background: #00b1b1;*/
  background-color: #03a0e6;
}
.menu-biz-lbl {
  padding: 20px 0px;
  /*background: #ffd659;*/
  background-color: #03a0e6;
}
.menu-biz-lbl>h3 {
  /*
  color: #454545;
  text-shadow: 0px 0px 1px #fff;
  */
}
.menu-superadmin-lbl {
  padding: 20px 0px;
  background: #454545;
}
.menu-superadmin-lbl>h3 {
  color: #fff;
  text-shadow: none;
}
.nav-sm span.fa, .nav-sm .menu_section > .menu-biz-lbl h3,
.nav-sm span.fa, .nav-sm .menu_section > .menu-pro-lbl h3 {
  display: block;
  padding-left: 7px;
} 
.nav-sm span.fa, .nav-sm .menu_section > .menu-superadmin-lbl h3 {
  display: block;
  padding-left: 16px;
}
.profile_info span,
.profile_info h2 {
  color: #f7f7f7;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #454545;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #03a0e6;
  border-color: #0a94d4;
}
.wizard_verticle ul.wizard_steps li a.selected:before, .step_no,
.wizard_horizontal ul.wizard_steps li a.selected:before, .step_no {
  background: #03a0e6;
  color: #fff;
}
.wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no {
  background: #d5037f;
}
.vote-star-b {
  font-size: 1.3em;
}
.vote-star-y {
  color: #f1c40f;
  font-size: 1.3em;
}
.list-group-item {
  padding: 10px 15px 10px 0px;
}
.list-group-item-date {
  font-size: 11px;
  margin-top:5px;
}
.discussion-risp-details {
  margin-top:2px;
}
.discussion-risp-badge {
  font-size: 11px;
}
.customlist-cat-name {
  font-size: 9px
}
.list-group-item-details {
  padding: 10px 15px; 
  cursor: default !important;
  margin-bottom: -1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.list-group-item-vote {
  border-left: none;
  border-right: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
  border-radius: 0px;
}
.alert {
  margin-bottom:5px;
}
.nav_menu {
  position: relative !important;
  z-index: 601 !important;
}
.right_col {
  position: relative;
}
.addPaddingTop {
  padding-top: 70px !important;
}
.register-btn,
.about-btn {
  width: 100%;
  margin-top: 2px !important;
  text-decoration: none !important;
  text-shadow: none;
  font-size: 13px !important;
}
.closeMenuBtnMobile {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 605;
  width: 56px;
  height: 56px;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.closeMenuBtnMobile img {
  width: 40%;
  margin: 0 auto;
}
#spin-container {
  background-color: rgb(71, 69, 69);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200000;
  opacity: 0.95;
  filter: alpha(opacity=95);  
  display: none;
}
.arvinFont {
  font-family: 'ArvinRegular';
}
.exoFont {
  font-family: 'ExoRegular';
}
.center-div {
  text-align: center;
}
.btn-width80 {
  width: 80%;
}

.btn-default {
  color: #333 !important;
  background-color: #ededed !important;
  border-color: #d6d6d6 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
  color: #333 !important;
  background-color: #ededed !important;
  border-color: #d6d6d6 !important;
}
.btn-success {
  color: #fff !important;
  background: #735879 !important;
  border: 1px solid #56415a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
  color: #fff !important;
  background: #8a6e90 !important;
  border: 1px solid #56415a !important;
}
.btn-danger {
  color: #fff !important;
  background-color: #ed5565 !important;
  border-color: #da4453 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:hover {
  color: #fff !important;
  background-color: #d44352 !important;
  border-color: #da4453 !important;
}
.btn-warning {
  color: #fff !important;
  background-color: #f3b558 !important;
  border-color: #efb156 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:hover {
  color: #fff !important;
  background-color: #ffc877 !important;
  border-color: #efb156 !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #70a8ef !important;
  border-color: #6b9cdc !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
  color: #fff !important;
  background-color: #5392e2 !important;
  border-color: #6b9cdc !important; 
}
.facebook {
  background: #4166b2 !important;
  border-color: #29497d !important;
  color: #fff !important;
  text-shadow: none;
  text-decoration: none;
}
.facebook:hover,
.facebook:focus,
.facebook:active {
  background: #365899 !important;
  border-color: #365899 !important;
  color: #fff !important;
  text-shadow: none;
  text-decoration: none !important;
}
.alert-success {
  background-color: #735879;
  border-color: #56415a;
}
.alert-warning {
  background-color: #f3b558;
}
.alert-danger {
  background-color: #da4453;
}
.alert-primary {
  background-color: #5392e2;
}
.btn-popup-facebook {
  margin-bottom: 15px;
}
.btn-popup-cancel {
  margin-top: 10px;
}

.btn-primary,
.btn-primary-np {
  background-color: #03a0e6;
  border-color: #0895d4;
}
.btn-primary:hover,
.btn-primary-np:hover,
.btn-primary:active,
.btn-primary-np:active {
  background-color: #008cca;
  border-color: #016d9c;
}
.btn-success-np {
  background-color: #ecb015;
  border-color: #bd0071;
}
.btn-success-np:hover,
.btn-success-np:active {
  background-color: #ef028f;
  border-color: #dc0084;
}
.btn-primary-np-light {
  background-color: #6f9be2;
  border-color: #92b7f3;
}
.alert-info-np {
  color: #f8fffb;
  background-color: #ecb015;
  border-color: #ecb015;
}
.navbar-action-buttons {
  float: right !important;
}
.whatsapp {
  background: #46c456 !important;
  border-color: #21b640 !important;
  color: #fff !important;
  text-shadow: none;
  text-decoration: none;
}
.whatsapp:hover,
.whatsapp:focus,
.whatsapp:active,
.whatsapp:active:hover {
  background: #24cc46 !important;
  border-color: #21b640 !important;
  color: #fff !important;
  text-shadow: none;
  text-decoration: none !important;
}
.button-ios-normal {
  background-color: #ecb015 !important;
  color: #fff !important;
  padding: 6px;
  text-shadow: 0px 0px 1px rgba(30, 30, 30, 0.8) !important;
  box-shadow: none !important;
}
.button-ios {
  color: #ffffff !important;
  padding: 9px;
  text-shadow: 0px 0px 1px rgba(30, 30, 30, 0.8) !important;
  border-radius: 20px !important;
  background: #ecb015 !important;
  box-shadow: none !important;
}
.button-ios-blue {
  background: #039fe3 !important;
}
.button-ios-white {
 background: #fff !important; 
 color: #ecb015 !important;
 text-shadow: none !important;
 text-transform: uppercase;
}
.button-ios-white-border {
  box-shadow: -1px 0px 5px #ddd !important;
}
.button-paypal {
  white-space: normal;
  border-radius:10px !important;
}

body, 
.left_col {
  /*background-color: #f3b558;*/
  /*background-color: #5fa3a7;*/
  background-color: #735879;
  color: #333;
  z-index: 602 !important;
}
.img-circle.profile_img {
  padding: 2px;
}
.user-profile img {
  border: 2px solid #fff;
}
.navbar-nav .open .dropdown-menu {
  background: #efefef;
  border: 1px solid #dddddd;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  box-shadow: -3px 4px 7px rgba(221, 221, 221, 0.7);
}
.top_nav .dropdown-menu li {
  border-top: 1px solid #ddd;
}
.top_nav .dropdown-menu li a {
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #454545;
}
.profile_info span {
  line-height: 20px;
}
.nav_title,
.nav_menu {
  background-color: #f3b558;
}
.nav.side-menu>li.active>a,
.nav.side-menu>li.active-sm>a {
  background: linear-gradient(#f3b558, #f3b558),#f3b558;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.35) 0 0 0;
}
.nav.side-menu>li.active>a:active, 
.nav.side-menu>li.active>a:focus,
.nav.side-menu>li.active>a:hover,
.nav-sm .nav.child_menu li.active>a:active, 
.nav-sm .nav.child_menu li.active>a:focus,
.nav-sm .nav.child_menu li.active>a:hover,
.nav-sm .nav.side-menu li.active-sm>a:active,
.nav-sm .nav.side-menu li.active-sm>a:focus,
.nav-sm .nav.side-menu li.active-sm>a:hover {
  color: #ffffff !important;
}
.nav.side-menu>li>a, .nav.child_menu>li>a {
  color: #ffffff;
}
.nav.side-menu>li>a:active, 
.nav.side-menu>li>a:hover, 
.nav.side-menu>li>a:focus, 
.nav.child_menu>li>a:active,
.nav.child_menu>li>a:hover,
.nav.child_menu>li>a:focus {
  color: #efefef !important;
}
.nav.side-menu>li.current-page, 
.nav.side-menu>li.active,
.nav-sm .nav.child_menu li.active, 
.nav-sm .nav.side-menu li.active-sm {
  border-right: 5px solid #efefef;
  background-color: #f3b558;
}

.surveyDetail {
  text-align: center;
}
.responseContainer {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.messageLineContainer {
  width: 100%;
}
.messageLineContainer-visualized {
  width: 100%;
  margin-bottom:0px;
  margin-top:-10px;
}
.opponentMessageContainer {
  cursor: pointer;
  display: block;
  float: left;
  background-color: #337ab7;
  padding: 5px;
  border-radius: 5px;
  color: white;
}
.opponentMessageContainer-dates {
  float: left;
  display: inline-block;
  padding: 5px;
}
.myMessageContainer {
  cursor: pointer;
  display: block;
  float:right;
  background-color: #e2e2e2;
  padding: 5px;
  border-radius: 5px;
  color: black;
}
.myMessageContainer-dates {
  float:right;
  display: inline-block;
  padding: 5px;
}
.myMessageContainer-visualized {
  float:right;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.message-response {
  border: 1px solid #efefef;
  border-radius: 5px;
}
.mail_heading {
  background-color: #444;
  color: white;
  padding: 10px 10px 10px 10px;
  margin-bottom: 0px;
  text-shadow: 0px 0px 1px #000;
}
.mail_heading h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mail_heading h5 {
  margin-bottom: 0px;
  margin-top: 5px;
}
.mail_heading p.marb5 {
  margin-bottom: 5px;
}
.mail_heading p.marb2 {
  margin-bottom: 2px;
}
.mail_heading p.marb0 {
  margin-bottom: 0px;
}
.mail_heading .responseHeader {
  margin-bottom: 5px;
}
.mail_heading .responseHeader h5 {
  margin-top: 5px;
}
.mail_heading .responseHeader p {
  font-weight: 400;
}
a.link-to-user-profile {
  display: inline-block;
  width: 100%;
  color: #fff;
}
a.link-to-user-profile:hover,
a.link-to-user-profile:focus,
a.link-to-user-profile:active {
  color: #eee;
}
.view-mail {
  padding-top: 20px;
}
.inline-form {
  display: inline-block;
}
.mail_heading_title > h4 {
  margin-bottom: 5px;
}
.messagePreview {
  display:block;
  cursor: pointer;
}
.messagePreview-not-readed {
  background-color: #dee8f1 !important;
}
.messagePreview-not-readed > a:hover,
.messagePreview-not-readed > a:active {
  background-color: #e0e4e8 !important;
}

.justify-content-end {
  float:right;
}
.area-selection {
  clear: both;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  background: #ffffff;
}
.area-selection a {
  padding: 12px 0 7px;
  text-align: center;
  width: 33.3333%;
  font-size: 17px;
  display: block;
  cursor: pointer;
  float: left;
  background: #ededed;
  color: #dae4df;
  box-shadow: 0 4px 2px -2px gray;
}
.area-selection a.active {
  background: #dae4df;
  color: #ededed;
}
.getMoreData-container {
  display: block;
  cursor: pointer;
  color: #dae4df;
  text-align: center;
}
.customlist-data-left {
  width: 10%;
  float:left;
  text-align: center;
}
.customlist-data-left > img.customlist-img-thumb {
  margin: 0 auto;
  width: 70%;
}
.customlist-data-middle {
  width: 70%;
  float:left;
  padding-left: 10px;
  text-align: left;
}
.customlist-data-right {
  width: 15%;
  float:right;
}
.icon-upgraded > img {
  position: relative;
  top: -3px;
  width: 20px;
}
.icon-upgraded {
  margin-right: 5px;
}

.fit-item-vertical {
  min-height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fit-item-vertical-bis {
  min-height: auto;
}
.fit-item-vertical-image {
  min-height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.fit-item-vertical-disabled {
  background-color: #f2f2f2 !important;
  color: #8b8b8b !important;
}
.fit-item-vertical-disabled:hover,
.fit-item-vertical-disabled:active,
.fit-item-vertical-disabled:focus {
  background-color: #f2f2f2 !important;
  color: #8b8b8b !important;
}
.fit-item-vertical-disabled > .customlist-data-middle > h4.list-group-item-heading {
  color: #8b8b8b !important;
}
a.anchor-popup {
  color: #fff !important;
  cursor: pointer;
}
.fa-7x {
  font-size: 6em;
}
.search-input {
  border-radius: 0px !important;
  border: 1px solid #e1e1e1;
}
.search-btn, 
.more-filter-btn {
  border-radius: 0px !important;
  color: #fff !important;
  border: 1px solid #e1e1e1;
}
.more-filter-btn {
  background-color: #dae4df;
}
.more-filter-btn:hover,
.more-filter-btn:active,
.more-filter-btn:focus {
  background-color: #50699c;
}

a.disabled-list-item {
  cursor: default;
  background-color: #797979 !important;
  color: #fff !important;
  padding: 15px;
}
a.disabled-list-item:hover {
  background-color: #797979 !important;
  color: #fff !important;
}

.sustainer-count > img {
  width: 40px;
  display: inline;
  top: -16px;
  position: relative;
}
.approvals-count {
  font-size: 50px;
  display: inline;
  color: #dae4df;
  line-height: 1;
}

.colorBlack {
  color: black;
}
.colorGreen {
  color: #169F85;
}
.colorRed {
  color: #c9302c;
}

.compose {
  border-top-left-radius: 0px;
}
.compose .compose-header {
  background: #dae4df;
  border-top-left-radius: 0px;
}
.compose .compose-header .close {
  color: #fff;
  font-weight: 200;
  opacity: 0.8;
  text-shadow: none;
}
.editor-wrapper-receiver {
  min-height: 35px !important;
  max-height: 35px !important; 
}
.autocomplete-suggestion {
  font-size: 1em;
}

.eventListDashboard {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.new-survey-content {
  width: 100%;
  min-height: 100%;
  border: 1px dashed;
  text-align: center;
  padding: 92px;
}
.new-survey-container {
  cursor: pointer;
}
.active-survey-title {
  height: 55px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.marginBottom0 {
  margin-bottom:0px;
}
.wellCustom {
  padding: 7px;
  margin-bottom: 0px;
}
.wellCustomBis {
  padding: 7px;
  margin-bottom: 10px;
}
.modalFooterCustom {
  text-align: center !important;
}
.btnSurveyNo, 
.btnSurveyNoDisabled {
  margin-left: 0px !important;
  width: 120px;
  padding: 10px;
  border-radius: 0px 10px 10px 0px;
  font-size: 20px;
  position: relative;
  right: 2px;
}
.btnSurveySi,
.btnSurveySiDisabled {
  width: 120px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
  font-size: 20px;
  position: relative;
  left: 2px;
}
.btnSurveyResult-noVote {
  background-color: #515c73;
  border-color: #1b2c50;
}
.btnSurveyResult {
  width: 180px;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px; 
  margin:0;
}
.btnSurveySi:hover,
.btnSurveySi:active,
.btnSurveySi:focus {
  background-color: #26B99A;
  border-color: #169F85;
}
.btnSurveyNo:hover,
.btnSurveyNo:active,
.btnSurveyNo:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.logo-img {
  max-width: 130px;
  width: 100%;
}
.logo-img-login {
  max-width: 150px;
  width: 100%; 
  margin-top:20px;
}
.btn-survey-result {
  min-width: 28px;
}
.tableCell-fixedHeight {
  max-height: 70px;
  overflow-y: scroll;
}
.surveyDetail-image {
  max-height: 300px;
  overflow: hidden;
}
.surveyDetail-image > a > img {
  width: 65%;
}
.surveyDetail-content {
  text-align: center;
  color: #dae4df;
}
.thumb-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.thumb-container > a > img {
  width: 100%;
}
.detail-item-well {
  margin-top:20px;
}

.title-row {
  margin-bottom: 5px;
  padding: 0;
}
.title-center {
  text-align: center;
  display: block;
}
.title-left-control {
  float: left;
  display: block;
  padding: 0;
}
.title-right-control {
  float: right;
  display: block;
  padding: 0;
  text-align: right;
}
.title-logo-img {
  width: 115px;
  position: relative;
  top: 2px;
}

.customlist-list-votes {
  float:left;
}
.customlist-list-arrow {
  float:right;
}
.customlist-list-arrow > img {
  width: 15px;
}
.thumbnail .image {
  height: 145px;
}
.thumbnail-custom,
.thumbnail-custom .image {
  height: auto !important;
}
.btn-options-navbar-success {
  padding: 2px !important;
}
.btn-options-navbar-success:hover {
  background-color: #169F85 !important;
}
.btn-options-navbar-blue {
  padding: 2px !important;
}
.btn-options-navbar-blue:hover {
  background-color: #1895fb !important;
}
.btn-options-navbar-pink {
  padding: 2px !important;
}
.btn-options-navbar-pink:hover {
  background-color: #dae4df !important;
}
.btn-options-navbar-danger {
  padding: 2px !important;
}
.btn-options-navbar-danger:hover {
  background-color: #d43f3a !important;
}
.btn100 {
  width: 100%;
}
.btnBig {
  min-width: 300px;
  margin: 10px auto;
}
.dataTables_wrapper .dt-buttons {
  float: right;
  margin-bottom: 10px;
}
.reportRangeCustom {
  cursor: pointer; 
  padding: 7px 10px; 
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  width: 100%;
}
#filterVotesForm {
  margin-top:10px;
}

/* adjust margin for fileinput */
.btn-file {
  margin-bottom: 0px !important;
}
.input-group {
  margin-bottom: 0px;
}

.cropper-container {
  max-width: 640px;
  margin: 20px auto;
}

#crop-collabLogo-modal {
  z-index: 2000;
}

.login_content > .alert {
  text-shadow: none;
}

.clickDisabled {
  pointer-events: none !important;
}

.activity-area-inset {
  left:10px;
  position: relative;
}

.alertLink {
  color:#fff;
  text-decoration:underline;
  cursor:pointer;
}

.pink {
  color: #f362c4;
}
.azure {
  color: #56b9ec;
}
.green {
  color: #4fab85;
}
.red {
  color: #e23e5a;
}
.blue {
  color: #3e57e2;
}
.yellow {
  color: #e0b42c;
}

.menu-disabled-a {
  opacity: 0.5;
  pointer-events: none !important;
}
.a-disabled-partial {
  opacity: 0.6;
}
.notify-a,
.notify-a:hover,
.notify-a:active,
.notify-a:focus {
  color: white;
}

.pricing .title.title-user {
  background-color: #ef9632;
}

.btn-user {
    background: #ef9632;
    border: 1px solid #e06d28;
}

.msgBox-error {
  border: 1px solid red;
    background-color: rgba(236, 21, 79, 0.2);
    padding: 10px;
    margin-bottom: 10px;
}
.msgBox-error > .content {
  color: red;
  display: inline;
}

.profile-img-container {
  position: relative;
  text-align: center;
}
.profile-img-container img {
  height:200px;
  width:200px;
  cursor:pointer;
}
.profile-img-over {
  display:none;
  height:200px;
  width:200px;
  opacity:0.7;
  background:#444;
  position:absolute;
  cursor:pointer;
  /*border-radius:100px;*/
  left: 50%;
  margin-left: -100px;
}
.profile-img-container:hover .profile-img-over {
  display:block;
}
.profile-img-over > span {
  position: absolute;
  bottom: 10px;
  right: 79px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 3px #23203b;  
}
.anyslider {
  overflow: auto;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.surveyTitle,
.eventsTitle,
.galleryTitle,
.actionsTitle {
  margin-bottom: 15px;
}
.profile_title {
  background-color: #ededed;
  text-transform: uppercase;
  color: #2e4474;
  padding: 0px 0px;
}
.awardsInfoContainer {
  padding: 0px;
}
.upload-image-btn {
  background-color: #e0e0e0;
  padding: 20px 0px;
  color: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
}
.upload-image-btn-disabled {
  cursor: default;
  opacity: 0.4;
  color: #6f6f6f;
}
.upload-image-btn-new {
  background-color: transparent;
  padding: 0px;
  color: #dae4df;
}
.fa-icon-top-right {
  position: absolute;
  text-align: right;
  top: -13px;
  left: 2px;
  text-shadow: 0px 0px 3px #5c5c5c;
  color: #fff;
}
.upload-image-preview {
  text-align: center
}
.upload-image-preview > img {
  max-width: 250px;
}
a.actionBtn:hover, 
a.actionBtn:focus, 
a.actionBtn:active {
  color: #dae4df !important;
}
a.actionBtnGrey:hover, 
a.actionBtnGrey:focus, 
a.actionBtnGrey:active {
  color: #9f9f9f !important;
}
a.actionBtnBlue:hover, 
a.actionBtnBlue:focus, 
a.actionBtnBlue:active {
  color: #fff !important;
}  
.actionBtn {
  width: 140px;
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px auto;
  color: #dae4df;
  text-align: center;
  cursor: pointer;
  display: block;
  border: 3px solid #dae4df;
}
.actionBtn > .title-container {
  padding: 0px 20px 10px 20px;
}
.actionBtn > .title-container > h4 {
  text-transform: uppercase;
  color: #000;
}
.actionBtn > .count-container {
  background-color: #dae4df;
  color: #fff;
}
.actionBtn > .count-container > h3 {
  margin-bottom: 0px;
  padding: 10px;
}
.actionBtn > img {
  width: 90%;
}
.actionBtnGrey {
  color: #9f9f9f;
  border: 3px solid #9f9f9f;
}
.actionBtnGrey > .count-container {
  background-color: #9f9f9f;
}
.voteButtonNew {
  display: block;
  cursor: pointer;
  background-color: #fcfcfc;
  padding: 10px 5px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: inset 0px -5px 10px #ebebeb;
  width: 40%;
  margin: 0 5%;
}
.voteButtonNew-blue {
  background-color: rgba(3, 159, 227, 0.7);
  border: 1px solid #039fe3;
  box-shadow: inset 0px -5px 0px #039fe3;
  color: #fff;
}
.voteButtonNew-blue:active,
.voteButtonNew-blue:focus {
  background-color: #039fe3;
  border: 1px solid rgba(3, 159, 227, 0.7);
  box-shadow: inset 0px -5px 0px rgba(3, 159, 227, 0.7);
}
.voteButtonNew-pink {
  background-color: rgba(213, 1, 127, 0.7);
  border: 1px solid #dae4df;
  box-shadow: inset 0px -5px 0px #dae4df;
  color: #fff;
}
.voteButtonNew-pink:active,
.voteButtonNew-pink:focus {
  background-color: #dae4df;
  border: 1px solid rgba(213, 1, 127, 0.7);
  box-shadow: inset 0px -5px 0px rgba(213, 1, 127, 0.7);
}
a.actionBtn:hover {
  color: #fff;
}
img.actionBtn-little {
  width: 60%;
}
.actionBtnBlue {
  background-color: #039fe3;
  color: #fff;
  border: 3px solid #039fe3;
  cursor: pointer;
}
.actionBtnBlue > .title-container {
  padding: 20px 20px 10px 20px;
}
.actionBtnBlue > .count-container {
  background-color: #039fe3;
  text-transform: uppercase;
}
.actionBtnBlue > .count-container > h3 {
  font-size: 17px;
}
.actionBtnThree > .count-container > h3 {
  margin-top: 0px;
  font-size: 13px;
}
.eventsTitle,
.galleryTitle,
.actionsTitle {
  margin-top: 15px;
}
.slider-preview-container {
  text-align: center;
}
.slider-prev-content {
  width: 94%;
  margin:auto;
  border: 1px solid #cacaca;
  box-shadow: 0px 0px 20px #cacaca;
  padding: 20px;
  color: #2e4474;
  display: block;
  cursor: default;
}
.rightArrow,
.leftArrow, 
.buttonMenuIcons > img {
  width: 40px;
}
.buttonMenuIcons {
  display: inline-block;
  cursor: pointer;
  padding: 7px;
  width: 100px;
  height: 40px;
  background-color: #735879;
  color: #fff;
  border-radius: 15px;
}
.buttonMenuIcons:hover,
.buttonMenuIcons:active,
.buttonMenuIcons:focus {
  color: #fff;
}
.buttonMenuIconsFix {
  padding-right: 8px;
}
.buttonMenuIcons span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -5px;
}
.buttonMenuIcons span.right {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: 3px;
  margin-left: 4px;
  float: left;
}
.fix-back-icon {
  margin-left: 3px;
}
.buttonMenuIconsModal {
  display: inline-block;
}
.buttonMenuIconDisabled {
  opacity: 0.5;
}
.fa-heart-red {
  color: #d9534f !important;
}
.customlist-fav-icon {
  width: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.customlist-fav-icon-right {
  width: 30px;
  position: absolute;
  left: 30px;
  top: 5px;
}
.customlist-sustain-icon {
  width: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.clickMe {
  cursor: pointer;
}
.as-prev-arrow {
  position: absolute;
  top: 190px;
  left: 5px;
  z-index: 20;
}
.as-next-arrow {
  position: absolute;
  top: 190px;
  right: 5px;
  z-index: 20;
}
.placeDetail-block-content {
  margin-bottom: 10px;
  color: #454545;
}
.btnPrevBlock {
  width: 100%;
}
.nav-md ul.nav.child_menu li:before {
  background: #7e91a2;
}

.editor-wrapper-textarea {
  min-height:100px !important;
}
.label-message-to {
  height: 34px;
  padding: 9px 0px 10px 20px;
  color: black;
}
.input-message-to {
  padding-left: 0px;
}

.pac-container {
  z-index: 1051;
}

.mfp-wrap { 
  z-index: 1052;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}
.sidebar-footer {
  z-index: 200;
  width: 100%;
  background-color: #735879;
  line-height: 0.7;
  padding: 1px 0 0 0;
  cursor: pointer !important;
}
.sidebar-footer > a {
  font-size: 20px;
  padding: 5px 0 7px;
  width: 50%;
  background-color: #735879;
  color:#fff;
  cursor: pointer;
  border-left: 1px solid #f7f7f7;
}
.sidebar-footer a:hover,
.sidebar-footer a:focus,
.sidebar-footer a:active,
.sidebar-footer a.activefooterbar {
  color: #ffffff;
  background: #553e5a;
  border-bottom: 3px solid #f3b558;
}
a.footerbar33 {
  width: 33.3333% !important;
}
.wizard_horizontal ul.wizard_steps {
  padding-left:0px;
}
.file-caption-main button {
  margin: 0 !important;
}
.btn, .btn-sm {
  border-radius: 10px !important; 
}

#map-places {
  height: 80vh;
  width: 100%;
  z-index: 1 !important;
}
#newItem-map, 
#editItem-map,
.editItem-map {
  height: 330px;
  width: 100%;
  z-index: 1 !important;
}
.map-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ccc;
  z-index: 1000;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  border-radius: 0px;
  background: #444444;
  color: #fff;
}
.select2icon {
  width: 25px;
}
#select2-locality_name-results li:first-child,
#select2-locality_name_edit-results li:first-child,
#select2-locality_name_search-results li:first-child,
#select2-locality_name_editPosizione-results li:first-child {
  display: none;
  background-color: #fff;
  color: #fff;
}
.place-popup-rating {
  margin-top: 3px;
  color: goldenrod;
}
.place-popup-no-rating {
  margin-top: 3px;
}
.marker-popup-description {
  border-top: 1px solid #ccc;
  /*margin-top: 5px;*/
  padding: 5px 0;
  font-size: 90%;
}
.marker-popup-description p {
  margin: 0;
}
.marker-popup-consegna-details {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding: 5px 0;
  font-size: 95%;
}
.marker-popup-consegna-details p {
  margin: 2px 0;
  padding: 0 5px;
}

.thirdPartyCookiesLock {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  background: #b6b6b6;
}
.thirdPartyCookiesLock > .thirdPartyCookiesLock-txt {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-decoration: underline;
  text-shadow: 0px 0px 3px #000;
  z-index: 3000;
}
.thirdPartyCookiesLock p {
  color: #fff;
}
.thirdPartyCookiesLock i {
  color: #fbc00e;
  font-size: 1.8rem;
  text-shadow: 0px 0px 2px #000;
}
.thirdPartyCookiesLock button {
  margin-top: 10px;
  min-width: 100px;
  font-size: 1.2rem;
}
.editor-wrapper {
  min-height: 150px;
}
.place-detailItem-info-categoryicon {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}
.place-detailItem-info-categoryicon img {
  width: 50px;
  margin: 0 auto;
}
.place-detailItem-info-name h3 {
  margin-bottom: 0px;
}
.place-detailItem-info-name p.italic {
  font-style: italic;
  font-size: 14px;
}
.place-detailItem-info-container {
  /*padding: 0 10px;*/
  background-color: #f3f3f3;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}
.user_data.place-detailItem-info-container {
  background-color: #ebebeb;
}
.placeDetails-modal-container hr {
  margin: 5px 20px 15px !important;
  border-top: 1px solid #d2d2d2;
}
.rimozioneMotivazione {
  border: 1px solid #ccc !important;
  margin-bottom: 5px !important;
  border-radius: 3px !important;
}
.richiestaRimozione-title {
  text-transform: uppercase;
}
.place-detailItem-rimozioneForm {
  padding: 5px 20px 10px;
  background: #efefef;
  margin-top: 20px;
}
.leaflet-container a.leaflet-popup-close-button {
  width: 20px;
  height: 14px;
  font: 20px/14px Tahoma, Verdana, sans-serif;
}

/* hide gesture lock on move marker mobile */
.hiddenGestureContent:after {
  background: transparent !important; 
  content: '' !important;
}
.about-container {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px 20px;
}
.cta-about {
  cursor: pointer;
}
.cta-about p {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.cta-about:hover p {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsItem {
  box-shadow: 1px 1px 5px #ccc;
  margin-bottom: 20px;
}
.newsItem .post-date {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 50px;
  background: #735879cf;
  padding: 3px;
  color: #fff;
}
.newsItem .post-date span {
  text-align: center;
  display: block;
  color: #fff;
}
.newsItem .post-date span.date {
  font-size: 17px;
}
.newsItem .post-date span.month {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}
.newsItem .post-review {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-top: 3px solid #f3b558;
}
.newsItem-image-bkg {
  height: 350px;
  background-size: cover !important;
  background-position-x: 50% !important;
}
.newsItem-view-details-title {
  border-bottom: 3px solid #f4b558;
  padding: 10px 10px 15px 10px;
}
.newsItem-details-info-date {
  font-size: 14px;
  margin-bottom: 20px;
  color: #8e8e8e;
  font-style: italic;
}
.newsItem-details-info-editor,
.newsItem-details-info-editor a {
  font-size: 14px;
  margin-bottom: 20px;
  color: #8e8e8e;
  font-style: italic; 
  margin-top: -15px;
  text-decoration: underline;
  cursor: pointer;
}
.newsItem-details-text {
  padding: 0px 10px 40px 10px;
  font-size: 16px;
}
.newsItem .post-fb-share-btn {
  position: relative;
  bottom: 0;
  text-align: right;
}
.newsImage img {
  width: 100%;
}
.newsGalleryCarousel {
  max-height: 450px;
}
.btn-transparent-red {
  background: #fff;
  border: 3px solid #735879;
  font-weight: 600;
  color: #735879;
  font-size: 15px;
}
.btn-transparent-red:hover,
.btn-transparent-red:active,
.btn-transparent-red:focus,
.btn-transparent-red:active:focus {
  background: #735879;
  border: 3px solid #735879;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}
.post-details-btn a {
  margin: 0;
  font-weight: 500;
}
.post-editor {
  color: #929292;
  margin-left: 5px;
  margin: 0px 0px 5px 5px;
  font-size: 12px;
  text-decoration: underline;
  cursor: default;
}
.post-img a {
  display: block; 
  top: 0;
}
.news-home-title {
  font-size: 33px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.newsExternalLink {
  color: #f4b558;
  font-weight: 600;
}
.videoPlayer iframe {
  width: 100%;
  height: 100%;
}
.textual-content p {
  font-size: 15px;
}
.textual-content h4 {
  font-size: 20px;
}
.buttonInAlert {
  text-align: center;
}
.alert-news p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.alert-news .buttonMenuIcons {
  background-color: #fff;
  color: #735879;
}
.alert-news .buttonMenuIcons:hover,
.alert-news .buttonMenuIcons:active,
.alert-news .buttonMenuIcons:focus {
  color: #735879;
}
.buttonInAlertDismiss {
  margin-top:5px;
  background: transparent !important;
  color: #fff !important;
  border: none;
  text-decoration: underline;
  height: 30px;
  padding: 10px;
}
.buttonInAlertDismiss:hover,
.buttonInAlertDismiss:active,
.buttonInAlertDismiss:focus {
  color: #fff !important;
}
.buttonInAlertDismiss span {
  font-size: 12px;
}
.buttonOutAlert {
  text-align: center;
  margin-bottom: 5px;
  background-color: #f3b558;
}
.buttonManageProducts {
  width: 120px;
  margin-bottom:5px;
  background-color:#5fa3a7;
}
.buttonManageProducts span.right {
  margin-left: 0px;
}

.marketplace-item {
  margin-bottom: 5px;
}
.marketplace-price {
  position: absolute;
  bottom: 90px;
  left: 8px;
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: 600;
}
.marketplace-item a > img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.marketplace-caption {
  padding: 5px 10px;
  background: #ffffff;
  text-align: left;
  border: none;
  border-top: 1px solid #e1e2e1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 85px;
  max-height: 85px;
  word-break: break-all;
}

.marketplace-position {
  font-size: 90%;
  color: #8c8c8c;
  word-break: break-all;
}
.marketplace-caption p.marketplace-title {
  font-weight: 600;
  margin-bottom: 0px;
}
.marketplace-caption p.marketplace-position {
  margin-top:0px;
  margin-bottom:0px;
}
.marketplace-object-deatils {
  cursor: pointer;
  border: 1px solid #e1e2e1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
}
.marketplace-detailItem-venditore {  
  display: flex;
  align-items: center;
}
.marketplace-detailItem-venditore a {
  display: flex;
  width: 100%;
  align-items: center;
}
.marketplace-detailItem-venditore2 {  
  display: flex;
  align-items: center;
  margin-top: 10px;
  background: #f3f3f3;
  padding: 10px 5px;
  border-radius: 10px;
  text-align: center;
}
.seller-details {
  font-weight: 600;
}
.seller-details span {
  font-weight: 400;
}
.marketplace-detailItem-venditore p.seller-name {
  font-size: 15px;
  font-weight: 600;
}
.marketplace-detailItem-venditore-img {
  width: 70px;
}
.marketplace-detailItem-price {
  color: #1fab1f;
  font-weight: 500;
}
.marketplace-detailItem-info {
  color: #969696;
  margin-bottom: 0px;
}
.marketplace-message-textarea {
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 10px;
}
p.marketplace-message-info {
  margin-bottom: 5px;
}
/*
.carousel-inner.marketplaceG-thumbs {
  min-height: 400px;
}
*/
.marketplace-modal-footer {
  margin-top: 0 !important;
  padding: 10px !important;
}
.marketplace-edit-item {
  position: absolute;
  top: 7px;
  right: 8px;
  background-color: #f7f7f7;
  color: #000;
  padding: 3px 5px;
  border-radius: 2px;
  font-weight: 600;
}
.shop-cover-image {
  background-size: cover;
  background-position-y: 25%;
  background-position-x: center;
  background-repeat: no-repeat;
}
.shop-cover-image-anchor {
  position: absolute;
  width: 100%;
  height: 290px;
  display: inline-block;
  left: 0;
  z-index: 20;
}
.modificaDettagliBtn {
  border-radius: 0px !important;
  border-color: #7b7b7b !important;
  border: 2px solid;
}
.borderRadius0 {
  border-radius: 0px !important;
}
.profile_pic {
  max-width: 135px;
}
.mailConfirmRequiredYet {
  background: #5d5d5d;
  color: #fff;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  text-align: center;
}
.mailConfirmRequiredYet p {
  margin-bottom: 0px;
}
.newsletterForm input {
  width: 100%;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
.newsletterForm button {
  border-radius: 10px;
  width: 55%;
  background-color: #5fa3a7 !important;
  border-color: #5fa3a7 !important;
  border: 1px solid #5fa3a7 !important;
}

.marketplace-products-placeholder {
  background-color: #ebebeb;
  border: 1px dotted #ccc;
  border-radius: 0px 0px 5px 5px;
  margin: 0;
  padding: 0;
}
.marketplace-product-handler {
  text-align: center;
  background: #039fe3;
  padding: 5px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  width: 98%;
}

.popup-gallery-productDetails {
  max-height: 300px
}
.productDetails-shopLogo {
  width: 50px;
  display: inline-block;
  margin-right: 5px;
}

/**** MENU APPERING WORKAROUND */
#opacity-box {
  height: 100%;
  width: 100%;
  top: 57px;
  position: absolute;
  z-index: 200001;
  margin-left: 230px;
  background-color: #222;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .nav-md .container.body .col-md-3.left_col {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
  }
  .nav_title {
    width: 100vw;
  }
  .top_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 601;
  }
  footer {
    margin-bottom: 50px;
  }
}

@media all and (min-width: 1051px) and (max-width: 1165px) {
  .about-image-caption {
    /*top: 250px;*/
    top: 150px;
    margin: 0px 120px;
  }
  .about-image-caption > h3 {
    font-size: 23px;
  }
}

@media(min-width: 992px) {
  .videoPlayer {
    min-height: 400px;
  }
  .marketplace-detailItem-text {
    max-height: 250px;
    overflow-y: scroll;
  }
  .closeMenuBtnMobile {
    display: none;
  }

  .popup-gallery-productDetails {
    max-height: 400px
  }
  .popup-gallery-productDetails > .item > a > img {
    margin-top: -200px;
  }
}

@media all and (min-width: 992px) and (max-width: 1050px) {
  .about-img-container {
    height: 350px;
  }
  .about-image-caption {
    /*top: 200px;*/
    top: 125px;
    margin: 0px 120px;
  }
  .about-image-caption > h3 {
    font-size: 21px;
  }
}

/* Small Devices, Tablets -sm- */
@media all and (min-width: 768px) and (max-width: 991px) {
  .profile-img-container img {
    height:170px;
    width:170px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:170px;
    width:170px;
    margin-left: -85px;
  }
  .profile-img-over > span {
    right: 62px;
  }  
  .customlist-data-left {
    width: 13%;
  }
  .about-img-container {
    height: 350px;
  }
  .about-image-caption {
    /*top: 215px;*/
    top: 140px;
    margin: 0px 120px;
  }
  .about-image-caption > h3 {
    font-size: 21px;
  }
}

@media all and (max-width: 840px) {
.aboutBlockApp {
  text-align: center;
  background-color: #ededed;
  padding: 30px 0px 15px 0px;
  width: 80%;
  margin: 10px 20px;
  display: inline-table;
}

@media all and (max-width: 767px) {
  .newsItem-details-text {
    padding: 0px 0px 40px 0px;
  }
  .videoPlayer {
    height: 300px !important;
  }
}

/* Small Devices, Tablets -xs- */
@media all and (min-width: 481px) and (max-width: 767px) {
  .profile-img-container img {
    height:140px;
    width:140px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:140px;
    width:140px;
    margin-left: -70px;
  }
  .profile-img-over > span {
    right: 49px;
  }
  h3.user_data,
  ul.user_data { 
    text-align: center;
  }
  .customlist-data-left {
    width: 15%;
  }
  .actionBtn {
    width: 140px;
    margin: 20px auto;
  }
  .fa-7x {
    font-size: 4em;
  }
  .wizard_horizontal ul.wizard_steps {
    padding-left:0px;
  }
  .thumb-container {
    width: 80px;
  }
  .fix-label {
    text-align:left;
    margin-top:10px;
  }
  .about-img-container {
    height: 300px;
  }
  .about-image-caption {
    /*top: 180px;*/
    top: 105px;
    margin: 0px 80px;
  }
  .about-image-caption > h3 {
    font-size: 20px;
  }
  .as-prev-arrow {
    top: 120px;
    left: 5px;
  }
  .as-next-arrow {
    top: 120px;
    right: 5px;
  }
  .voteButtonNew {
    width: 80%;  
  }
}

@media all and (min-width: 515px) and (max-width: 676px) {
  .about-image-caption {
    /*top: 180px;*/
    top: 110px;
    margin: 0px 60px;
  }
  .about-image-caption > h3 {
    font-size: 18px;
  }
}

@media all and (min-width: 515px) {
  .padL20 {
    padding-left: 20px;
  }
}

@media all and (min-width: 480px) {
  .title-logo-img {
    width: 135px;
    top: 0;
  }
}

@media all and (max-width: 514px) {
  #myTabProfile {
    height: 43px;
    padding-left: 0px;
  }
  #myTabProfile > li {
    width: 33%;
    margin-left: 0px;
  }
  #myTabProfile > li > a {
    padding-left: 5px;
    height: 58px;
  }
  .thumb-container {
    width: 80px;
  }
  .fix-label {
    text-align:left;
    margin-top:10px;
  }
  #faces-container {
    padding: 0;
    width: 115%;
    left: -50px;
  }
  .about-img-container {
    height: 250px;
  }
  .about-image-caption {
    /*top: 130px;*/
    top: 85px;
    margin: 0px 30px;
  }
  .about-image-caption > h3 {
    font-size: 18px;
  }
  #videoContainer > iframe {
    width:450px;
    height:255px;
  }
  /* FIX PNOTIFY MODAL ON MOBILE */
  .ui-pnotify.stack-modal {
    margin-left:0px !important;
  }
}

@media all and (max-width:480px){
  .videoPlayer {
    height: 250px !important;
  }
}

/* Extra Small Devices, Phones -xxs- */
@media all and (min-width: 321px) and (max-width: 480px) {
  .panel-div-body {
    margin: 20px 0;
  }
  .adp-step, .adp-substep {
    display: inline-block;
    border-top: none !important; 
  }
  td.adp-substep:last-child {
    border-bottom: 1px solid #cdcdcd;
    width: 95%;
  }
  .profile-img-container img {
    height:120px;
    width:120px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:120px;
    width:120px;
    margin-left: -60px;
  }
  .profile-img-over > span {
    right: 38px;
  } 
  h3.user_data,
  ul.user_data { 
    text-align: center;
  }
  .customlist-data-left {
    width: 20%;
  }
  .customlist-data-middle {
    width: 60%;
  }
  .customlist-data-right {
    width: 20%;
  }
  .customlist-list-arrow > img {
    width: 10px;
  }
  .btnSurveyNo,
  .btnSurveyNoDisabled {
    width: 100px;
    padding: 8px;
    font-size: 20px;
  }
  .btnSurveySi,
  .btnSurveySiDisabled {
    width: 100px;
    padding: 8px;
    font-size: 20px;
  }
  .actionBtn {
    width: 120px;
    margin: 20px auto;
  }
  .actionBtnBlue {
    height: 150px;
  }
  .actionBtnBlue > .count-container > h3 {
    font-size: 14px;
  }
  .actionBtnThree {
    width: 110px;
    height: 140px;
  }
  .actionBtnThree > .count-container > h3 {
    font-size: 12px;
    padding: 10px 0px;
  }
  .actionBtnThreePink {
    width: 110px;
    height: 140px;
  }
  .actionBtnThreePink > .count-container > h3 {
    font-size: 18px;
    padding: 10px 0px;
    margin-top: 0px;
  }
  .actionBtnThreePink > .title-container > h4 {
    font-size: 13px;
  }
  .fa-7x {
    font-size: 5em;
  }
  .customlist-fav-icon,
  .customlist-fav-icon-right {
    width: 20px;
  }
  .customlist-fav-icon-right {
    left: 20px;    
  }
  @media all and (max-width: 380px) {
    .customlist-fav-icon {
      width: 20px;
      left: 2px;
      top: 5px;
    }
    .customlist-fav-icon-right {
      width: 20px;
      left: 20px;
      top: 5px; 
    }
  }
  .label-message-to {
    padding-left: 10px;
  }
  span.step_descr {
    font-size: 11px;
  }
  .wizard_horizontal ul.wizard_steps {
    padding-left:0px;
  }
  .alert-info-preferences {
    font-size: 10px;
  }
  .thumb-container {
    width: 50px;
  }
  .fix-label {
    text-align:left;
    margin-top:10px;
  }
  .about-img-container {
    height: 180px;
  }
  .about-image-caption {
    /*top: 80px;*/
    top: 60px;
    margin: 0px 20px;
  }
  .about-image-caption > h3 {
    font-size: 14px;
  }
  #videoContainer > iframe {
    width:320px;
    height:185px;
  }
  .as-prev-arrow {
    top: 80px;
    left: 5px;
  }
  .as-next-arrow {
    top: 80px;
    right: 5px;
  }
  /* FIX HEADER BAR ON MOBILE */
  .toggle {
    width: 60px !important;
  }
  /* FIX PNOTIFY MODAL ON MOBILE */
  .ui-pnotify.stack-modal {
    margin-left:0px !important;
  }
  .voteButtonNew {
    width: 80%;  
  }
}

@media all and (max-width: 347px) {
  .page-title-logo-container {
    display: none;
  }
  .buttonManageProducts {
    position: relative;
    left: -20px;
  }
}

/* Custom, iPhone Retina -xxxs- */
@media all and (max-width: 320px) {
  .panel-div-body {
    margin: 20px 0;
  }
  .littleFont320 {
    font-size: 12px;
  }
  .fa-3x {
    font-size: 2.6em;
  }
  .adp-step, .adp-substep {
    display: inline-block;
    border-top: none !important; 
  }
  td.adp-substep:last-child {
    border-bottom: 1px solid #cdcdcd;
    width: 95%;
  }
  .profile-img-container img {
    height:100px;
    width:100px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:100px;
    width:100px;
    margin-left: -50px;
  } 
  .profile-img-over > span {
    right: 27px;
  } 
  h3.user_data,
  ul.user_data { 
    text-align: center;
  }
  .customlist-data-left {
    width: 20%;
  }
  .customlist-data-middle {
    width: 60%;
  }
  .customlist-data-right {
    width: 20%;
  }
  .customlist-list-arrow > img {
    width: 10px;
  }
  .btnSurveyNo,
  .btnSurveyNoDisabled {
    width: 100px;
    padding: 8px;
    font-size: 20px;
  }
  .btnSurveySi,
  .btnSurveySiDisabled {
    width: 100px;
    padding: 8px;
    font-size: 20px;
  }  
  .actionBtn {
    width: 120px;
    margin: 10px auto;
  }
  .actionBtnBlue {
    height: 150px;
  }
  .actionBtnBlue > .count-container > h3 {
    font-size: 14px;
  }
  .actionBtnThree {
    width: 90px;
    height: 120px;
  }
  .actionBtnThree > .count-container > h3 {
    font-size: 10px;
    padding: 10px 0px;
  }
  .actionBtnThree > .title-container {
    padding: 10px 20px 3px 20px;
  }
  .actionBtnThreePink {
    width: 90px;
    height: 120px;
  }
  .actionBtnThreePink > .count-container > h3 {
    font-size: 14px;
    padding: 9px 0px;
    margin-top: 9px;
  }
  .actionBtnThreePink > .title-container {
    padding: 0px 10px 0px 10px;
  }
  .actionBtnThreePink > .title-container > i {
    font-size: 3em;
  }
  .actionBtnThreePink > .title-container > h4 {
    font-size: 12px;
  }
  .fa-7x {
    font-size: 4em;
  }
  .actionBtn > img {
    width: 70%;
  }
  .actionBtn > h4 {
    font-size: 90%;
  }
  img.actionBtn-little {
    width: 40%;
  }
  .customlist-fav-icon {
    width: 20px;
    left: 2px;
    top: 5px;
  }
  .customlist-fav-icon-right {
    width: 20px;
    left: 17px;
    top: 5px; 
  }
  .label-message-to {
    padding-left: 10px;
  }
  span.step_descr {
    font-size: 10px;
  }
  .wizard_horizontal ul.wizard_steps {
    padding-left:0px;
  }
  .wizard_horizontal ul.wizard_steps li a:before {
    top: 14px;
  }
  .wizard_horizontal ul.wizard_steps li a .step_no {
    width: 30px;
    height: 30px;
    line-height: 32px;
    margin: 0 auto 2px;
    font-size: 14px;
  }
  .alert-info-preferences {
    font-size: 10px;
  }
  .thumb-container {
    width: 50px;
  }
  .fix-label {
    text-align:left;
    margin-top:10px;
  }
  .about-img-container {
    height: 150px;
  }
  .about-image-caption {
    /*top: 60px;*/
    top: 42.5px;
    margin: 0px 20px;
  }
  .about-image-caption > h3 {
    font-size: 12px;
  }
  #videoContainer > iframe {
    width:320px;
    height:185px;
  }
  .voteButtonNew {
    width: 80%;  
  }
  /* FIX HEADER BAR ON MOBILE */
  .toggle {
    width: 60px !important;
  }
  /* FIX PNOTIFY MODAL ON MOBILE */
  .ui-pnotify.stack-modal {
    margin-left:0px !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    height: 50px;
    padding: 15px 25px;
    border-bottom: 1px solid #e5e9ed;
    border-radius: 0px;
  }
}