/*!
 * Start Bootstrap - Clean Blog v5.0.7 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */

html {
    font-size: calc(15px + 0.390625vw);
}

body {
    /*font-size: calc(15px + 0.390625vw) !important;*/
    color: black;
    font-family: 'Montserrat Alternates', 'Lora', 'Times New Roman', serif;
    background-color: white; /*background-color:  #f4f5fa;*/
}


/*
p {
  line-height: 1.5;  
  color: black;
}

p a {
  text-decoration: underline;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: black;
}*/

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 0.9rem;
}

h5 {
    font-size: 0.78rem;
}

h6 {
    font-size: 0.3rem;
}

p {
    font-size: 0.9rem;
}

a {
  color: #212529;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus, a:hover {
  color: #0085A1;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
    color: #fff;
    background: #9c3b1e;
    text-shadow: none;
}

::selection {
  color: #fff;
  background: #9c3b1e;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
    font-size: 14px;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
}

.btn-fb:hover {
    color: #fff;
    background-color: #496ebc;

}

.btn-tw {
    color: #fff;
    background-color: #55acee;
    font-size: 14px;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
}

.btn-tw:hover {
    color: #fff;
    background-color: #59b5fa;
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}


#mainNav {
    position: absolute;
    border-bottom: 1px solid #e9ecef;
    background-color: white;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    #mainNav .navbar-brand {
        font-weight: 800;
        color: #343a40;
        background-color: #9c3b1e;
    }

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#mainNav span.flag {
    background-repeat: no-repeat;
    background-position: left;
}

span.it-it {
    background-image: url(/Media/it.svg);
}

span.en-us {
    background-image: url(/Media/gb.svg);
}

span.de-de {
    background-image: url(/Media/de.svg);
    padding-top: 1px;
}
span.es-es {
    background-image: url(/Media/es.svg);
}
span.fr-fr {
    background-image: url(/Media/fr.svg);
}
span.nl-nl {
    background-image: url(/Media/nl.svg);
}

@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
    #mainNav .navbar-brand {
        padding: 10px 20px;
        color: #fff;        
    }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 5px;
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    
    top: -67px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #0085A1;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085A1;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

header.masthead {
  margin-bottom: 20px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

    header.masthead .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #9c3b1e;
        /*opacity: 0.5;*/
    }

    header.masthead .page-heading,
    header.masthead .post-heading,
    header.masthead .site-heading {
        /*padding: 200px 0 150px;*/
        padding: 90px 0 15px;
        color: white;
    }

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    /*padding: 200px 0;*/
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

    header.masthead .page-heading .subheading,
    header.masthead .site-heading .subheading {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.1;
        display: block;
        margin: 10px 0 0;
        font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Montserrat Alternates', Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #0085A1;
}

.post-preview > a > .post-title {
  font-size: 20px;
  /*margin-top: 30px;*/
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 200;
  margin: 0 0 10px;
  text-align: justify;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-header {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
    color: #868e96;
}

.post-preview > .post-detail {
    font-size: 18px;
    margin-top: 0;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-word;
    color: #868e96;
}

.post-preview > .post-description {
    margin-top: 0;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
    color: #212529;
    font-family: 'Montserrat Alternates', 'Lora', 'Times New Roman', serif;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085A1;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 26px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        font-size: 1.5em;
        position: relative;
        z-index: 1;
        padding: 0;
        resize: none;
        border: none;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-family: 'Montserrat Alternates', Lora', 'Times New Roman', serif;
    }

        .floating-label-form-group input::-webkit-input-placeholder,
        .floating-label-form-group textarea::-webkit-input-placeholder {
            color: #868e96;
            font-family: 'Montserrat Alternates', Lora', 'Times New Roman', serif;
        }

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085A1;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 75px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.newLine {
    display: block;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.mb-4-new {
    margin-bottom: 0.5rem !important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

/*.btn {
    font-size: 14px;
    font-weight: 800;
    padding: 10px 20px;
    letter-spacing: 1px;    
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

.btn {
    display: inline-block;
    font-weight: 800;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
    background-color: #9c3b1e;
    border-color: #0085A1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

span.field-validation-error {
    color: #FFF;
}

button.search-button { 
    float: right;
}

div.container div.row #paging div.paging-block {
    width: 33%;
    display: block;
    float: left;
}

div.container div.row #paging div.paging-block span {
    display: block;
    padding-top: 12px;
}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 61%;
}

.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

h2 {
    /*margin-top: 30px;*/
}

img.img-fluid {
    height: auto !important;
}

h2 a:after {
    content: '\f0c1';
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    color: #0085A1;
    font-size: 0.8em;
}

h2 a:after:hover {
    text-decoration: none;
}

.ddl {
    font-size: 0.7rem;
    /*font-weight: 800;*/
    letter-spacing: 1px;
    width: 100%;
    /*padding: 0.375rem 0.75rem;*/
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
    /*height: 33px;*/
    color: #9c3b1e;
    background-color: #f4f5fa;
    border: 0.5px solid #9c3b1e;
    /*text-transform: uppercase;*/
    border-radius: 3px;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.display-block {
    display: block;
}

.text-align-justify{
    text-align: justify;
}

.text-align-center{
    text-align: center;
}
.text-align-left {
    text-align: left;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-0{
    padding: 0;
}

.padding-top-30 {
    padding-top: 30px
}

.width-100{
    width: 100%;
}

.height-100 {
    height: 100%;
}

.break {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0.5px solid #9c3b1e;
}

.fieldset-bordered {
    padding: 30px;
    border: 1px solid;
}

.legend {
    padding: 5px 10px;
    width: auto
}


.tab-nav {
    display: -ms-flexbox;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Update: Removed the Flex property - IE FIX */
}


/*img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: red;
    text-align: center;
}

:root {
    --swiper-theme-color: #fff;
}
*/
.netflix-slider .swiper-wrapper {
    padding: 20px 0;
}

.netflix-slider .swiper-slide {
    -webkit-transition: 250ms all;
    transition: 250ms all;
}

    .netflix-slider .swiper-slide:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 1;
    }

    .netflix-slider .swiper-slide:first-child:hover {
        margin: 0 40px;
    }

    .netflix-slider .swiper-slide:last-child:hover {
        margin: 0 -40px;
    }


carousel-indicators .active {
    opacity: 1;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: darkgray;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }


.carousel-control-prev-icon {
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    filter: invert(25%) sepia(76%) saturate(1200%) hue-rotate(343deg) brightness(90%) contrast(92%);*/
    background-image: url("/Media/sx.svg");
}

.carousel-control-next-icon {
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    filter: invert(25%) sepia(76%) saturate(1200%) hue-rotate(343deg) brightness(90%) contrast(92%);*/
    background-image: url("/Media/dx.svg");
}


.swiper-button-prev {
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;*/
    background-image: url("/Media/sx.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    /*filter: invert(25%) sepia(76%) saturate(1200%) hue-rotate(343deg) brightness(90%) contrast(92%);*/
}
    .swiper-button-prev::after {
        display: none;
    }


.swiper-button-next {
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;*/
    background-image: url("/Media/dx.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    /*filter: invert(25%) sepia(76%) saturate(1200%) hue-rotate(343deg) brightness(90%) contrast(92%);*/
}

    .swiper-button-next::after {
        display: none;
    }

.image-responsive {
    /*max-width: 300px;*/
    max-height: 200px;
    width: 100%;
}



.bottom-left {
    position: absolute;
    bottom: 38px;
    left: 16px;
    color: white;
    background-color: #9c3b1e;
    /*font-size: 1.5vw;*/
}

.h-white {
    text-align: center !important;
    color: white;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
}

    .itemSelected, .accordion:hover {
        border: 1px solid #9c3b1e;
        background: #9c3b1e;
        font-weight: normal;
        color: #ffffff;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.itemSelected:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #9c3b1e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.highlighted {
    color: #fff;
    background-color: #9c3b1e;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #9c3b1e;
}

.btn-info {
    color: #fff;
    background-color: #9c3b1e;
    border-color: #28a745;
}

    .btn-info:hover {
        color: #fff;
        background-color: #013f28;
        border-color: #117a8b;
    }

.btn-success {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-success:hover {
        color: #fff;
        background-color: #100c64;
        border-color: #1e7e34;
    }

.label-descrption {
    margin-top: 0;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
    color: #212529;
    font-family: 'Montserrat Alternates', 'Lora', 'Times New Roman', serif;
}

.font-weight-800 {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.form-control {
    font-size: 0.7rem;
}

.pagination {
    justify-content: center;
}

.background-color-black {
    background-color: #171717;
}

.text-bold{
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.img-center {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#map {
    height: 400px;
}

.myDivIcon {
    text-align: center;
    /* Horizontally center the text (icon) */
    line-height: 30px !important;
    /* Vertically center the text (icon) */
}

.postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 0.7rem;
    /* margin: 20px 0 0 0; */
    padding: 0;
    justify-content: flex-start;
}

.tag__item {
    color: #9c3b1e;
    display: inline-block;
    background: #f4f5fa;
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    border: 0.5px solid #9c3b1e;
    transition: background-color 0.3s;    
}

.label-check {
    font-size: 0.8rem;
    color: #9c3b1e;
}

.main-color {
    color: #9c3b1e; 
}

.btn-small {
    display: inline-block;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;    
    font-size: 0.7rem;
    line-height: 1.5;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.video-gallery {
    background: #f4f5fa;
    border-radius: 20px;
}

.bottomBorder {
    /*           width style color  */
    border-bottom: 0.5px solid #9c3b1e;
}



input[type=file] {
    appearance: none;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    white-space: pre;
    text-align: start !important;
    padding: initial;
    /*border: initial;*/
    overflow: hidden !important;
    font-size: 0.8rem;
}


    input[type=file]::file-selector-button {
        margin-right: 20px;
        border: none;
        background: #9c3b1e;
        padding: 10px 20px;
        /*border-radius: 10px;*/
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

        input[type=file]::file-selector-button:hover {
            background: #9c3b1e;
        }

.border-solid {
    /*           width style color  */
    border: 0.5px solid #9c3b1e;
    border-radius: 0.25rem;
}


.toast-close {
    background: 0 0;
    border: 0;
    color: #000000;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: .4;
    padding: 0 5px
}


.toastify {
    padding: 12px 20px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgb(0 0 0 / 12%), 0 10px 36px -4px rgb(77 96 232 / 30%);
    background: #f4f5fa;
    position: fixed;
    opacity: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    border-radius: 1.55rem;
    cursor: pointer;
    text-decoration: none;
    /*max-width: calc(50% - 20px);*/
    z-index: 2147483647;
}

.alert {    
    margin: 3px 0 0 0;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
    background-color: #ffc107;
    font-size: 0.9rem;
    white-space: pre;
    position: relative;
    z-index: 1;
    transition: 0.15s ease-out;
}

.fa-eye {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
}

.fa-eye-slash {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.warning-color {
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
    background-color: #ffc107;
    font-size: 0.9rem;
}

.field-validation-error {
    margin: 3px 0 0 0;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
    background-color: #ffc107;
    font-size: 0.9rem;
    white-space: pre;
    position: relative;
    z-index: 1;
    transition: 0.15s ease-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9c3b1e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(156 59 30 / 25%);
    box-shadow: #9c3b1e;
}

.text-align-right {
    text-align: right;
}

.success-color{
    color: forestgreen;
}


.line-breaks {
    white-space: pre-line;
}

.action-active {
    background-color: #9c3b1e;
    color: white;
}

.max-width-180{
    max-width: 180px;
}

.cursor-pointer {
    cursor: pointer;
}

.checkbox-css {
    accent-color: #9c3b1e
}

.darkslateblue {
    background-color: #9c3b1e;
    font-weight: bold;
    color: white;
}

.dodgerblue {
    background-color: #ff726f;
    font-weight: bold;
    color: white;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto #9c3b1e;
}

.carousel-control-next, .carousel-control-prev {
    top: 50%;
    bottom: 50%;
}

.checklist {
    /* position: absolute; */
    top: 100%;
    left: 0;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0.5rem 0;
    margin: 0.125rem 0 0.5rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9c3b1e;
    border-radius: 0.25rem;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}


.card {
    /*border: 0.3px solid #9c3b1e;
    background: #f4f5fa;*/
    border-radius: 10px;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.c-details span {
    font-weight: 300;
    font-size: 13px
}


.black-color {
    color: black;
}

.card-subtitle {
    font-size: 0.7rem;
}

#mapAll {
    height: 600px;
}

.padding-left-0{
    padding-left: 0;
}

.checklist-scrollable {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.img-of-card-selected {
    border-top-width: 2px;
    border-right-width: 2px;
    /*border-bottom-width: 0.5px;*/
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    /*border-bottom-style: solid;*/
    border-left-style: solid;
    border-top-color: #9c3b1e;
    border-right-color: #9c3b1e;
    /*border-bottom-color: #9c3b1e;*/
    border-left-color: #9c3b1e;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px 4px 0px 0px;
}

.card-item {
    color: #9c3b1e;
    display: inline-block;
    background: #f4f5fa;
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    border: 0.2px solid #9c3b1e;
    transition: background-color 0.3s;
}

.card-item-selected {
    /*border-top-width: 2px;*/
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    /*border-top-style: solid;*/
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    /*border-top-color: #9c3b1e;*/
    border-right-color: #9c3b1e;
    border-bottom-color: #9c3b1e;
    border-left-color: #9c3b1e;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0px 0px 4px 4px;
}

.font-h5 {
    font-size: 0.7rem !important;
}

.margin-right-5{
    margin-right: 5px;
}

.checkbox-item {
    display: block;
    font-size: 0.8rem;
    width: 100%;
    padding: 0.25rem;
    clear: both;
    font-weight: 400;
    color: #9c3b1e;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .checkbox-item::after, ::before {
        box-sizing: border-box;
    }

    .checkbox-item:focus, .checkbox-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #9c3b1e
    }

    /*.checkbox-item.active {
        color: #ffffff;
        text-decoration: none;
        background-color: #9c3b1e
    }
    .checkbox-item:active {
        color: #ffffff;
        text-decoration: none;
        background-color: #9c3b1e
    }*/

    .checkbox-item.disabled, .checkbox-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.checkbox-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 0.3px dashed #9c3b1e
}



.icon {
    /*width: 50px;
    height: 50px;
    background-color: #eee;*/
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.traffic-warden-icon {
    background-image: url("/Media/traffic-warden.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 25px;
    width: 25px;
}

.pharmacy-icon {
    background-image: url("/Media/farmacia.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 25px;
    width: 25px;
    border: none;
}

.hospital-icon {
    background-image: url("/Media/ospedale.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 25px;
    width: 25px;
}

.municipality-icon {
    background-image: url("/Media/comune.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 25px;
    width: 25px;
}

.municipality-color {
    color: #fe0002;
}

.traffic-warden-color {
    color: #000000;
}

.pharmacy-color {
    color: #009c0a;
}

.hospital-color {
    color: #00408b;
}