.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

html {
    height: auto !important;
}

html,
body {
    min-height: 100% !important;
    margin: 0;
    padding: 0;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none;
    height: 0;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: inherit !important;
    box-shadow: inherit !important;
}

#goog-gt-vt,
#goog-gt-tt {
    display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}

.send_code {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 12px !important;
}

.mt-64 {
    margin-top: 64px;
}

#blog_content,
#blog_content * {
    color: var(--td-text-primary) !important;
    font-size: 1rem !important;
    font-family: var(--td-ff-body) !important;
}

.qr_top {
    width: 120px;
    height: 120px;

    border-radius: 12px;
    background: #fff;
    padding: 6px;
}

.qr_top svg {
    width: 100%;
    height: 100%;
}

.mt-24 {
    margin-top: 24px;
}

.plan_t {
    display: grid;
    gap: 4px;

    padding: 15px 20px !important;
}

.plan_t span:first-child {
    font-size: 18px;
    color: #fff;
}

.plan_t span:last-child {
    font-size: 14px;
}

.mt-32 {
    margin-top: 32px;
}

.modal-dialog,
.modal,
.modal-backdrop {
    transition: 0.2s ease !important;
}

.modal-header {
    border-color: rgba(255, 255, 255, 0.1);
}

.user_modal {
    background: linear-gradient(145deg, rgb(19, 19, 19) 0%, rgb(19, 20, 47) 49.4298905134%, rgb(19, 19, 19) 100%);
}

.btn-close {
    opacity: 1;
    filter: invert(1);
}


.plan_ul * {
    color: var(--td-text-primary);
    margin: 0;
}

.plan_ul {
    display: grid;
    gap: 12px;
}

hr:not([size]) {
    border-color: rgba(255, 255, 255, 0.1);
}

.plan_ul div p:last-child {
    text-align: right;
    color: #fff;
}

.qty {
    width: 100%;
    height: 45px;
    border-radius: 10px;

    text-align: center;
    color: #fff;
    font-size: 20px;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);

    outline: none;
}

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.cb {
    width: 28px;
    height: 28px;

    background: linear-gradient(166deg, var(--td-primary) 0%, var(--td-tertiary) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;

    cursor: pointer;
    user-select: none;
}

.cb {
    position: absolute;
    z-index: 1;
}

.cb:first-child {
    left: 10px;
}

.cb:last-child {
    right: 10px;
}


#blog_content img {
    margin: 0 !important;
}

.vertical-stepper li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--dark-text-button);
    width: 40px;
    height: 40px;
    background: #09090c;
    border-radius: 144px;
    border-style: solid;
    border-color: hsla(0, 0%, 100%, .1);
    border-width: .5px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    content: counter(affiliates-counter);
    counter-increment: affiliates-counter;
    z-index: 2;
}

.vertical-stepper li:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 0;
    left: 19px;
    width: 1px;
    bottom: -8px;
    border-left: 1px dashed #6b72ff;
    z-index: -1;
}

.vertical-stepper li {
    position: relative;
    padding-left: 68px;
    padding-bottom: 46px;
}

.vertical-stepper {
    counter-reset: affiliates-counter;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.vertical-stepper li:last-child {
    padding-bottom: 0px;
}

.inner-pages_space-top {
    padding-block-start: 136px;
}

@media (max-width: 575px) {
    .inner-pages_space-top {
        padding-block-start: 115px;
    }
}

.bg-gray {
    background: linear-gradient(95.42deg, rgba(108, 115, 255, 0.16) 0%, rgba(56, 64, 247, 0.16) 100%);
}

.lang.active .icon {
    display: block !important;
}


.plan-image img {
    width: 100%;
}

.ring-container {
    position: absolute;
    top: -3px;
    right: 8px;
}

.circle {
    width: 10px;
    height: 10px;
    background-color: #b92a2afd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.ringring {
    border: 3px solid #b92a2afd;
    -webkit-border-radius: 30px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -5px;
    top: -5px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.sd {
    padding: 10px;
    height: fit-content;
}

.sd h4 {
    font-size: 16px;
}

.sd p {
    font-size: 14px;
}