﻿
.button-desc {
     --cnvs-btn-padding-x: 1rem; 
     --cnvs-btn-padding-y: 1rem; 

}

/*app button*/
.button.button-desc span {
    margin-top: 10px;
    font-size: 12px;
/*    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-style: normal;*/
}

#survey-form-modal {
    position: fixed;
    opacity: 0;
    max-width: 150px;
    margin: 0;
    bottom: 110px;
    right: 31px;
    z-index: 1;
    transition: bottom 1.2s ease-in-out;
    z-index: 1100;
}

    .survey-form-success #survey-form-modal,
    #survey-form-modal:not(.modal-show) {
        bottom: -800px;
        opacity: 0;
    }

#survey-form-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px 0 0;
    font-size: 24px;
    color: #DDD;
    z-index: 2;
    cursor: pointer;
}

.survey-form-processing #survey-form-modal {
    pointer-events: none;
}

.form-process {
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6) !important;
    /*z-index: 1100;*/
}

/*app button end*/

.btn-app {
    background-color: #556f98; /*#d71326;*/ /*#7c3030;*/
}

    .btn-app.second {
        background-color: #7c3030;/*#556f98;*/
    }

    .btn-app:hover {
        /*color: #9fc9c099;*/
        background-color: #000000;
    }

.btn-app span:hover {
    font-weight: 800;
}

.button-desc i {
    width: 100%;
    font-size: 2rem;
    color: white;/*var(--cnvs-rmbs-red);*/ /*#ff0000;*/
}