
.parsley-errors-list {
    margin: 0;
    padding: 0;
}

.parsley-errors-list > li {
    list-style: none;
    font-size: 13px;
    color: #f1556c;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
}

.parsley-errors-list > li:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 2px;
    top: -1px;
}

.parsley-error {
    border-color: #f1556c;
}

.parsley-success {
    border-color: #1abc9c;
}


.float-btn {
    /*position:fixed;*/
    /*width:60px;*/
    /*height:60px;*/
    /*bottom:100px;*/
    /*right:40px;*/
    /*background-color:#25d366;*/
    /*color:#FFF;*/
    /*border-radius:50px;*/
    /*text-align:center;*/
    /*font-size:30px;*/
    /*box-shadow: 2px 2px 3px #999;*/
    /*z-index:100;*/

    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 170px;
    right: 0;
    background-color: #25d366;
    color: #FFF;
    padding: 15px;
    /*border-radius: 80px;*/
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.float-btn-call {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 250px;
    right: 0;
    background-color: #2e31ff;
    color: #FFF;
    padding: 15px;
    /*border-radius: 80px;*/
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.float-btn:hover {
    color: #91f8b5 !important;
}

.my-float-btn {
    /*margin-top: 16px;*/
    text-decoration: none;
}


/* Cookie component section */
.cookie-component-section {
    z-index: 1000;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 300px;
}

.cookie-component-section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

.cookie-component-section .buttons {
    font-size: 13px;
}

@media screen and (max-width: 600px) {

    .cookie-component-section {
        bottom: .8rem;
        right: .8rem;
        left: .8rem;
    }

}

/*<editor-fold desc="Share Buttons">*/
.share-buttons {
    z-index: 100;
    position: fixed;
    width: 200px;
    height: 200px;
    padding-left: 25px;
    bottom: 38%;
    left: 0;
    margin-top: -106px;

}

/*.share-buttons.fixed {*/
/*    position: fixed;*/
/*}*/

.share-buttons .share-button {
    float: left;
    margin-top: 15px;

}

.share-buttons .share-button:first-child {
    margin-top: 0;
}

.share-buttons .share-button:after {
    clear: both;
    display: table;
}

.share-button {
    display: block;
    position: relative;
    height: 30px;
}

.share-button:hover {
    cursor: pointer;
}

.share-button:hover .share-button-primary {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.share-button:hover .share-button-secondary-content {
    transform: translate3d(0, 0, 0);
}

.share-button-primary {
    position: absolute;
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    left: 0;
    top: 50%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.share-button-icon {
    display: block;
    color: #242424;
    position: absolute;
    width: 50px;
    line-height: 30px;
    font-size: 28px;
    margin-top: 1px;
}

.share-button-secondary {
    overflow: hidden;
    margin-left: 15px;
    height: 30px;
}

.share-button-secondary-content {
    font-family: sans-serif;
    font-size: 0.75em;
    background: #fff;
    display: block;
    height: 30px;
    text-align: left;
    padding-left: 40px;
    padding-right: 18px;
    line-height: 30px;
    color: #242424;
    border-radius: 0 15px 15px 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 175ms ease;
}

/*</editor-fold>*/