.download-frame {
    display: none;
}

.disabled {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    opacity: 0;
}

.credit-info {
    padding: 20px;
    border-radius: 3px;
}

.bg-red {
    background: #ff4949 !important;
}

.bg-red a {
    color: #fff;
}

.nav-pills.bg-red .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #ab0909;
}

.faq {
    margin: 0;
}

.faq li {
    padding: 10px;
}

.faq li .title {
    font-weight: bold;
    background: #fff;
    padding: 10px;
    cursor: pointer;
}

.faq li .body {
    display: none;
    background: #fff;
    padding: 10px;
}

.blur {
    filter: blur(4px);
}

.promotion {
    position: absolute;
    z-index: 22;
    width: 100%;
    height: 100%;
    background: #ffffff4f;
    border-radius: 30px;
}

.promotion .text {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20pt;

}

.promotion .text .title {
    font-weight: bold;
}

.btn-pay {
    border-width: 10px;
    position: relative;
}

.btn-pay .fa-check-circle {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.btn-pay.selected-method .fa-check-circle {
    display: block;
}

.btn-pay.btn-primary.selected-method {
    border: 10px solid #0069d9;
}

.btn-pay.btn-warning.selected-method {
    border: 10px solid #e0a800;
}

.fs-20 {
    font-size: 20pt;
}

img.payment-brands {
    width: 100%;
    max-width: 330px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

@media (min-width: 576px) {
    /*.modal-dialog {
        max-width: 520px !important;
        margin: 1.75rem auto;
    }
    .my-modal-content {
        width: 550px !important;
        margin: 1.75rem auto;
    }*/
}

#modal-cvv {
    display: none;
    position: fixed;
    z-index: 1234;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.my-modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto;
}

.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    border: none;
    border-radius: 50%;
    background: #000;
    width: 30px;
    height: 30px;
    outline: none;
    line-height: 30px;
}

.close-modal:hover {
    color: #fff;
}

.btn-select-plan {
    position: relative;
    font-size: 15pt;
    font-weight: bold;
}

.btn-select-plan small {
    display: block;
}

.btn-select-plan .fa-check-circle {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.btn-select-plan.active .fa-check-circle {
    display: block;
}

.buy-container {
    display: none;
}

ul.steps-number {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.steps-number li {
    list-style: none;
    float: left;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 30px;
}

ul.steps-number li.active {
    box-shadow: 0px 5px 10px #6f6f6f;
}

i.step-number {
    font-style: normal;
    font-weight: bold;
}

.steps-content {
    background: #fff;
    padding: 20px;
    border: 2px solid #ddd;
}

.steps-content .step:not(.active) {
    display: none;
}

.font-bold {
    font-weight: bold;
}

.star-input {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 12pt;
}

.star-input .star::before {
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
}

.star-input:hover .star {
    color: mediumseagreen;
}

.star-input input:checked ~ .star {
    color: mediumseagreen;
}

.star-input input:checked ~ .star::before {
    content: "\f005";
    font-weight: 900;
}

.star-input input {
    position: relative;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    width: 15px;
    height: 15px;
}

.sortable {
    position: relative;
    cursor: pointer;
}

.sortable i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.py-100px {
    padding: 100px 0 50px !important;
}

.shadow-animate {
    transition: box-shadow 1s;
}

.feature-box-title {
    font-weight: bold;
    font-size: 12pt;

}

.feature-box-title i {
    padding: 10px;
    background: #55595c;
    border-radius: 6px;
    margin-right: 5px;
    color: #fff;
}

.text-black {
    color: #212529 !important;
}

