.picker-fixed{
	z-index: 9999;
}

.content{
	position: static;
}

.mobile-focus{
	position: fixed!important;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.csvch-fast-answers.mobile-focus{
    background-color: rgb(188, 85, 146)!important;
}

.current-insurance-price{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #58c2db;
    background-image: linear-gradient(to right, #58c2db, #98c667);
    -webkit-box-shadow: 0px -1px 25px 0px rgba(103, 103, 103, 0.75);
    -moz-box-shadow: 0px -1px 25px 0px rgba(103, 103, 103, 0.75);
    box-shadow: 0px -1px 25px 0px rgba(103, 103, 103, 0.75);
    z-index: 1001;
}

.current-insurance-price p{
	display: table;
	margin: auto;
	font-size: 22px;
	color: white;
}

.center .csvch-plan-header:before{
    background-color: #103775 !important;
}

.csvch-chat-holder .csvch-chat .csvch-header .csvch-header-item:first-of-type {
    padding-top: 10px;
    padding-bottom: 10px;
}

.csvch-chat-holder .csvch-chat .csvch-chat-area .csvch-chat-inside .csvch-send .csvch-message .csvch-message-inside p{
    padding-right: 20px;
}

.csvch-chat-holder .csvch-chat .csvch-chat-area .csvch-chat-inside .csvch-send .csvch-message .csvch-message-inside{
    background-image: url(../img/edit.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 6px top 10px;
}

.picker-title, .picker-cancel, .picker-confirm{
    font-size: 2.2rem;
}

.picker-close{
    font-size: 3rem;
}

.picker-item{
    font-size: 1.8rem;
}

.picker-picked{
    font-size: 2.2rem;
}

/** APAGAR CASO NECESSÁRIO COMEÇO **/
.csvch-chat-holder .csvch-chat .csvch-written-answers{
    height: 114px;
}

.csvch-chat-holder .csvch-chat .csvch-written-answers .csvch-written-wrap .input-model{
    width: 100%!important;
}

.csvch-chat-holder .csvch-chat .csvch-written-answers .csvch-written-wrap .csvch-send{
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px!important;
    background-color: #e62686;

    padding: 10px;

    text-align: center;
}

.csvch-chat-holder .csvch-chat .csvch-written-answers .csvch-written-wrap .csvch-send span{
    float: right;
}

.csvch-chat-holder .csvch-chat .csvch-written-answers .csvch-written-wrap .csvch-send p{
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .csvch-fast-option.csvch-fast-ok{
    border-radius: 32px;
    background-color: #58c2db !important;
    background-image: linear-gradient(to right, #58c2db, #98c667) !important;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .csvch-fast-option.csvch-fast-ok p {
    width: calc(100% - 50px);
    text-transform: uppercase;
    font-size: 17px;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .csvch-fast-option.csvch-fast-ok:hover p {
    color: white;
}

#award-section .csvch-fast-option{
    width: calc(33.33% - 10px);
}

#outstanding-capital-container{
    display: block;
    width: 97%;
}
/** APAGAR CASO NECESSÁRIO FIM **/

.csvch-chat-holder .csvch-chat .csvch-fast-answers{
    padding-bottom: 2px!important;
    min-height: 128px !important;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .fast-option-section .input-model {
    width: 100%;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .fast-option-section .input-model input{
    width: calc(100% - 11px);
    font-family: "Exo",sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    color: #103775;
    padding: 5px 0;
    border-radius: 2px;
    border: none;
    border-bottom: 4px solid #103775;
    background-color: transparent;
    outline: none;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .fast-option-section .input-model input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #103775;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .fast-option-section .input-model input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #103775;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .fast-option-section .input-model input::-ms-input-placeholder { /* Microsoft Edge */
    color: #103775;
}

.bank-input-option-dropdown{
    width: calc(100% - 11px);
    margin: 0 6px 13px!important;
}

.csvch-fast-option .input-symbol{
    top: 8px;
}

#outstanding-capital-container{
    width: calc(100% - 11px);
    margin: 0 6px 13px !important;
}

.holder-radio-container{
    position: relative;
}

.holder-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .csvch-fast-option.checked{
    color: #103775;
    background: transparent;
}

.csvch-chat-holder .csvch-chat .csvch-fast-answers .csvch-fast-options .csvch-fast-option.checked p{
    color: #103775!important;
}

.recommendation-header {
    padding: 20px;
    margin-bottom: 50px !important;
    background-color: #58c2db;
    background-image: linear-gradient(to right, #58c2db, #98c667);
    font-weight: 700;
    font-size: 26px;
    color: white;
}

#recommendation-container{
    padding: 0 40px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px;
}

#recommendation-container .title{
    font-family: "Exo", sans-serif;
    font-size: 29px;
    line-height: 1.2;
}

#recommendation-container .text{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    max-width: 500px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: black;
}


#recommendation-container .text span{
    font-size: 18px;
    margin-bottom: 25px;
    display: block;
    font-weight: 700;
}

#recommendation-container .buttons-container{
    position: relative;
    display: block;
    width: 100%;
}

#recommendation-container .buttons-container .buttons-container-inner{
    display: inline-block;
    width: 100%;
    text-align: center;
}

#recommendation-container .buttons-container .buttons-container-inner button#dont-send-to-friend{
    margin-bottom: 0;
    padding: 2px 0;
    margin: 16px auto auto;
    border: none;
    outline: none;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: black;
    border-bottom: 1px solid black;
    background: transparent;
    display: inline-block;
    margin-right: 10px;
}

#recommendation-container .buttons-container .buttons-container-inner button#send-message {
    padding: 10px 15px 10px 25px;
    border: none;
    border-radius: 32px;
    outline: none;
    background-color: #58c2db !important;
    background-image: linear-gradient(to right, #58c2db, #98c667) !important;
}

#recommendation-container .buttons-container .buttons-container-inner button#send-message:hover {
    opacity: 0.7;
}

#recommendation-container .buttons-container .buttons-container-inner button#send-message p, #recommendation-container .buttons-container .buttons-container-inner button#send-message div {
    display: inline-block;
    vertical-align: middle;
}

#recommendation-container .buttons-container .buttons-container-inner button#send-message p {
    margin-bottom: 0;
    font-family: "Fjalla One",sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
}

#recommendation-container .buttons-container .buttons-container-inner button#send-message [class^="icon-"], #recommendation-container .buttons-container .buttons-container-inner button#send-message  [class*=" icon-"] {
    width: 32px;
    height: 31px;
    border-radius: 20px;
    margin-left: 12px;
    font-size: 28px;
    line-height: 1.1;
    color: #98c667 !important;
    background-color: white !important;
}

.csvch-plans-holder .csvch-plans .mCSB_container .csvch-plans-items .csvch-plans-item .csvch-plan-box .csvch-plan-header .csvch-plan-price{
    width: 80%;
}

@media only screen and (max-height: 840px){
    .csvch-intro-holder .csvch-icontent {
        height: calc(100vh - 226px);
    }
}

@media only screen and (max-width: 460px){
    .csvch-chat-holder{
        height: unset;
    }
}

@media only screen and (max-width: 560px) {
    .csvch-chat-holder .csvch-chat .csvch-chat-area {
        height: 100vh !important;
    }
}
