/*------------------------
    OVO CONFIRM
 */
#ovo-confirm, #ovo-alert {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    padding: 40px;
    display: inline-block;
    box-sizing: border-box;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#ovo-alert {
    background-color: rgba(250, 109, 0, .85);
}

#ovo-confirm *, #ovo-alert * {
    display: inline-block;
    box-sizing: border-box;
}

#ovo-confirm.delete #ovo-confirm-content:before {
    content: '\f014';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    padding-bottom: 20px;
}

#ovo-confirm-container, #ovo-alert-container {
    -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 60%;
    padding: 0 40px 20px 40px;
    text-align: center;
    font-size: 16px;
    overflow: auto;
}

#ovo-confirm-close, #ovo-alert-close {
    width: 100%;
    height: 20%;
    padding: 25px 10px;
    text-align: right;
    cursor: pointer;
}

#ovo-confirm-close:after, #ovo-alert-close:after {
    content: 'X';
    cursor: pointer;
}

#ovo-confirm-content, #ovo-alert-content {
    height: 60%;
}

#ovo-confirm-buttons, #ovo-alert-buttons {
    width: 100%;
    padding: 20px 40px;
    height: 20%;
    text-align: right;
}

#ovo-confirm-button-cancel, #ovo-confirm-button-confirm, #ovo-alert-button-cancel {
    border: 1px solid #fa6d00;
    color: #fa6d00;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
}

#ovo-confirm-button-confirm {
    background-color: #fa6d00;
    color: white;
}

#ovo-alert .barter-saved-title, #ovo-alert .barter-accepted-title {
    display: inline-block;
    margin-bottom: 10px;
    color: #fa6d00;
    font-size: 30px;
    background-image: url('../images/exchange1.png');
    background-position: center top;
    background-size: 40px auto;
    background-repeat: no-repeat;
    padding-top: 60px;
}

#ovo-alert .barter-saved-text {
    color: #fa6d00;
}

#ovo-alert .starting-title {
    display: inline-block;
    margin-bottom: 10px;
    color: #545454;
    font-size: 20px;
    background-image: url('../images/rocket.png');
    background-position: center top;
    background-size: 40px auto;
    background-repeat: no-repeat;
    padding-top: 120px;
}

#ovo-alert .starting-button {
    background-color: #fa6d00;
    color: white;
    padding: 5px 25px;
    margin-top: 60px;
    margin-bottom: 100px;
    text-transform: uppercase;
    cursor: pointer;
}

#ovo-alert.starting #ovo-alert-buttons {
    display: none;
}

#ovo-alert .socials > div {
    color: #545454;
    margin: 10px;
    font-size: 18px;
}

#ovo-alert .hashtags {
    color: #fa6d00;
}

#ovo-alert .hashtags .grey {
    color: #545454;
    margin-right: 10px;
}

.is-mobile .onboarding-header-container {
    padding-top: 55px;
}

.is-mobile .onboarding-header-text {
    padding-top: 10px;
}