.mobile-alert-main {
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.mobile-alert-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: -100;
}

.mobile-alert {
    width: 80%;
    background: #FFFFFF;
    border-radius: 8px;
}

.mobile-alert-button {
    background: #24AF34;
    border-radius: 100px;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    display: block;
    text-decoration: none;
    padding: 4px 16px 4px 16px;
    height: 48px;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 16px 16px 8px;
}

.mobile-alert-close-button {
    background: #FFFFFF;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    color: #CCCCCC;
    line-height: 20px;
    padding: 15px;
    margin: 15px;
}

.mobile-rotate-photo {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-crop-background {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 25px;
    display: none;
}

.mobile-alert-body-title {
    color: #000000;
    line-height: 26px;
    padding: 16px 16px 4px 16px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.mobile-alert-body-content {
    color: #000000;
    line-height: 26px;
    padding: 4px 16px 8px 16px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}