.scc {
    overflow: hidden;
}
div {
    zoom: 1;
}
.scc .sweet-alert {
    background-color: white;
    width: calc(100% - 34px);
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
    display: block;
    left: 0px;
    margin-left: 0px;
}
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}
.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86;
}
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.send-success-main {
    margin-top: 0px;
}
.send-success-main {
    float: left;
    width: 450px;
    margin-left: calc(50% - 225px);
    margin-top: 30px;
    margin-top: -10px;
}
.send-success-text {
    font-size: 30px;
    color: #A5DC86;
    float: left;
    width: 100%;
    text-align: center;
}
.ss-back-btn {
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 150px;
    height: 35px;
    line-height: 35px;
    background: #A5DC86;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    margin-left: calc(50% - 75px);
    text-align: center;
    cursor: pointer;
    border: 2px solid #A5DC86;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}