#main_container_banner_survey {
    min-width: 1020px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgb(255, 178, 63);  
    position: relative;  
}

#container_banner_survey {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

#container_banner_survey_string {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

#container_banner_survey_button_link {
    padding: 0 30px 0 30px;
}
#banner_survey_button_link {
    white-space: nowrap;    
    text-decoration: none;
    background-image: linear-gradient(to top, rgb(103 0 0), rgb(119, 0, 0) 50%, rgb(173 0 0) 40%, rgb(255 56 56));
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, .9);
}

#container_banner_survey_button_close {
    position: absolute;
    top: 0px;
    right: 2px;
    height: 100%;
    display: flex;
    align-items: center;
}

#banner_survey_button_close {    
    cursor: pointer;
    border: 1px solid;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    padding: 1px;
}