/* POPUP */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    display: none;
}

.popup .content_popup {
    position: relative;
    margin: 100px auto 0px auto;
    z-index: 9;
    width: 80%;
    text-align: center;
    transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    max-width: 300px;
    background: #fff;
    padding: 0px 0px 30px 0px;
    max-width: 600px;
    width: 100%;
    border-radius: 5px;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.popup .content_popup .title {
    font-size: 18px;
    background: url(images/icon_noice.png) top center no-repeat;
    padding-top: 70px;
    margin-bottom: 15px;
}

.popup .close_popup {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    /* background: #ddba76;
    */
    padding: 7px 15px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    clear: both;
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 20px;
}

.commit_popup {
    background: #ffe6e6;
    border: dashed 1px #ffa7a7;
    padding: 15px;
    text-align: center;
    margin: 15px;
    display: none;
}

.commit_popup h3 {
    font-size: 20px;
    margin: 0px;
}

.commit_popup span {
    color: red;
    font-size: 20px;
}

.commit_popup p {
    margin: 10px 0px 0px 0px;
    font-style: italic;
    font-size: 18px;
}

.content_popup h1 {
    font-size: 22px;
    text-transform: uppercase;
    background: #1eaab8;
    padding: 12px 0px 10px 0px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
}

.popup label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
}

.popup .form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 16px 4px 16px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.popup .list_group {
    padding: 0px 15px;
}

.popup .form-group {
    margin: 15px 0px 0px 0px;
}

.mabaove .img_mabv {
    float: left;
}

.mabaove input[type="text"] {
    float: left;
    width: initial;
    min-width: 185px;
    line-height: 10px;
    height: 30px;
    margin: 5px 10px 0px 0px;
}

.mabaove a.refresh {
    float: left;
    margin: 5px 0px 0px 20px;
}

.img_mabv img {
    border: solid 1px #ccc;
    border-radius: 5px;
}

.mabaove {
    display: table;
    width: 100%;
}

.popup .security {
    border-bottom: 1px dashed #ccc;
    padding: 0px 0px 15px 0px;
}

.popup button[type*="submit"] {
    color: #fff;
    background-color: #d9534f;
    border: none;
    border-radius: 20px;
    padding: 13px 30px;
    font-size: 16px;
    margin: 20px 0px 0px 0px;
    cursor: pointer;
}

.popup button[type*="submit"]:hover {
    background: #1eaab8;
}

.encrypt .container h4 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

.encrypt .container h4 a {
    padding: 15px 30px;
    margin: 30px auto 0px auto;
    display: table;
    color: #fff;
    background: #f78d03;
    border-radius: 10px;
}

.show_popup:hover {
    color: #fff;
    box-shadow: 3px 3px 10px #918383
}

.ldp-select-trial-service {
    width: 100%;
    max-width: 520px;
    /* preserves desktop sizing but allows fluid shrink */
    height: 34px;
    border: 1px solid #15151526;
    border-radius: 4px;
    padding: 4px 44px 4px 16px;
    font-size: 15px;
    color: rgba(21, 21, 21, 0.4);
    outline: none;
    appearance: none;
    cursor: pointer;
    background: #fff url("/landing/wordpress_hosting_new/images/icon-park-outline_down.svg") no-repeat right 16px center;
    background-size: 24px;
    font-family: 'Inter';
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.ldp-select-trial-service option {
    color: #151515;
}

.form-footer-note {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: #151515;
    text-align: center;
    margin: 16px 0 0 0;
    line-height: 140%;
}

@media (max-width: 768px) {
    .ldp-select {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        height: 40px;
        padding: 8px 36px 8px 16px;
        max-width: 100%;
    }

    .form-footer-note {
        font-size: 12px;
    }
}

.jconfirm .jconfirm-box {
    max-width: 400px !important;
}