/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 ul.stepper.horizontal .step .step-title{
    position: relative;
 }
 .step-content label p{

 }
 .stepper .step-content input[type='text'],
.stepper .step-content input[type='email'],
.stepper .step-content input[type='number'],.stepper .step-content select,.stepper .step-content textarea {
    box-shadow: none;
    border:0;
    border-bottom-color: rgba(0,0,0,.42);
    border-color: rgba(0,0,0,.42);
    min-height: 22px;
    padding-left: 0;
    text-indent: 0;
    min-width: 0;
    padding: 0;
    border: 0 solid;
    border-width: 0 0 1px 0;
    display: block;
    font: inherit;
    width: 100%;
    border-radius: 0;
    outline: none;
 }
 .stepper .step-content input[type='checkbox']{
   cursor: pointer;
   border: 2px solid;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: e-icons;
    height: 18px;
    line-height: 10px;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    background-color: #fff;
    border-color: #757575;

 }
 .stepper .step-content input:focus{
outline: none;
 }
 .step-content .text-label{
    font-size: 14px;
 }
 .step-content .e-control.e-btn{
    font-size: 14px;
    margin-top: 1rem;
    width: auto;
    background: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: #000;
    margin-left: 10px;
    height: unset;
    padding: 5px 24px;
 }
.step-actions button{

}

 .stepper .step-content label {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
 }
 .stepper {
    background: #fff;
 }
 .step-content .text-label-row {

 }
.stepper-form {
    position: relative;
}
.stepper .detail-text {
    font-size: 14px;
}
.e-control.e-textbox.error, .stepper select.error{
   border-color:#cf2e2e !important;
}
 #loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader-wrapper {
    position: absolute;
    background: #9b9b9b57;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
ul.stepper.horizontal .step .step-content .step-actions {
   position: relative !important;
}
.step-actions button{
   padding: 10px 20px;
   font-size: 14px;
   border-radius: 8px;
}
ul.stepper.horizontal.campaign-stepper{
   min-height: 800px;
   list-style-type: none;
}

.thankyou-wrapper {
   background: #fff;
   padding: 65px;
   font-size: 2.4em;
}
.thankyou-wrapper h1{
   font-size: 38px;
}
#campaign-stepper-form {
   width: 100%;
   max-width: 100%;
}
#campaign-stepper-form button{
   background: #28303d;
   color: #fff;
}

#campaign-stepper-form button:hover{
    background: #fff;
    color: #28303d;
    border: 1px solid #28303d;
}

.richtexteditor.rte-modern rte-bottom {
   display: none !important;
}
#campaign-stepper-form ul.stepper.horizontal .step .step-content .step-actions.with-copy-button {
   display: block;
   justify-content: space-between;
   flex-direction: row;
}

#campaign-stepper-form ul.stepper .step .step-content .step-.with-copy-button .row {
   margin-bottom: 7px;
   display: flex;
   flex-direction: row;
   justify-content: end;
}

#campaign-stepper-form .step-actions.with-copy-button button {
   background: #28303d;
   color: #fff;
   height: 45px;
   width: 120px;
   text-align: center;
   margin-left: 0;
}
#campaign-stepper-form .step-actions.with-copy-button button:hover{
   background: #fff;
   color: #28303d;
   border: 1px solid #28303d;
}
#campaign-stepper-form .step-actions.with-copy-button button#submit-campaign {
   margin-left: 12px;
}
@media (max-width: 600px) {
   ul.stepper.horizontal.campaign-stepper{
      padding-left: 0;
   }
   #campaign-stepper-form ul.stepper.horizontal .step .step-content .step-actions.with-copy-button{
      flex-direction: column;
   }
   #campaign-stepper-form .step-actions.with-copy-button button {
      width: 45%;
   }
}