.saasbox-btn.white-btn {
 background-image:linear-gradient(45deg,#af5111 0%,#cd6f2f 51%,#e18343 100%);
 visibility:visible;
 animation-delay:.2s;
 animation-name:fadeInUp;
 font-weight:600;
 color:#fff
}
.modal{
    display: block;
}
.spinerDiv, .spinerDiv2{
    padding-top: 100px;
    padding-bottom: 100px;
}
.is-visible{
    color: #e18343!important;
}
a.active{
    color: #e18343!important;
}

.btn-success{
    background-color: #e18343!important;
    border-color: #e18343!important;
}
.btn-success:hover{
    background-color: #af5111!important;
    border-color: #af5111!important;
}

.btn-info:hover{
    background-color: #af5111!important
}
.closeModal{
    display: none;
}
.brItem::before{
    content: "\002192"!important;
}
.chech::before{
    content: "\2713"!important;
    color: rgba(0, 200, 0, 0.6);
}
.HBigh{
    color: #aaaaaa;
}
.confirmGetB{
    border: 2px solid rgba(0, 200, 0, 0.3);!important;
    background-color: rgba(200, 200, 200, 0.4);
    
}
.textConfirmationF{
    color: #f23b64;
}