/*!
 * 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: #eee;
}


h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 0.9rem;
}

h5 {
    font-size: 0.7rem;
}

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: #100c64;
  text-shadow: none;
}

::selection {
    color: #fff;
    background: #100c64;
    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', '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', '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', 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
  background-color: #100c64;
}

#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 */
    /*position: fixed;*/
    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: #100c64;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #100c64;
  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', 'Montserrat', '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', 'Montserrat', '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', 'Montserrat', 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', 'Montserrat', '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', 'Montserrat', 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','Montserrat', 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 15px;
}

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', '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', 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
    background-color: #100c64;
    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: #100c64;
    background-color: #f4f5fa;
    border: 0.5px solid #100c64;
    /*text-transform: uppercase;*/
    border-radius: 3px;
    font-family: 'Montserrat Alternates', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*.highlighted {
    color: #fff;
    background-color: #007bff;
}
*/
.display-block {
    display: block;
}

.text-align-justify{
    text-align: justify;
}

.text-align-center{
    text-align: center;
}

.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 #100c64;
}

.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(9%) sepia(88%) saturate(2479%) hue-rotate(237deg) brightness(95%) contrast(116%);*/
    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(9%) sepia(88%) saturate(2479%) hue-rotate(237deg) brightness(95%) contrast(116%);*/
    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(9%) sepia(88%) saturate(2479%) hue-rotate(237deg) brightness(95%) contrast(116%);*/
}

    .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(9%) sepia(88%) saturate(2479%) hue-rotate(237deg) brightness(95%) contrast(116%);*/
}

    .swiper-button-next::after {
        display: none;
    }

.image-responsive {
    /*max-width: 300px;*/
    max-height: 200px;
    width: 100%;
    /*border-radius: 8px;*/
}

.image-card-responsive {
    /*max-width: 300px;*/
    max-height: 200px;
    width: 100%;
}


.bottom-left {
    position: absolute;
    bottom: 38px;
    left: 16px;
    color: white;
    background-color: #100c64;
    border: 0.5px solid #fff;
    border-radius: 3px;
}

.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 #100c64;
        background: #100c64;
        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: #100c64;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.highlighted {
    color: #fff;
    background-color: #100c64;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #100c64;
}

.btn-info {
    color: #fff;
    background-color: #100c64;
    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: #100c64;
    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 #100c64;
    transition: background-color 0.3s;
}

.label-check {
    font-size: 0.8rem;
    color: #100c64;
}

.main-color {
    color: #100c64;
}

.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 #100c64;
}



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: #100c64;
        padding: 10px 20px;
        /*border-radius: 10px;*/
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

        input[type=file]::file-selector-button:hover {
            background: #100c64;
        }

.border-solid {
    /*           width style color  */
    border: 0.5px solid #100c64;
    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: #100c64;
    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: #F20000;
    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: #F20000;
    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: #100c64;
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem grey rgb(156 59 30 / 25%);*/
    box-shadow: 0 0 0 0.2rem #B7B6D0;
    box-shadow: #100c64;
}

.text-align-right {
    text-align: right;
}

.success-color {
    color: forestgreen;
}


.line-breaks {
    white-space: pre-line;
}

.action-active {
    background-color: #100c64;
    color: white;
}

.max-width-180 {
    max-width: 180px;
}

.cursor-pointer {
    cursor: pointer;
}

.checkbox-css {
    accent-color: #100c64
}

.darkslateblue {
    background-color: #100c64;
    font-weight: bold;
    color: white;
}

.dodgerblue {
    background-color: #B7B6D0;
    font-weight: bold;
    color: white;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto #100c64;
}

.carousel-control-next, .carousel-control-prev {
    top: 50%;
    bottom: 50%;
}

.card {
    border: none;
    border-radius: 10px
}

.ms-2 {
   margin-left: 0.5rem !important;
}

.c-details span {
    font-weight: 300;
    font-size: 13px
}

.icon {
    width: 50px;
    height: 50px;
    /*background-color: #eee;*/
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.black-color {
    color: black;
}

.card-subtitle {
    font-size: 0.7rem;
}

.background-white-color{
    background-color: white;
}


.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: #100c64;
    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: #100c64
    }

    /*.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 #100c64
}

.vertical-align-bottom{
    vertical-align: bottom;
}

.image-lg-responsive {
    max-height: 300px;
    width: 100%;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-break {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #100c64;
}

.card-item {
    background-color: #100c64;
    color: white;
}

.form-input-control {
    display: block;
    width: auto;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-input-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem #ced4da
    }

.btn-shopping {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    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;
    border: 1px solid #e0a800;
    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', 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    .btn-shopping:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-shopping.focus, .btn-shopping:focus {
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }


.btn-li-shopping {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    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;
    border: 1px solid #e0a800;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    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', 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    .btn-li-shopping:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-li-shopping.focus, .btn-li-shopping:focus {
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

    .btn-li-shopping > a:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        text-decoration: none;
    }

    .btn-li-shopping > a.focus, .btn-li-shopping > a:focus {
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
        text-decoration: none;
    }

.w-16 {
    width: 4rem;
}

.w-6 {
    width: 6rem;
}

.flex {
    display: flex;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}
table {
    /*border: 1px solid #e0a800;*/
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 0.78rem;
}

    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table thead {
        font-size: 0.78rem;
        font-weight: bold;
    }

    table tr {
        background-color: transparent;
        /*border-bottom: 1px solid #ddd;*/
        padding: .35em;
    }

    table th,
    table td {
        padding: .625em;
        text-align: center;
        border: none;
        vertical-align: top;
    }

    table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: bold;
    }

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
            font-size: 0.78rem;
        }

        table tr {
            /*border-bottom: 3px solid #ddd;*/
            display: block;
            margin-bottom: .625em;
        }

        table td {
            /*border-bottom: 1px solid #ddd;*/
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}

.inside-image {
    position: absolute;
    bottom: 10%;
    color: white;
    background-color: #100c64;
    border: 0.5px solid #fff;
    border-radius: 3px;
}