.modal-dialog .close {
    background: url(../images/login/icon-close.png) no-repeat center center #fff;
    background-size: contain;
    text-indent: -9999px;
    opacity: 1;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.pp-madinhgia .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #128AC4;
    margin: 0;
    margin-top: 20px;
}

.pp-madinhgia .menu-tab {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.pp-madinhgia .menu-tab a {
    width: 33.3333%;
    float: left;
    list-style: none;
    border-bottom: 4px solid #A3A8AF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.pp-madinhgia .menu-tab li a {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #A3A8AF;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}

.pp-madinhgia .menu-tab .active {
    border-bottom: 4px solid #128AC4;
}

.pp-madinhgia .menu-tab .active a {
    color: #128AC4;
}

.pp-madinhgia .menu-tab .active a:focus {
    border: 0;
    text-decoration: none
}

.content-tab-madinhgia {
    padding: 15px;
    padding-top: 10px;
}

.form-madinhgia {
    margin: 0;
    display: inline-block;
    padding: 0;
    width: 100%;
}

.form-madinhgia li {
    width: 100%;
    float: left;
    list-style: none;
    text-align: left;
    margin-bottom: 15px;
}

.form-madinhgia li:last-child {
    margin-bottom: 0;
    text-align: center;
}

.form-madinhgia .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D555D;
    display: block;
    margin-bottom: 9px;
}

.form-madinhgia .input {
    height: 36px;
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 8px 10px;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: #4D555D;
}

.form-madinhgia .textarea {
    height: 140px;
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 8px 10px;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: #4D555D;
}

.form-madinhgia .input.erro {
    border: 1px solid #F00;
}

.form-madinhgia .btn-submit {
    width: 100%;
    display: inline-block;
    height: 38px;
    cursor: pointer;
    border: 0;
    background: #16BCDC;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px;
}

.text-or {
    margin: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D555D;
    text-align: center;
}

.text-or:before {
    width: 100%;
    display: inline-block;
    content: "";
    height: 1px;
    background: #D6DAE2;
    position: absolute;
    left: 0;
    top: 50%;

}

.text-or span {
    background: #fff;
    padding: 0 6px;
    position: relative;
    z-index: 1;
}

.form-madinhgia .custom-select {
    position: relative;
    width: 100%;
    display: inline-block;
}
select.price-slect {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    line-height: 48px;
    height: 48px;
    width: 100%;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
}
.form-madinhgia .select-selected {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
}

.form-madinhgia .select-selected:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0px;
    width: 25px;
    height: 0;
    height: 100%;
    background: url(../images/icon-select.svg) no-repeat left center;
}

.form-madinhgia .select-selected.select-arrow-active:after {

    top: 0;
}

.form-madinhgia .select-selected {

    color: #333;
    padding: 8px 10px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    height: 36px;
    line-height: 20px;
    padding-right: 25px;
}

.form-madinhgia .select-arrow-active {
    border: 1px solid #128AC5
}

.form-madinhgia .select-items div {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    color: #4D555D;
}

.form-madinhgia .select-items div:hover {
    color: #16BCDC;
}

.form-madinhgia .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #EDEDED;
    background-color: #fff;
    border-top: 0;
    max-height: 320px;
    overflow: scroll;
    overflow-x: hidden;
}

.form-madinhgia .select-items::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    /*background-color: #F5F5F5;*/
}

.form-madinhgia .select-items::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.form-madinhgia .select-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}

.form-madinhgia .select-hide {
    display: none;
}

.form-madinhgia .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.box-radio {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4D555D;
}

.box-radio .radio {
    position: relative;
    display: inline-block;
    color: #727272;
    font-weight: normal;
    margin: 0;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 10px;

}

.box-radio .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.box-radio .radio input[type="radio"] + label {
    padding: 0;
}

.box-radio .radio input[type="radio"] + label .radio-label {

    background: #fff;
    border-radius: 100%;
    border: 2px solid #E9E9E9;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: -2px;

}

.box-radio .radio input[type="radio"]:checked + label .radio-label {
    border: 2px solid #128AC4;
}

.box-radio .radio input[type="radio"]:checked + label .radio-label:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #128AC4;
    left: 2px;
    top: 2px;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.box-radio .radio input[type="radio"]:focus + label .radio-label:before {
    outline: none;
}

.box-radio .radio input[type="radio"]:disabled + label .radio-label:before {

}

.box-radio .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .pp-madinhgia {
        margin-top: 40px;
    }

    .text-or {
        margin-bottom: 15px;
    }

    .form-madinhgia {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 960px) {
    .modal-dialog.pp-madinhgia {
        width: 100%;
        max-width: 680px;
    }

    .modal-dialog .close {
        width: 48px;
        height: 48px;
        right: 15px;
        top: 15px;
    }

    .pp-madinhgia .title {
        font-size: 24px;
        line-height: 36px;
        margin-top: 30px;
    }

    .pp-madinhgia .menu-tab li a {
        font-size: 17px;
        line-height: 20px;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .content-tab-madinhgia {
        width: 100%;
        display: inline-block;
        padding: 30px;
    }

    .form-madinhgia .btn-submit, .form-madinhgia .btn-submit {
        width: 235px;
    }

    .form-madinhgia li {
        margin-bottom: 22px;
    }

    .form-madinhgia .input {
        height: 48px;
        padding: 12px 15px;
        line-height: 22px;
    }

    .form-madinhgia .textarea {
        padding: 12px 15px;
        line-height: 22px;
    }

    .form-madinhgia .select-selected {
        height: 48px;
        padding: 12px 15px;
        line-height: 22px;
        padding-right: 40px;
    }

    .radio.mr {
        margin-right: 30px;
        margin-left: 20px;
        margin-top: 0;
    }
}
