.font-10 { font-size: 10px !important; }
.font-11 { font-size: 11px !important; }
.font-12 { font-size: 12px !important; }
.font-13 { font-size: 13px !important; }
.font-14 { font-size: 14px !important; }
.font-15 { font-size: 15px !important; }
.font-16 { font-size: 16px !important; }
.font-17 { font-size: 17px !important; }
.font-18 { font-size: 18px !important; }
.font-19 { font-size: 19px !important; }
.font-20 { font-size: 20px !important; }
.font-21 { font-size: 21px !important; }
.font-22 { font-size: 22px !important; }
.font-23 { font-size: 23px !important; }
.font-24 { font-size: 24px !important; }
.font-25 { font-size: 25px !important; }
.font-26 { font-size: 26px !important; }
.font-27 { font-size: 27px !important; }
.font-28 { font-size: 28px !important; }
.font-29 { font-size: 29px !important; }
.font-30 { font-size: 30px !important; }
.font-31 { font-size: 31px !important; }
.font-32 { font-size: 32px !important; }
.font-33 { font-size: 33px !important; }
.font-34 { font-size: 34px !important; }
.font-35 { font-size: 35px !important; }
.font-36 { font-size: 36px !important; }
.font-37 { font-size: 37px !important; }
.font-38 { font-size: 38px !important; }
.font-39 { font-size: 39px !important; }
.font-40 { font-size: 40px !important; }
.font-41 { font-size: 41px !important; }
.font-42 { font-size: 42px !important; }
.font-43 { font-size: 43px !important; }
.font-44 { font-size: 44px !important; }
.font-45 { font-size: 45px !important; }
.font-46 { font-size: 46px !important; }
.font-47 { font-size: 47px !important; }
.font-48 { font-size: 48px !important; }
.font-49 { font-size: 49px !important; }
.font-50 { font-size: 50px !important; }
.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }
hr {
    border-top: 1px solid #f2215b;
    opacity: 0.5;
}
marquee {
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.card {
    width: 100%;
}
.text-theme {
    color: #f0346e !important;
}
.text-gradient {
    background: linear-gradient(#ee0979, #ff6a00);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-justify {
    text-align: justify !important;
}
.zoom-effect {
    transition: transform .2s;
}
.zoom-effect:hover {
    transform: scale(1.04);
}
.form-check-input:checked {
    background-color: #fc185a;
    border-color: #fc185a;
}
.form-control:focus, .form-check-input:focus, .form-select:focus {
  border-color: rgba(240, 52, 110, 0.2);
  box-shadow: 0 0 0 4px rgba(240, 52, 110, 0.1);
}
.btn-close:focus {
    border-color: none;
    box-shadow: none;
}
.ref-structure ul {
    padding: 10px 40px;
}
.ref-structure ul li {
    border-radius: 10px;
    background: aliceblue;
    margin: 10px 0px;
    padding: 5px 7px;
    border: 2px solid #eee;
}
.copytext {
    position: relative;
    display: block;
    margin: 15px 0px;
    text-align: center;
}
.copytext .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    width: 100px;
    background-color: #1b3c48;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
}
.copytext input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.copytext .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #1b3c48 transparent transparent transparent;
}
.copytext:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.copylinktext {
    border-radius: 10px;
    padding: 8px 20px;
    color: #ffffff !important;
    width: 100%;
}
.copylinktext.leftlink {
    background: linear-gradient(310deg, #ff6a00, #ee0979) !important;
}
.copylinktext.rightlink {
    background: linear-gradient(310deg, #ff0080, #225e9a) !important;
}
.copylinkcount {
    padding: 10px 25px;
    margin-left: -5px;
    border-radius: 0 30px 30px 0;
    color: #ffffff !important;
}

.copyTooltip {
    position: relative;
    display: inline-block;
}
.copyTooltip input {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.copyTooltip .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    width: 140px;
    background-color: #393554;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.copyTooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #393554 transparent transparent transparent;
}
.copyTooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.blink {
    animation: blink 1.2s linear infinite;
}
.blink:hover {
    animation: none;
}
.tab-content {
    min-height: 250px;
}
.nav-pills .nav-link {
    background: aliceblue;
    color: var(--bs-body-color);
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
table tr th, table tr td {
    white-space:nowrap;
}
.g-recaptcha>div {
    margin: 0 auto;
}
.img-wrapper form {
    position: absolute;
    background: #1b2d29;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -55px;
    margin-left: -25px;
}
.img-wrapper form label {
    font-size: 12px;
    cursor: pointer;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #07805f;
}
.daterangepicker {
    background-color: #07805f;
    border-radius: 10px;
    border: 1px solid #07805f;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #073f22;
    border-color: transparent;
    color: #fff;
    border-radius: 10px;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 35px;
    width: 35px;
    height: 33px;
    border-radius: 15px;
}
.daterangepicker:before {
    border-bottom: 7px solid #07805f;
}
.daterangepicker:after {
    border-bottom: 6px solid #07805f;
}
.daterangepicker .calendar-table th:hover, .daterangepicker .calendar-table td:hover {
    background-color: rgb(7 63 34 / 61%);
}
.daterangepicker td.off:hover, .daterangepicker td.off.in-range:hover, .daterangepicker td.off.start-date:hover, .daterangepicker td.off.end-date:hover {
    background-color: rgb(7 63 34 / 61%);
}
.parent-icon svg {
    width: 20px;
    height: 20px;
}
.user-details span {
    text-wrap-mode: nowrap;
}
.list-group-item {
    padding: 20px 15px;
}
.checkout .list-group-item {
    padding: 10px 15px;
}
/*Gateway*/
.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.hiddenradio label {
    margin: 8px 5px;
    width: 125px;
    font-size: 13px;
}
.hiddenradio [type=radio] + div.cryptocoin {
    cursor: pointer;
    border-radius: 15px;
    padding: 8px 10px;
    color: #061628;
}
.hiddenradio [type=radio]:checked + div.cryptocoin {
    background: #fffcef;
    box-shadow: 0px 0px 0px 2px #fe6a50;
}
/*Gateway*/

/*Circle*/
.circle {
    display: flex;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
    background: conic-gradient(#fe6a50 var(--progress), #203448 0deg);
    animation: .4s ease-out turn_in reverse;
}
.circle::after {
    content: '';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(../images/favicon.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
@keyframes turn_in {
    5% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .95), #203448 0deg);
    }
    10% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .9), #203448 0deg);
    }
    15% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .85), #203448 0deg);
    }
    20% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .8), #203448 0deg);
    }
    25% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .75), #203448 0deg);
    }
    30% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .7), #203448 0deg);
    }
    35% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .65), #203448 0deg);
    }
    40% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .6), #203448 0deg);
    }
    45% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .55), #203448 0deg);
    }
    50% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .5), #203448 0deg);
    }
    55% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .45), #203448 0deg);
    }
    60% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .4), #203448 0deg);
    }
    65% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .35), #203448 0deg);
    }
    70% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * 0.3), #203448 0deg);
    }
    75% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * 0.25), #203448 0deg);
    }
    80% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .2), #203448 0deg);
    }
    85% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .15), #203448 0deg);
    }
    90% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .1), #203448 0deg);
    }
    95% {
        background: conic-gradient(#fe6a50 calc(var(--progress) * .05), #203448 0deg);
    }
    100% {
        background: conic-gradient(#fe6a50 0%, #203448 0deg);
    }
}
/*Circle*/