body {
    background-color: #f0f1f1;
}

.comingsoon {
    background-color: #bebebe;
}

.bg-image::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.53);
    height: 100%;
    width: 100%;
    position: fixed;
}

.bg-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

.home {
    color: #3c3e3e;

}

.pb-10 {
    padding-bottom: 7rem !important;
}

.svgBlur {
    filter: url("#sharpBlur");
}


.svgBlur {
    -webkit-filter: url("#sharpBlur");
    filter: url("#sharpBlur");
}

.hideSvg {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.verdelogo {
    background-color: #7ca56d !important;

}

.countdown {
    text-align: center;
    line-height: 75px;
}

.styled div {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    width: 85px;
}

/*Collappse button*/
.collapseButton {
    position: relative;
}

.bottombar_collapse,
.bottombar_collapse:focus,
.bottombar_collapse:focus:hover,
.bottombar_collapse:hover {
    color: #000
}

.bottombar_collapse,
.bottombar_collapse:focus,
.bottombar_collapse:focus:hover,
.bottombar_collapse:hover {
    color: #fff
}

.bottombar_collapse:before {
    content: ""
}

.bottombar_collapse {
    font-family: webinarjam-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible;
    -webkit-appearance: button;
    border: none;
    font-size: 22px;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700
}

.bottombar_collapse:before,
.bottombar_expand_mobile:before {
    -webkit-transition: content .3s ease-in-out;
    transition: content .3s ease-in-out;
    position: relative;
    z-index: 1
}

.bottombar_collapse:after,
.bottombar_expand_mobile:after {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-radius: 4px 4px 0 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.bottombar_collapse,
.bottombar_collapse:focus,
.bottombar_expand_mobile,
.bottombar_expand_mobile:focus {
    outline: none
}

.bottombar_collapse:after,
.bottombar_collapse:focus:after,
.bottombar_expand_mobile:after,
.bottombar_expand_mobile:focus:after {
    background: rgba(0, 0, 0, .3)
}

.bottombar_collapse:focus:hover,
.bottombar_collapse:hover,
.bottombar_expand_mobile:focus:hover,
.bottombar_expand_mobile:hover {
    outline: none
}

.bottombar_collapse:focus:hover:after,
.bottombar_collapse:hover:after,
.bottombar_expand_mobile:focus:hover:after,
.bottombar_expand_mobile:hover:after {
    background: rgba(0, 0, 0, .4)
}

.bottombar_expand_mobile {
    background: 0 0;
    padding: 0
}

.bottombar_collapse {
    border-radius: 4px 4px 0 0;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    width: 52px;
    height: 52px;
    position: absolute;
    padding: 0;
    bottom: 0;
    right: 16px
}

.bottombar_collapse,
.bottombar_collapse:focus,
.bottombar_collapse:focus:hover,
.bottombar_collapse:hover {
    background: inherit
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .bottombar_collapse {
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .collapseButton {
        z-index: 201
    }

    .footerRidotto {
        height: 52px;
    }

    .bottombar_collapse {
        right: 0;
        background-color: #7ca56d !important;
    }

    .bottombar_collapse {

        bottom: auto;
        top: 0
    }

    .bottombar_collapse:after {
        display: none
    }


}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #2a827a !important;
    border-color: #2a827a !important;
}

.progress {
    background-color: #e1e2e3;
}

.progress-bar {

    background-color: #5ee19f;

}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #718f94 !important;
    border-color: #718f94 !important;
}


.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #fff;
    background-color: #d5a021 !important;
    border-color: #d5a021 !important;
}

.cover-hading {
    color: #3c3e3e;
}

.lead {
    font-size: 16px;
    color: #3c3e3e !important;
}

.cover-container {
    max-width: 50em;
}

.cover {
    padding: 0 1.5rem;
}

.pull-right {
    float: right !important;
}

/* PERFECT SCROLLBAR */

/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;

    /* inserito per spostare la barra di scroll che altrimenti copre gli elementi */
    padding-right: 15px;
}

/*
   * Scrollbar rail styles
   */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
   * Scrollbar thumb styles
   */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

input::placeholder {
    /*styles here*/
    color: #e1e2e3 !important;
}

.my-custom-scrollbar {
    position: relative;
    height: calc(100vh - 400px);
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.tab-content>.tab-pane {
    display: block;
}