#embed-goal-modal .goal_button .progress,
.embed_goal_view.goal_button .progress {
    position: relative;
    height: 30px;
    width: 200px;
    color: black;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border: 2px solid #448bc8;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
#embed-goal-modal .progress #percent_text,
.embed_goal_view .progress #percent_text{
    width: 100%;
    white-space: nowrap;
    color: #448bc8;
    text-align: center;
}
#embed-goal-modal .progress-bar div,
.embed_goal_view .progress-bar div{
    white-space: nowrap;
}
#embed-goal-modal .goal_button .progress .progress-bar,
.embed_goal_view.goal_button .progress .progress-bar {
    background-color: #559cd9;
    overflow: hidden;
    position: absolute;
}

#embed_iframe {
    border: none!important;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
}
#embed-goal-modal .embed_code_txt {
    text-align: center;
}
#embed-goal-modal #embed_input {
    width: 100%;
    word-wrap: normal;
    text-align: center;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 3px;
    overflow: hidden;

}

#embed-goal-modal .copy_and_save {
    display: inline-block;
    position: relative;
}

#embed-goal-modal .copy_and_save .saved_and_copied{
    color: #449d44;
    position: absolute;
    width: 200px;
    top: 5px;
    left: 45px;
    display: none;
}
#embed-goal-modal .mb100 {
    margin-bottom: 0;
}