/* Loader-section */
#loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #7fc9a6ff;
    background-image: linear-gradient(to bottom, #ff0c0f14 0, #141b28ff 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.dashboard-main {
    min-height: 100vh;
    background-color: #c01c25;
    /*background: linear-gradient(180deg, rgba(233, 238, 242, 1) 0%, rgba(233, 238, 242, 1) 9%, rgba(229, 234, 240, 1) 35%);*/
    background-attachment: fixed;
}

/* background: linear-gradient(180deg, rgba(255,57,111,1) 0%, rgba(255,116,154,1) 6%, rgba(229,234,240,1) 30%); */

/* card-section */
.card-block .card-main {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 8%) 100%);
}

/* link-section */
.section-heading .link {
    color: rgb(255 54 147 / 50%);
}

.select {
    height: 35px;
    padding: 0px 5px;
}



/* sidebar-section */

.sidebar-balance {
    background: #64b5f6;
    background-image: linear-gradient(to bottom, #ff396f 0, #f664b8 100%) !important;
}

.action-group {
    background: #64b5f6;
}

/* header-section */
.wallet-card-section:before {
    /* background-image: linear-gradient(to bottom,#ff749a 0,#e5eaf0 100%) !important; */
    background-image: transparent !important;
    background: #6236ff00;
    height: 200px;
    border-radius: 0px 0px 20px 20px;
}

/* gateway-section */
.gatewayItem {
    padding: 3px;
    border-radius: 11px;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.gatewayActive {
    border: 2px solid #ffc107 !important;
}

.gatewayItem img {
    max-width: 110px;
    width: 100%;
    transition: transform .2s;
}

.gatewayItem img:hover {
    transform: scale(1.1);
}

/* input-group */
.after-append {
    background: #8494A8;
    color: #FFF;
    padding: 10px;
    border-radius: 0 8px 8px 0px !important;
}

.before-append {
    background: #8494A8;
    color: #FFF;
    padding: 10px;
    border-radius: 8px 0 0 8px !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
}


/* Icon-cestion */
.wallet-card .wallet-footer .item .icon-wrapper {
    border-radius: 50%;
}

.custom-icon-box {
    background: #6236FF;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}

.stat-box {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 10px 15px;
    height: 100%;
}

/* background-section */

/* gradiant */
.gr-bg-blue {
    background-image: linear-gradient(to right, #1976d2 0, #64b5f6 100%) !important;
}

.gr-bg-red {
    background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
}

.gr-bg-blue {
    background-image: linear-gradient(15deg, #7eac2f, #7eac2f) !important;
    color: #fff;
}

.gr-bg-green {
    background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
}

.gr-bg-orange {
    background-image: linear-gradient(to left, #efa65f, #f76a2d) !important;
}

.bg-primary {
    background-image: linear-gradient(to bottom, #e9eef2 0, #e9eef2 100%) !important;
    color: #266ba6;
}

/* .bg-primary {
        background-image: linear-gradient(to bottom,#ff396f 0,#f664b8 100%) !important;
        color: #FFF;
    } */
.bg-pink-light {
    background-image: linear-gradient(to bottom, #ff396f 0, #ffc6e7 100%) !important;
    color: #FFF;
}

.bg-pink-light-alt {
    background-image: linear-gradient(to top, #ff396f 0, #ffc6e7 100%) !important;
    color: #FFF;
}

/* button-section */
.btn {
    border-radius: 30px;
}

.btn-text-primary {
    color: #ff396f !important;
}

.modal button.close {
    width: 30px;
    height: 30px;
    background-color: #f63d43;
    color: #fff;
    opacity: 1;
    padding: 0;
    border-radius: 50%;
}

.btn-primary {
    background-image: linear-gradient(150deg, #044e39ff, #1b8f6eff) !important;
    filter: brightness(0.8);
    border-color: #000000 !important;
    color: #000 !important;
    width: 100%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-image: linear-gradient(to top, #00523aff, #08ffb9ff) !important;
    border-color: #74cff9ff !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-image: linear-gradient(to bottom, #00904dff 0, #64b08dff 100%);
    border-color: #06a159ff;
    opacity: 0.5;
}

.btn-secondary {
    background-image: linear-gradient(200deg, #00767e, #15405d) !important;
    border: 0px;
    color: #000 !important;
}

.btn-secondary:hover {
    background-image: linear-gradient(120deg, #00767e, #15405d) !important;
    transform: scale(1.03);
    border: 0px;
    color: #000 !important;
}

.btn-secondary:focus {
    background-image: linear-gradient(140deg, #00767e, #15405d) !important;
    border: 0px;
    color: #000 !important;
}

.btn-pink-light {
    background-image: linear-gradient(to bottom, #ff396f 0, #ffc6e7 100%) !important;
    color: #FFF;
    border: 0px;
}

.btn-pink-light:hover {
    background-image: linear-gradient(to top, #ff396f 0, #ffc6e7 100%) !important;
    color: #FFF;
    border: 0px;
}

.btn-pink-light:focus {
    background-image: linear-gradient(to top, #ff396f 0, #ffc6e7 100%) !important;
    color: #FFF;
    border: 0px;
}

.main-btn {
    background-image: linear-gradient(to bottom, #ff396f 0, #ffc6e7 100%) !important;
    color: #FFF;
    border: 0px;
}

.main-btn:hover {
    background-image: linear-gradient(to top, #ff396f 0, #ffc6e7 100%) !important;
    color: #FFF;
    border: 0px;
}

.main-btn:focus {
    background-image: linear-gradient(to top, #ff396f 0, #ffc6e7 100%) !important;
    color: #FFF;
    border: 0px;
}

.modal button.close {
    background-image: linear-gradient(to top, #fd0000 0, #ffe8e8 100%) !important;
    border: 0px !important;
}

/* badge-section */

.badge-primary::before {
    background-color: #ffffff00;
}

.badge-info::before {
    background-color: #ffffff00;
}

.badge-warning::before {
    background-color: #ffffff00;
}

.badge-danger::before {
    background-color: #ffffff00;
}

.badge-success::before {
    background-color: #ffffff00;
}


/* font-cection */
.stat-box .value {
    font-size: 15px;
}

.stat-box .title {
    font-size: 12px;
}

.small-font {
    color: #333;
    font-size: 10px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.small-font-sm {
    color: #333;
    font-size: 8px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.small-font-lg {
    color: #333;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-pink,
a.text-pink {
    color: #ff396f !important;
}

/* reffer-cection */
.sp-referral .single-child {
    padding: 6px 10px;
    border-radius: 5px;
}

.sp-referral .single-child+.single-child {
    margin-top: 15px;
}

.sp-referral .single-child p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.sp-referral .single-child p img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
}

.sp-referral .single-child p span {
    width: calc(100% - 35px);
    font-size: 14px;
    padding-left: 10px;
}

.sp-referral>.single-child.root-child>p img {
    border: 2px solid #c3c3c3;
}

.sub-child-list {
    position: relative;
    padding-left: 35px;
}

.sub-child-list::before {
    position: absolute;
    content: '';
    top: 0;
    left: 17px;
    width: 1px;
    height: 100%;
    background-color: #a1a1a1;
}

.sub-child-list>.single-child {
    position: relative;
}

.sub-child-list>.single-child::before {
    position: absolute;
    content: '';
    left: -18px;
    top: 21px;
    width: 30px;
    height: 5px;
    border-left: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    border-radius: 0 0 0 5px;
}

.sub-child-list>.single-child>p img {
    border: 2px solid #c3c3c3;
}

/* border-section */
.card {
    border-radius: 0px !important;
}

.rounded-20px {
    border-radius: 20px !important;
}

.border-tl-50 {
    border-radius: 70px 20px 20px 20px !important;
}

.border-tl-60 {
    border-radius: 70px 20px 20px !important;
}

.border-tl-70 {

    border-radius: 70px 20px 20px 20px !important;
}

.image-listview>li .item {
    padding: 3px 11px;
    min-height: 45px;
}

/****************/
/* admin-section
    /****************/

body,
.appHeader,
.appBottomMenu {
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 460px;
}

.spin-now {
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.dashboard-main {
    /* background: linear-gradient(180deg, rgb(255, 57, 57) 0%, rgb(255, 116, 116) 9%, rgb(16, 18, 31) 35%);
         background: linear-gradient(180deg, rgb(255, 57, 57) 0%, rgb(255, 116, 116) 9%, rgb(237, 237, 245) 35%); */
    width: 100%;
    max-width: 460px;
    background: linear-gradient(180deg, rgb(255, 57, 57) 0%, rgb(255, 116, 116) 9%, rgb(16, 18, 31) 35%);
    overflow: hidden;
    background-attachment: fixed;

}



.bg-primary {
    /*background-image: linear-gradient(to bottom, #000 0, #292828ff 100%) !important;*/
    background-color: #ffffff !important;
}

.bg-basic {
    width: 100%;
    height: 60px;
    background: linear-gradient(130deg, #6f2a11, #bb580d) !important;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    z-index: 1000;
}

.btn-primary,
.main-btn {
    background: linear-gradient(135deg, #ba421a, #d23e0d) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 1) !important;
    border: none;
    padding: 10px !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: bold;
    margin: 2px 0;
}

.btn-primary:hover,
.btn-primary:focus,
.main-btn:hover,
.main-btn:focus {
    background: rgb(165, 69, 24) !important;
    box-shadow: 0 3px 10px rgba(43, 43, 43, 0.62) !important;
    border: none;
    filter: brightness(0.8);
    color: #fff !important;
}

.action-button {
    background: #00904dff !important;
}

.btn-pink-light,
.bg-pink-light {
    background-image: linear-gradient(to bottom, #f62828 0, #ffc6c6 100%) !important;
}

.btn-pink-light-alt,
.btn-pink-light:hover {
    background-image: linear-gradient(to top, #f62828 0, #ffc6c6 100%) !important;
}

.btn-pink-light-alt:hover {
    background-image: linear-gradient(to bottom, #f62828 0, #ffc6c6 100%) !important;
}

.bg-pink-light-alt {
    background-image: linear-gradient(to top, #f62828 0, #ffc6c6 100%) !important;
}

.action-button {
    background: #fd0d0da6 !important;
}

body {
    background: #fff;
}

.appBottomMenu {
    background: linear-gradient(270deg, rgb(66, 10, 96) 10%, #ffffffff 100%) !important;
    border: 1px solid #333;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto 13px auto;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.appBottomMenu .item i {
    font-size: 21px;
    color: #fff;
    transition: ease 0.3s;
}

/* .appBottomMenu .item i:hover,
i:focus {
    color: #0b133bff;
    font-size: 28px;
} */

.appBottomMenu img {
    width: 30px;
    transition: ease 0.2s;
}

.appBottomMenu img:hover {
    transform: scale(1.05);
}

.appBottomMenu img:focus {
    transform: scale(1.05);
}

.appBottomMenu img:active {
    transform: scale(1.07);
}

.appBottomMenu .item strong {
    font-size: 11px;
    margin-top: 5px;
    font-weight: 600;
    color: #3f269bff;
}

.appBottomMenu .item:hover .icon,
.appBottomMenu .item:hover ion-icon,
.appBottomMenu .item:hover strong {
    color: #233e94ff;
}

.small-font {
    color: #205483;
}

.card {
    background: #fff;
}

.card .card-header {
    color: #205483;
    border-bottom: 1px solid #343449;
}

.card .card-footer {
    border-top: 1px solid #343449;
    color: #205483;
}

.modal.action-sheet .modal-content {
    border-radius: 25px 25px 0 0;
}

.modal-header {
    border-bottom: 1px solid #343449;
}

.modal-content {
    background-color: #1a1b27;
    color: #ffffff;
}

.modal.action-sheet .modal-content .modal-header .modal-title {
    color: #ffffff;
}

.d-card,
.account-wrapper,
.blog-item,
.testimonial-item,
.transaction-wrapper,
.investor-item,
.accordion-item,
.work-item,
.pagination .page-item .page-link,
.accordion-item .accordion-header .accordion-button:not(.collapsed),
.site-card .card-header,
.site-card,
textarea,
.select,
.form-control {
    background-color: #1a1b27;
}

.site-card .card-header {
    border-color: #343449;
}

.site-card {
    border: 1px solid #343449;
}

.dialogbox .modal-dialog .modal-content .modal-footer {
    border-top: 1px solid #343449;
}

.dialogbox .modal-dialog .modal-content .btn-inline {
    background: #343449;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

.stat-box {
    background: #ffffff;
}

.stat-box .value {
    color: #c3c3c3;
}

.listview {
    color: #ffffff;
    background: #256ba9;
}

.image-listview>li a.item {
    color: #ffffff !important;
}

.form-group .label {
    color: #ffffff;
}

.form-group.boxed .form-control {
    background: #18151f;
}

.form-control {
    background: #18151f;
}

.form-control {
    color: #ffffff;
    border: 1px solid #343449;
}

.form-control:focus {
    color: #ffffff;
    background: #18151f;
    border: 1px solid #ffffff !important;
}

.form-group .input-wrapper.active .label {
    color: #f62828 !important;
}

.transactions .item {
    background: #1a1b27;
    color: #fff;
}

.transactions .item .detail strong {
    color: #ffffff;
}

.border-bottom {
    border-bottom: 1px solid #747474 !important;
}

.listview>li:after {
    background: #ffffff;
}

.select {
    border: 1px solid #343449;
    color: #ffffff;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #252f39;
}

label {
    color: #ffffff;
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 14px;
}

.input-group .input-group-text {
    color: #ffffff;
}

.border {
    border: 1px solid #343449 !important;
}

.dialogbox .modal-dialog .modal-content .modal-header .modal-title {
    color: #ffffff;
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn {
    background: #181925;
}
.text-red,
a.text-red {
    color: #e50101 !important;
}

.glass-bg {
    background: rgba(0, 208, 148, 0%);
    box-shadow: 0px 0px 9px 0 rgb(0 0 0 / 37%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.bg-gr-orange {
    background: #FF8008;
    background: -webkit-linear-gradient(to left, #FFC837, #FF8008);
    background: linear-gradient(to left, #FFC837, #FF8008);
}

.bg-gr-green-light {
    background: #1D976C;
    background: -webkit-linear-gradient(to left, #93F9B9, #1D976C);
    background: linear-gradient(to left, #93F9B9, #1D976C);
}

.bg-gr-violet {
    background: #654ea3;
    background: -webkit-linear-gradient(to left, #eaafc8, #654ea3);
    background: linear-gradient(to left, #eaafc8, #654ea3);
}

.bg-gr-red {
    background: linear-gradient(309deg, rgb(135, 15, 15) 10.6%, rgb(190, 0, 0) 91.1%) !important;
}

.bg-gr-red-light {
    background: linear-gradient(309deg, rgb(212, 44, 15) 10.6%, rgb(255, 119, 63) 91.1%) !important;
}

/* buttons */
.btn-gr-orange {
    color: #fff;
    background: #FF8008;
    background: -webkit-linear-gradient(to left, #FFC837, #FF8008);
    background: linear-gradient(to left, #FFC837, #FF8008);
}

.btn-gr-green-light {
    color: #fff;
    background: #1D976C;
    background: -webkit-linear-gradient(to left, #93F9B9, #1D976C);
    background: linear-gradient(to left, #93F9B9, #1D976C);
}

.btn-gr-violet {
    color: #fff;
    background: #654ea3;
    background: -webkit-linear-gradient(to left, #eaafc8, #654ea3);
    background: linear-gradient(to left, #eaafc8, #654ea3);
}

.btn-gr-red {
    color: #fff;
    background: linear-gradient(309deg, rgb(135 15 15) 10.6%, rgb(190 0 0) 91.1%) !important;
}

/* hover effect */
.btn-gr-orange:hover,
.btn-gr-orange:focus {
    color: #fff;
    background: #FF8008;
    background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
    background: linear-gradient(to right, #FFC837, #FF8008);
}

.btn-gr-green-light:hover,
.btn-gr-green-light:focus {
    color: #fff;
    background: #1D976C;
    background: -webkit-linear-gradient(to right, #93F9B9, #1D976C);
    background: linear-gradient(to right, #93F9B9, #1D976C);
}

.btn-gr-violet:hover,
.btn-gr-violet:focus {
    color: #fff;
    background: #654ea3;
    background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);
    background: linear-gradient(to right, #eaafc8, #654ea3);
}

.btn-gr-red:hover,
.btn-gr-red:hover {
    color: #fff;
    background: linear-gradient(150deg, rgb(135 15 15) 10.6%, rgb(190 0 0) 91.1%) !important;
}


.bg-black {
    background: #000;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 1px .5rem;
    font-size: 0.78rem;
}

.btn.btn-sm {
    padding: 3px 10px;
}

.input-group .input-group-text {
    height: 25px;
}

.input-group .input-group-text {
    border-bottom: 1px solid #333333;
}

[chrome-autofilled] {
    color: #ffffff !important;
}

.swal2-popup.swal2-toast {
    background: rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
    backdrop-filter: blur(11.5px) !important;
    -webkit-backdrop-filter: blur(11.5px) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: 5px !important;
    width: auto !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 10px 5px !important;
    color: #FFF !important;
}

.icon-color-change {
    filter: saturate(175%) hue-rotate(225deg) brightness(67%) contrast(297%) !important;
}





.owl-dots {
    display: none;
}

.imgEdit {
    width: 35px !important;
    height: 35px !important;
    margin-left: -3.5rem !important;
    margin-bottom: 1.5rem !important;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.profile-thumb {
    position: relative;
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: inline-flex;
}

.profile-thumb .profilePicPreview {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
    border: 3px solid #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-position: center;
}

.profile-thumb .profilePicUpload {
    font-size: 0;
    opacity: 0;
}

.profile-thumb .avatar-edit {
    position: absolute;
    right: -15px;
    bottom: -20px;
}

.profile-thumb .avatar-edit input {
    width: 0;
}

.profile-thumb .avatar-edit label {
    width: 45px;
    height: 45px;
    background-color: #37ebec;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: 2px solid #ffffff;
    font-size: 18px;
    cursor: pointer;
    color: #000000;
}

.custom_preload {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
}

.loderCustom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%)
}

.multi-action {
    display: inline-block;
    position: fixed;
    width: 56px;
    height: 56px;
    margin: 300px 0 0 -28px;
    right: 15px;
    bottom: 60px;
    z-index: 9999999999;
}

.multi-action a {
    padding-top: 11px;
    vertical-align: middle;
    text-align: center;
}

.action-button {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background: #fd0d61a6;
    font-size: 24px;
    color: white;
    z-index: 2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all .3s;
}

.action-button:hover {
    color: white;
}

.action-button:focus {
    color: white;
}

.float-btn {
    position: absolute;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: white;
    z-index: 2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all .3s;
}

.float-btn:hover {
    color: white;
}

.float-btn:focus {
    color: white;
}

.telegram {
    background: #0088ccba;
    bottom: 65px;
    right: 4px;
}

.whatsapp {
    background: #158701ba;
    bottom: 0px;
    right: 65px;
}

.actions {
    position: absolute;
    list-style: none inside none;
    margin: 0 0 0 0;
    padding: 0;
    width: auto;
    float: left;
    background-color: transparent;
    top: 8px;
    left: 8px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    li {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        margin: 0;
        background: #212121;
        color: #ffffff;
        transition: all .3s;
        transform: scale(.3);

        &:nth-child(1) {
            background: #ff9800;
        }

        &:nth-child(2) {
            background: #2196F3;
        }

        &:nth-child(3) {
            background: #FFEB3B;
        }

        &:nth-child(4) {
            background: #E91E63;
        }

        &:nth-child(5) {
            background: #4CAF50;
        }

        a {
            background: inherit;
            color: inherit;
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            line-height: 40px;
            text-align: center;
        }

        &:active {
            box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        }
    }
}

.action-button {
    &.active {
        box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    }

    &.active~.actions {

        li {
            transition: all .3s;
            transform: scale(1);

            &:nth-child(1) {
                margin-top: -56px;
            }

            &:nth-child(2) {
                margin-top: -104px;
            }

            &:nth-child(3) {
                margin-top: -152px;
            }

            &:nth-child(4) {
                margin-top: -200px;
            }

            &:nth-child(5) {
                margin-top: -248px;
            }
        }
    }
}

.action-button span {
    transition: all .3s;
}

.action-button {
    &.active:not(.no-rotate) span {
        transform: scale(1.5) rotate(-45deg);
    }
}

#grad1 {
    background: linear-gradient(120deg, rgb(191, 83, 21), rgb(148, 64, 41)) !important;
    backdrop-filter: blur(10px);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 5px;
    width: 95%;
    margin-left: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 3px 10px rgba(12, 12, 12, 0.17);
    color: #fff !important;
}

#grad3 {
    background-image: linear-gradient(135deg, #ff4d4d, #ff9900) !important;
    display: flex;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 18px;
    border-radius: 11px;
    width: 92%;
    margin-left: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #00fffbff;
}

#grad3:hover {
    background-image: linear-gradient(200deg, #e84242ff, #ff8c00ff) !important;
}

/* Page */
.plan-slider {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}


/* TITLE */
.title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
}

.title:before,
.title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 22%;
    height: 3px;
    background: linear-gradient(90deg, #fff, #fff);
}

.title:before {
    left: 0;
}

.title:after {
    right: 0;
}



/* MOBILE CONTAINER */
.mobile-wrapper {
    width: 460px;
    max-width: 100%;
    padding: 20px 0;
}

/* SLIDER */
.slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.slider::-webkit-scrollbar {
    display: none;
}


/* CARD */
.plan-card {
    width: 100%;
    max-width: 360px;
    margin: 20px 0;
    color: #fff;
    background: #160a05;
    border-radius: 18px;
    padding: 22px 20px 20px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .85);
    border: 1px solid rgba(255, 80, 0, .15);
}

/* SIDE ACCENT */
.plan-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(#ff3c00, #ff9a00);
}

/* HEADER */
.plan-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.plan-name {
    font-size: 16px;
    color: #ddd;
}

.plan-tag {
    font-size: 11px;
    background: rgba(255, 80, 0, .15);
    padding: 6px 20px;
    border-radius: 10px;
    color: #fff;
}

/* PROFIT */
.plan-profit {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #ff3c00, #ff9a00);
   
    color: transparent;
}

.plan-sub {
    font-size: 12px;
    opacity: .65;
    margin-bottom: 18px;
}

/* INFO GRID */
.plan-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.info-box {
    background: #1f0e08;
    padding: 12px;
    border-radius: 12px;
    font-size: 13px;
    border: 1px solid rgba(255, 90, 0, .15);
}

.info-box span {
    display: block;
    font-size: 11px;
    opacity: .6;
    margin-bottom: 2px;
}

/* BUTTON */
.plan-btn {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff3c00, #ff9a00);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}

.plan-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(255, 90, 0, 0.5);
}

/* FLOATING GLOW */
.glow {
    position: absolute;
    width: 160px;
    height: 160px;
    background: #ff3c00;
    filter: blur(90px);
    opacity: .25;
    top: -60px;
    right: -60px;
}
