/*
CSS to hide the honeypot field in forms

Created by Jürgen K.
https://github.com/juergenweb
File name: frontendforms.css
Created: 08.07.2022
 */

.seca {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


/* -----------------------------------------------------
  Pure CSS Progress Bars
  GitHub Project: https://github.com/rkchauhan/pure-css-progress-bars/
  By: Ravikumar Chauhan
  Find me on -
  Twitter: https://twitter.com/rkchauhan01
  Facebook: https://www.facebook.com/ravi032chauhan
  GitHub: https://github.com/rkchauhan
  CodePen: http://codepen.io/rkchauhan
-------------------------------------------------------- */
/* -----------------------------------------------------
   CSS Progress Bars
-------------------------------------------------------- */

.ajax-progressbar-wrapper {
    clear:both;
    width: 100%;
}

.cssProgress {
    width: 100%;
    margin-bottom: 20px;
}

.cssProgress .progress1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: "Roboto", sans-serif;
}

.cssProgress .cssProgress-bar {
    display: block;
    float: left;
    width: 0;
    height: 100%;
    background: #3798d9;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
}


.cssProgress .cssProgress-success {
    background-color: #66bb6a !important;
}


.cssProgress .cssProgress-active {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-size: 35px 35px;
}

.cssProgress-active {
    -webkit-animation: cssProgressActive 2s linear infinite;
    -ms-animation: cssProgressActive 2s linear infinite;
    animation: cssProgressActive 2s linear infinite;
}

@-webkit-keyframes cssProgressActive {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 35px 35px;
    }
}

@-ms-keyframes cssProgressActive {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 35px 35px;
    }
}

@keyframes cssProgressActive {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 35px 35px;
    }
}

/* -----------------------------------------------------
  Progress Bar 1
-------------------------------------------------------- */
.progress1 {
    background-color: #EEE;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.progress1 .cssProgress-bar {
    height: 18px;
}

.privacy-text {
    margin-bottom: 10px;
}

/* -----------------------------------------------------
  Slider Captcha
-------------------------------------------------------- */

.ffm-block {
    position: absolute!important;
    left: 0;
    top: 0;
}

.slidercaptcha {
    height: 300px;
    border-radius: 4px;
    margin-top: 0;
}

.slidercaptcha canvas:first-child {
    border-radius: 5px;
    border: 1px solid #e6e8eb;
}

.ffm-sliderContainer {
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
    margin-top: 5px;
    text-align:right;
    padding: 0 5px;
}

.ffm-sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}


.ffm-sliderContainer .ffm-sliderIcon:before {
    margin:0;
    padding: 0;
    font-size: 30px;
    position: absolute;
    font-style:normal;
    content: '\002794';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;

}

.ffm-sliderContainer_fail .ffm-sliderIcon:before {
    content: '\0000d7';
    font-size: 40px;
    top: -3px;
}

.ffm-sliderContainer_fail .ffm-slider {
    background-color: #f35c59 !important;
    color: #fff;
}

.ffm-sliderContainer_fail .ffm-sliderMask {
    background-color: #f7dcdd;
}

.ffm-sliderContainer_success .ffm-sliderIcon:before {
    content: '\002713';
}

.ffm-sliderContainer_success .ffm-slider {
    background-color: #02c076 !important;
    color: #fff;
}

.ffm-sliderContainer_success .ffm-sliderMask {
    background-color: #D2F4EF;
}

.ffm-sliderContainer_active .ffm-sliderText, .ffm-sliderContainer_success .ffm-sliderText, .ffm-sliderContainer_fail .ffm-sliderText {
    left: -3000em
}

.ffm-sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #d1e9fe;
    background: #d1e9fe;
    border-radius: 2px;
}

.ffm-slider {
    position: absolute;
    margin:0;
    padding: 0;
    border: 0;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.ffm-slider:hover {
    background: #009efb;
    color: #fff;
    border-color: #009efb;
}


.ffm-sliderText {
    font-size: 20px;
    position: relative;
}

.ffm-refreshIcon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #ff4c4c;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
}

.ffm-refreshIcon:before {
    content: '\0027f3';
    font-size: 19px;
    position: relative;
    top: -1px;
    font-style: normal;
}

.ffm-refreshIcon:hover {
    color: #45494c;
    background: #f7f9fa;
}

/* -----------------------------------------------------
  File upload field
-------------------------------------------------------- */
.file-delete:hover {cursor:pointer}
.ff-file-size {margin-left: 5px;}
.ff-totallabel, .ff-close {margin-right: 5px;}
.ff-close:after{
    content: "\2715";
    vertical-align: top;
    position:relative;
    display:inline-block;
    padding: 0 5px;
    }
.ff-close:hover:after{opacity: 0.75;}
.text-danger {color: #990000;}
.ff-invalid-fs {font-weight:bold;}
.ff-total-file-size {margin-bottom: 5px}
.uk-badge-danger {background:#990000}

/* -----------------------------------------------------
  Multi-step form
-------------------------------------------------------- */

.final-list-table {table-layout:fixed;}
.ff-final-list-label {overflow-x:auto;}
.ff-final-list-hidden {display: none !important;}
.ff-final-list-label {font-weight:bold;}
.ff-final-list-edit {text-align:right;}
.ff-steps-of {font-weight: bold;font-size: 1.3em;}

.progressbar {width: 100%; height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;
}

.table-resp{
    overflow-x:auto;
    width: 100%;
}


