
.pst-badge {
    position: absolute;
    background: #ffc107 !important;
    height: 2rem;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    text-align: center;
    line-height: 2rem;
    z-index: 2;
    font-size: 1rem;
    border-radius: 0px 8px 8px 0px;
    color: white;
    border: 1px solid #ffc107 !important;
}
/* 
.content-center {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.content-center {
    /* min-height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-center-lx {
    position: absolute;
    width: 100%;
    height: 100%
}

.dlFreetier input[type=radio],
.dlStandard input[type=radio],
.dlPremium input[type=radio] {
    display: none;
}

.subactive {
    box-shadow: #f5f5f5 0px 30px 60px -12px inset, #fff107 0px 18px 36px -18px inset !important;
}

.card-body .ntfy {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #ffc107;
}

.bg-default {
    background-color: #F5F5F5 !important;
}

.bg-default2 {
    background-color: #D3D3D3 !important;
}

.lead-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.lead-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}

.pricing {
    background: white;
}

.pricing {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 1.7rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

#dlUsd {
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
    border-radius: 15px;
    border: 1px solid #ffc107;
}

.dlButton {
    border-color: #FECD07;
    border-radius: 15px;
    /* padding: 10px 20px; */
    background-color: #FECD07;
    text-align: center;
    display: inline-block;
    position: relative;
}

/* .dlButton::before {
    content: '';
    position: absolute;
    margin-left: 0px !important;
    width: 15px;
    height: 100%;
    background-color: #FECD07;
    border-radius: 0 15px 15px 0;
    top: 0;
    left: -15px;
} */

.dlButton:hover {
    background-color: white;
    animation: swing 0.5s ease-in-out;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.bell {
    animation: none; 
    transform-origin: center;
    display: inline-block;
}
.bells-ani{
    animation: bellswing 1s ease-in-out infinite;    
}

@keyframes bellswing {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.bell {
    position: relative;
    display: inline-block;
}

.badge {
    position: absolute;
    top: -8px;
    right: -6px;
    padding: 3px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 0.8rem;
}

.profile-icon {
    position: relative;
    display: inline-block;
}

.profile-icon .hidden-text {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-10px, -50%);
    white-space: nowrap;
    padding: 5px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.profile-icon:hover .hidden-text {
    opacity: 1;
    transform: translate(0, -50%);
}

.upgrade-container {
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 10px;
}

.upgrade-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typing 5s steps(30) forwards, blink 2s ease-in-out infinite;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .upgrade-text {
        animation: none;
    }
}

@media (min-width: 992px) {
    .pricing:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing:hover .btn {
        opacity: 1;
    }
}

.toprow {
    display: flex;
    flex-wrap: wrap;
}

.toprow-height {
    display: flex;
    flex-direction: column;
}

.toprow-height>* {
    flex: 1;
}

.card-row {
    display: flex;
    align-items: stretch;
}
label{
    margin-left: 0px !important;
}

/* > Process Styles */

#multi-step-form-container {
    margin-top: 5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-3 {
    margin-top: 2rem;
}

.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #ffc107 !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #ffc107 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #ffc107 !important;
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}
@media(max-width: 767px){
    .form-stepper .label {
        font-size: .56rem;
        margin-top: 0.5rem;
    }
}