/* close btn */
.jBox-Pop .jBox-closeButton {
    top: 24px;
    right: 24px;
}

.jBox-Pop .jBox-closeButton svg {
    width: 16px;
    height: 16px;
    top: 0px;
    left: 0px;
    margin-top: 4px;
    margin-left: 4px;
}

/* title */
.jBox-Pop .jBox-title {
    background: none;
    border-bottom: none;
    padding: 0px;
    padding-top: 64px;
    padding-left: 40px;
    font-size: 32px;
    line-height: 40px;
}

.jBox-Pop .jBox-content {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 40px;
    font-family: WorkSans;
}

@media (max-width: 500px) {
    .jBox-Pop .jBox-content {
        padding: 32px 20px;
    }
}

.jBox-Pop-footer {
    /*height: 46px;*/
}

.jBox-Pop-button {
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    width: 50%;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    padding: 0 10px;
    transition: color 0.2s, background-color 0.2s;
    box-sizing: border-box;
}

.jBox-Pop-button-cancel {
    border-bottom-left-radius: 4px;
    background: #ddd;
    color: #666;
}

.jBox-Pop-button-cancel:hover,
.jBox-Pop-button-cancel:active {
    background: #ccc;
}

.jBox-Pop-button-cancel:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.jBox-Pop-button-submit {
    border-bottom-right-radius: 4px;
    background: #7d0;
    color: #fff;
}

.jBox-Pop-button-submit:hover,
.jBox-Pop-button-submit:active {
    background: #6c0;
}

.jBox-Pop-button-submit:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.jBox-Pop-button-wapper {
    padding: 40px;
}

.jBox-Pop-button-wapper input {
    margin: 16px 16px 0px 0px;
}

.jBox-Pop-button-wapper .button-black {
    /*border-radius: 20px;*/
    /*background-color: #000000;*/
    /*color: #ffffff;*/
    /*border: 1px solid #000000;*/
    /*font-size: 16px;*/
    /*font-family: WorkSans;*/
    /*line-height: 24px;*/
    padding: 8px 24px;
}

.jBox-Pop-button-wapper .button-white {
    /*border-radius: 20px;*/
    /*background-color: #ffffff;*/
    /*color: #000000;*/
    /*border: 1px solid #000000;*/
    /*font-size: 16px;*/
    /*font-family: WorkSans;*/
    /*line-height: 24px;*/
    /*padding: 8px 24px;*/
}

.jBox-Pop-button-wapper .button-link {
    /*background-color: #ffffff;*/
    /*color: #000000;*/
    /*font-size: 16px;*/
    /*font-family: WorkSans;*/
    /*line-height: 24px;*/
    /*border-bottom: 2px solid #000000;*/
}

/*# sourceMappingURL=jBox.Pop.css.map */
