/*
    Stylesheet Name : CloudGaming.my 2024
    Created on      : May       16, 2024, 08:46:10 AM
    Last edited on  : June      17, 2025, 11:58:29 PM
    Author          : YTL Digital Design [AL]
*/


/* Default CSS */

html,
body {
    display: flex;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
}

body {
    background-color: #1F1F1F;
    color: #FFF;
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 70%;
}

p {
    font-size: 1rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }
}

hr {
    border-color: #D9D9D9;
    margin: 2rem 0;
}

label {
    cursor: pointer;
}

label[readonly] {
    cursor: default;
}

caption {
    margin: 0 0 12px;
    padding: 0;
}

a,
.btn {
    transition: all 230ms linear;
    -moz-transition: all 230ms linear;
    -o-transition: all 230ms linear;
    -webkit-transition: all 230ms linear;
}

a,
a:focus,
a:active,
a:active:focus {
    color: #f0e8ec;
    text-decoration: none;
}

a:hover {
    color: #D00072;
}

a.btn,
.btn {
    border-radius: 100px;
    color: #FFF;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 19px;
    padding: 0.5rem 1.5rem;
}

@media (min-width: 1200px) {

    a.btn,
    .btn {
        font-size: 14px;
        padding: 0.5rem 3rem;
    }
}

.link-default {
    color: #BDBDBD;
}

a.btn-sm,
.btn-sm {}

a.btn:hover,
a.btn:focus,
a.btn:active,
a.btn:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    box-shadow: 0 0 0 transparent;
    outline: 0;
    transition: all 230ms linear;
}

a.btn-radius,
.btn-radius {
    border-radius: 6px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #FF0084;
    border-color: #FF0084;
}

.btn-primary:hover {
    background-color: #D00072;
    border-color: #D00072;
}

.btn-outline,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:active:focus,
.btn-outline.disabled,
.btn-outline:disabled {
    border-color: #FFF;
}

.btn-outline:hover {
    /* background-color: rgba(174, 176, 198, 0.05);
    border-color: #5F5F5F; */
    background-color: #5C636A;
    border-color: #5C636A;
}

.bg-transparent {
    background-color: transparent;
}

.color-pink {
    color: #FF0084 !important;
}

.fw-600 {
    font-weight: 600;
}

dt,
dd {
    margin: 0;
}

dd {
    margin-bottom: 7px;
    margin-left: 20px;
}

ul,
ol {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
}

ul li,
ol li {
    margin: 0 0 5px;
    padding: 0;
}

pre {
    margin: 0 0 15px;
}

.span-tag {
    border: 1px solid #76B900;
    border-radius: 7px;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.2rem 0.8rem;
}

.layer-overlay {
    background: rgba(0, 0, 0, 0.7) url('../images/img-loader.svg') center center no-repeat;
    background-size: 200px;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1040;
    transition: all 230ms linear;
}

body.show-overlayLoad .layer-overlay {
    background: rgba(31, 31, 31, 1) url('../images/img-loader.svg') center center no-repeat;
    background-size: 200px;
}

body.show-overlay,
body.show-overlayLoad {
    overflow: hidden;
}

body.show-overlay .layer-overlay,
body.show-overlayLoad .layer-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1055;
}

.panel-status {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
}

.panel-status .span-status {
    background-color: rgba(144, 201, 160, 0.3);
    border: 1px solid #43B763;
    border-radius: 2px;
    color: #43B763;
    display: inline-block;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.panel-status .span-status.status-sm {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
}

.panel-status .span-status.radius {
    border-radius: 100px;
}

.panel-status .span-status.noBorder {
    border: 0;
}

.panel-status .span-status.success {
    background-color: rgba(56, 186, 145, 0.3);
    border-color: #72D9AE;
    color: #72D9AE;
}

.panel-status .span-status.warning {
    background-color: rgba(242, 224, 160, 0.23);
    border-color: #CC9E00;
    color: #CC9E00;
}

.panel-status .span-status.danger {
    background-color: #2c0b0e;
    border-color: #842029;
    color: #842029;
}

.panel-status .span-status.light {
    background-color: rgba(226, 226, 226, 0.24);
    border-color: #9C9C9C;
    color: #9C9C9C;
}


/* CloudGaming.my Styling */


/* Layer Page */

.layer-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 2rem;
}

@media (min-width: 2560px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1920px;
    }
}


/* Layer Header */

.layer-header {
    background-color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.layer-header .navbar {
    background-color: #151515;
}

.link-logo {}

.link-logo img {
    max-height: 48px;
    max-width: 110px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 transparent;
}

.layer-header .navbar-nav {}

.layer-header .navbar-nav .nav-item {
    line-height: 21px;
    margin: 0;
}

.layer-header .navbar-nav .nav-item .nav-link {
    padding: 8px 12px;
}

.layer-header .navbar-nav .nav-item .btn {
    font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
}

.layer-header .span-separator {
    background-color: #3E416C;
    display: inline-block;
    height: 1px;
    width: 100%;
}

.layer-header .nav-secondary {
    margin: 12px 0 0;
}

.layer-header .nav-secondary .nav-item.dropdown {
    margin-top: 12px;
}

.nav-secondary .nav-item.dropdown .dropdown-menu {
    background-color: #000;
}

.nav-secondary .nav-item.dropdown .dropdown-menu a {
    color: #FFF;
}

.nav-secondary .nav-item.dropdown .dropdown-menu a:hover {
    background-color: #FF0084;
}

@media (min-width: 992px) {
    .link-logo img {
        max-width: 202px;
    }

    .layer-header .span-separator {
        height: 21px;
        width: 1px;
    }

    .layer-header .nav-secondary {
        margin: 0 12px;
    }

    .layer-header .nav-secondary .nav-item.dropdown {
        margin-top: 0;
    }
}


/* Layer Footer */

.layer-footer {
    background-color: #151515;
}

.layer-footer .layer-footerTop,
.layer-footer .layer-footerBottom {
    font-size: 0.8rem;
}

.layer-footer .layer-footerTop {
    padding: 2rem 0 0;
}

.layer-footer .layer-footerBottom {
    border-top: 1px solid #3E416C;
    padding: 1.5rem 0 2rem;
}

.layer-footer .layer-footerTop .link-logo img {
    max-height: 70px;
}

.layer-footer .layer-footerBottom p {
    color: #8588AA;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
    margin-bottom: 0;
}

.layer-footerTop .listing-socials {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.listing-socials li {
    display: inline-block;
    font-size: 1rem;
    list-style-type: none;
    margin: 0 0 0 1.5rem;
}

.listing-socials li:first-of-type {
    margin-left: 0;
}

.listing-socials li a {
    display: inline-block;
}

.listing-socials li a img {
    height: 22px;
    width: 22px;
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

@media (max-width: 767px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 768px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.layer-footerTop .widget_nav_menu {}

.layer-footerTop .widget_nav_menu h2.widgettitle {
    font-size: 1rem;
    font-weight: 600;
}

.layer-footerTop ul.menu {
    margin: 0;
    padding: 0;
}

.layer-footerTop ul.menu li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

.layer-footerTop ul.menu li:last-of-type {
    margin-bottom: 0;
}

.layer-footer a {
    color: #F7F7FF;
    text-decoration: none;
}

.layer-footer a:hover {
    color: #FF0084;
}

@media (min-width: 768px) {
    .layer-footer .layer-footerTop {
        padding: 3.5rem 0 2rem;
    }

    .layer-footerTop .widget_nav_menu h2.widgettitle {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {

    .layer-footer .layer-footerTop,
    .layer-footer .layer-footerBottom {
        font-size: 1rem;
    }

    .layer-footer .layer-footerBottom {
        padding: 2rem 0 3.5rem;
    }

    .layer-footerTop ul.menu li {
        margin-bottom: 0.7rem;
    }
}


/* Layer Body */

.layer-body {
    flex: auto;
    font-size: 90%;
}

@media (min-width: 992px) {
    .layer-body {
        font-size: 100%;
    }
}


/* Layer Sidebar Links & Layer Content*/

.layer-sidebarLinks,
.layer-content {
    padding: 0.8rem;
}

@media (min-width: 768px) {

    .layer-sidebarLinks,
    .layer-content {
        padding: 4rem 0;
    }
}


/* Layer Sidebar Links */

.layer-sidebarLinks {
    margin: 0 -10px;
    overflow-x: auto;
    padding-bottom: 0;
    text-wrap: nowrap;
}

.layer-sidebarLinks .listing-sidebarLinks {
    font-family: "Montserrat", sans-serif;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.listing-sidebarLinks li.nav-item {
    display: inline-block;
    font-size: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.listing-sidebarLinks li.nav-item .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.listing-sidebarLinks li.nav-item .nav-link:after {}

.listing-sidebarLinks li.nav-item .nav-link i[class^="flaticon-"] {
    margin: 0 1rem 0 0;
    line-height: 0;
}

.listing-sidebarLinks li.nav-item .nav-link.active,
.listing-sidebarLinks li.nav-item .nav-link:hover {
    border-bottom: 3px solid #FF0084;
    color: #FF0084;
}

.listing-sidebarLinks li.nav-item .nav-link.active:after,
.listing-sidebarLinks li.nav-item .nav-link:hover:after {}

@media (min-width: 768px) {
    .layer-sidebarLinks {
        margin: 0;
        padding-bottom: 2rem;
        overflow-x: visible;
        text-wrap: wrap;
    }

    .listing-sidebarLinks li.nav-item {
        display: list-item;
        padding: 5px 0;
    }

    .listing-sidebarLinks li.nav-item .nav-link:after {
        content: '';
        display: block;
        height: 100%;
        width: 8px;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 230ms linear;
        -moz-transition: all 230ms linear;
        -o-transition: all 230ms linear;
        -webkit-transition: all 230ms linear;
    }

    .listing-sidebarLinks li.nav-item .nav-link.active,
    .listing-sidebarLinks li.nav-item .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.04);
        border: 0;
        color: #FF0084;
    }

    .listing-sidebarLinks li.nav-item .nav-link.active:after,
    .listing-sidebarLinks li.nav-item .nav-link:hover:after {
        background-color: #FF0084;
    }
}

@media (min-width: 1200px) {
    .listing-sidebarLinks li.nav-item .nav-link {
        font-size: 1.1rem;
        line-height: 2rem;
        padding: 0.5rem 1.5rem;
    }

    .listing-sidebarLinks li.nav-item .nav-link i[class^="flaticon-"] {
        margin-right: 1.5rem;
    }
}


/* Column Border Line */

.col-borderLine {
    border-color: #313131;
    border-style: solid;
    border-width: 2px 0 0;
}

@media (min-width: 768px) {
    .col-borderLine {
        border-width: 0 0 0 2px;
    }
}


/* Layer Content */

.layer-content {}

.layer-content .layer-section {
    margin: 2rem 0 0;
}

.layer-content .layer-section:first-child {
    margin-top: 0;
}

.layer-content .link-white {
    color: #FFF;
}

.layer-content .text-dark {
    color: #747474 !important;
}

@media (min-width: 768px) {
    .layer-content .layer-section {
        margin-top: 4rem;
    }

    .layer-subscriberInfo .panel-location {
        margin-bottom: 1.5rem;
    }

    .layer-subscriberInfo .heading-name {
        font-family: Montserrat;
        font-size: 28.8px !important;
        font-weight: 800 !important;
        /* line-height: 58.5px !important; */

    }

    .layer-subscriberInfo .panel-location {
        font-family: Open Sans;
        font-size: 16.2px !important;
        font-weight: 600 !important;
        line-height: 24.3px !important;
        margin-bottom: 23.4px !important;

    }
}


/* Layer Subscriber Info */

.layer-subscriberInfo {}

.layer-subscriberInfo .heading-name {
    margin-bottom: 0.5rem;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: left;
}



.layer-subscriberInfo .panel-location {
    color: #B8B8B8;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

}

.layer-subscriberInfo .panel-status {
    font-size: 0.8rem;
}

.layer-subscriberInfo .panel-status .span-status {
    padding: 0.2rem 1.3rem;
}

.layer-subscriberInfo .panel-status .span-status.success {
    background-color: rgba(56, 186, 145, 0.15);
    border-color: rgba(56, 186, 145, 0.3);
    color: #72D9AE;
    text-transform: uppercase;
}


/* Layer Plan Card */

/*background: #0A0A0A url('../images/ticket-bg-mobile.png') bottom left no-repeat;*/


.layer-planCard {
    background: #0A0A0A url('../images/ticket-bg-mobile-n.png') bottom left no-repeat;
    background-size: cover;
    /* background-image: linear-gradient rgba(61, 61, 61, 0.1) rgba(255, 255, 255, 0.1); */
    border: 2px solid rgba(255, 241, 241, 0.47);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    /* height: 148px; */
    padding: 1rem 1.2rem;
}

.layer-planCard .heading-planName,
.heading-planName {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.layer-planCard .panel-planAmount,
.panel-planAmount {
    line-height: 1.8rem;
    margin-bottom: 0;
}

.layer-planCard .panel-planAmount .span-accend,
.panel-planAmount .span-accend {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.4rem;
    margin-right: 0.2rem;
    vertical-align: top;
}

.layer-planCard .panel-planAmount .span-amount,
.panel-planAmount .span-amount {
    font-size: 2rem;
    font-weight: 700;
}

.layer-planCard .layer-allocations {}

.layer-allocations .layer-totalAllocation,
.layer-allocations .layer-totalAllocation .span-totalUsed {
    background-color: #4E4E4E;
    border-radius: 10px;
    display: block;
    height: 8px;
    position: relative;
    width: 100%;
}

.layer-allocations .layer-totalAllocation {
    margin-bottom: 0.5rem;
    ;
}

.layer-allocations .layer-totalAllocation .span-totalUsed {
    background-color: #76B900;
    left: 0;
    top: 0;
    position: absolute;
}

.layer-allocations.warning .layer-totalAllocation .span-totalUsed {
    background-color: #EF4F44;
}

.layer-allocations.warning .panel-planNBD i[class^="flaticon-"] {
    color: #EF4F44;
}

.layer-allocations.danger .layer-totalAllocation .span-totalUsed {
    background-color: #FE0003;
}

.layer-allocations.danger .panel-planNBD i[class^="flaticon-"] {
    color: #FE0003;
}

.layer-planCard .panel-planNBD {
    color: #989898;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0;
}

.layer-planCard .panel-btn {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.layer-planCard .panel-btn .btn {
    padding: 0.3rem 2rem;
}

.layer-planCard.noPlan {
    background-color: rgba(127, 127, 127, 0.1);
    background-image: none;
    border-style: dashed;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.layer-planCard.noPlan .heading-planName {
    margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
    .layer-planCard {
        height: auto;
        padding: 1.2rem 1.5rem;
    }

    .layer-planCard .heading-planName {
        font-size: 1.6rem;
    }

    .layer-planCard .panel-planAmount {
        line-height: 2.5rem;
    }

    .layer-planCard .panel-planAmount .span-accend {
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-right: 0.2rem;
        font-weight: 500;
    }

    .layer-planCard .panel-planAmount .span-amount {
        font-size: 2.5rem;
    }

    .layer-planCard.noPlan {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
}


/* Layer Content Area */

.layer-contentArea {
    border: 1px solid transparent;
    border-radius: 15px;
}

.layer-contentArea.outline-box {
    border-color: #5F5F5F;
    padding: 1.6rem;
}

.layer-content .layer-sectionHeading {
    /* margin-bottom: 3rem; */
}

.layer-sectionHeading .heading-sectionTitle {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.layer-sectionHeading h2.heading-sectionTitle {
    font-size: 1.5rem;
}

.layer-sectionHeading .panel-sectionSubtitle {
    color: #B8B8B8;
    font-size: 0.9rem;
    margin: 0.5rem 0 0;
}

.layer-content .layer-sectionContent {}

.layer-sectionContent.profile p {
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .layer-sectionHeading h2.heading-sectionTitle {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .layer-contentArea.outline-box {
        padding: 2rem;
    }
}


/* Standard Form */

.standardForm {}

.standardForm label.form-label {
    color: #747474;
    /*F7F7FF*/
    display: block;
}

.standardForm .form-control,
.standardForm .form-select,
.input-group-text {
    background-color: #1F1F1F;
    border: 1px solid #5F5F5F;
    border-radius: 8px;
    color: #FFF;
    padding: 0.5rem 1rem;
}

.standardForm .input-group-text~.form-control {
    border-left: 0;
}

.standardForm .form-control.bg-transparent {
    background-color: transparent;
}

.standardForm .form-control::placeholder {
    color: #747474;
    opacity: 1;
    /* Firefox */
}

.standardForm .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #747474;
}

.standardForm .form-control:disabled {
    background-color: rgba(174, 176, 198, 0.05);
    color: #5B5B5B;
}

.form-check .form-check-label {
    color: #FAFAFA;
}

.form-check-input {
    background-color: transparent;
}

.form-check-input:focus {
    border-color: #FFF;
    box-shadow: 0 0 0 transparent;
}

.form-check-input:checked {
    background-color: #FF0084;
    border-color: #FF0084;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e");
    background-color: #FF0084;
    border-color: #FF0084;
}

.form-group.form-group-search {
    position: relative;
}

.form-group.form-group-search:before {
    color: #FBFBFB;
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    padding: 0.5rem 1rem;
    left: 1px;
    top: 1px;
}

.form-group.form-group-search .form-control {
    padding-left: 3.5rem;
}


/* .standardForm .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
} */

.standardForm .form-text {
    color: #989898;
    font-size: 0.8rem;
}

.standardForm .input-group {}

.standardForm .input-group.no-border {}

.standardForm .input-group.no-border .form-control {
    border-right: 0;
    padding-right: 0;
}

.standardForm .input-group.no-border .btn-showPass {
    border-color: #5F5F5F;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-radius: 0 8px 8px 0 !important;
    padding: 0.5rem 1rem;
}

.layer-otpInputs .form-control {
    padding: 0.5rem;
}

.row-buttons {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .row-buttons {
        margin-top: 4rem;
    }
}


/* Layer Table Wrapper */

.layer-tableWrapper {
    overflow-x: auto;
}

.table {
    border-color: #4D5154;
    border-style: solid;
    border-width: 0 1px;
}

.table th,
.table td {
    padding: 0.5rem 0.8rem;
}

.table th {
    background-color: #000;
    font-weight: 600;
}

.table td {
    background-color: transparent;
}

.table a {}

.table .cell-noWrap {
    text-wrap: nowrap;
}

@media (min-width: 992px) {
    .table {}

    .table th,
    .table td {
        padding: 0.8rem 1.2rem;
    }

    .table th {}

    .table td {}
}


/* Layer Payment Card */

.layer-paymentCard {
    border: 1px dashed rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 226px !important;
    padding: 1rem;
    position: relative;
}

.layer-paymentCard a {}


.layer-paymentCard p {
    margin-bottom: 0;
}

.layer-paymentCard .panel-cardTypeImg {}

.layer-paymentCard .panel-cardTypeImg img {
    max-width: 70px;
}

.layer-paymentCard .panel-cardInfo {
    line-height: 1.2rem;
    margin: 0 0 0 1rem;
}

.layer-paymentCard .panel-cardInfo span {
    color: #8588AA;
    font-size: 0.8rem;
}

.layer-paymentCard.noCard {
    border: 0;
    padding: 0;
}

/* .layer-paymentCard .link-addCard {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #FFF;
    display: block;
    height: 100%;
    /* padding: 19% 0; */
/* text-align: center;
    width: 100%; 
} */

.layer-paymentCard:hover {
    background-color: #5C636A;
    border-color: #5C636A;
    border-style: solid;
    color: #fff !important;
}

.layer-paymentCard .link-addCard {
    color: #fff !important;
}

@media (min-width: 768px) {
    .layer-paymentCard .link-addCard {
        /* padding: 15% 0; */
    }

}

@media (min-width: 1200px) {
    .layer-paymentCard {
        height: 180px;
        padding: 2rem;
    }

    .layer-paymentCard .link-addCard {
        /* padding: 17% 0; */
    }
}


/* Layer Section Banner */

.layer-sectionBanner {
    background-size: cover;
}

@media (min-width: 1200px) {
    .layer-sectionBanner {
        background-size: cover;
    }
}


/* Layer Plan Selection */

.layer-planSelection {}


/* Layer Tabs */

.layer-tabs {}

.layer-tabs .layer-tabNav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -1.5rem 4rem;
}

.layer-tabNav ul.nav-pills {
    border: 1px solid #FF0084;
    border-radius: 50px;
    padding: 3px;
}

.layer-tabNav ul.nav-pills li.nav-item {
    margin-bottom: 0;
}

.layer-tabNav ul.nav-pills li.nav-item .nav-link {
    border-radius: 50px;
    color: #FFF;
    padding: 0.5rem 1.5rem;
    transition: all 230ms linear;
    -moz-transition: all 230ms linear;
    -o-transition: all 230ms linear;
    -webkit-transition: all 230ms linear;
}

.layer-tabNav .nav-link.active,
.layer-tabNav .nav-link.active:hover,
.layer-tabNav .nav-link:focus,
.layer-tabNav .nav-link:active,
.layer-tabNav .nav-link:active:focus,
.layer-tabNav .nav-link.disabled,
.layer-tabNav .nav-link:disabled {
    background-color: #FF0084;
}

.layer-tabNav .nav-link:hover {
    background-color: #D00072;
}

.layer-tabNav.inline {
    display: inline-block;
}

.layer-tabs .layer-tabContent {}

.layer-tabContent .tab-pane {}

@media (min-width: 576px) {
    .layer-tabs .layer-tabNav {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .layer-tabNav ul.nav-pills li.nav-item .nav-link {
        padding: 0.5rem 3rem;
    }
}


/* Layer Plans */

.layer-plans {}

.layer-plans .layer-plan,
.layer-plan {
    background-color: rgba(127, 127, 127, 0.1);
    border: 2px solid transparent;
    border-radius: 15px;
    color: #FFF;
    cursor: pointer;
    font-family: 'Montserrat';
    position: relative;
    transition: all 230ms linear;
    -moz-transition: all 230ms linear;
    -o-transition: all 230ms linear;
    -webkit-transition: all 230ms linear;
}

.layer-plansGlass .layer-plans .layer-plan {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.layer-plans .layer-plan.selected,
.layer-plans .layer-plan.plan-current,
.layer-plans .layer-plan:hover {
    background-color: rgba(255, 0, 132, 0.1);
    border-color: #FF0084;
}

.layer-plan .span-currentPlan {
    background-color: #FF0084;
    border-radius: 15px 15px 0 0;
    color: #FFF;
    display: block;
    font-size:16px;
    font-weight: bold;
    margin: -37px -2px 0 -2px;
    padding: 0.5rem 1rem;
}

.layer-plan.plan-current .span-currentPlan {
    display: block;
}

.layer-plan.plan-current {
    border-radius: 0 0 15px 15px;
}

.layer-plan .span-tag {
    background-color: #76B900;
    color: #222;
    display: none;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1rem;
    position: absolute;
    right: 8px;
    top: 8px;
}

.layer-plan.plan-popular .span-tag {
    border: 1px solid #76B900;
    border-radius: 7px;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.2rem 0.8rem;
}

.layer-plan.plan-popular {
    background-color: #33362F;
    border-color: rgba(118, 185, 0, 0.45);
}

.layer-plan .form-check {
    display: none;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.layer-plan.selected .form-check {
    display: block;
}

.layer-plan.plan-popular .span-tag {
    border: 1px solid #76B900;
    border-radius: 7px;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.2rem 0.8rem;
}

.layer-plan.plan-popular {
    background-color: #33362F;
    border-color: rgba(118, 185, 0, 0.45);
}

.layer-plan .form-check {
    display: none;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.layer-plan.selected .form-check {
    display: block;
}

.layer-plan .form-check-input {
    background-color: transparent;
    height: 25px;
    width: 25px;
}

.layer-plan .form-check-input:checked {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FF0084' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: transparent;
    border-color: #FF0084;
    border-width: 2px;
}

.layer-plan .form-check:after {
    display: inline-block;
}

.layer-plan .card-header {
    border: 0;
    padding: 1.6rem 1rem 0;
}

.layer-plan .layer-planHeader {
    /* border-bottom: 1px solid #747474; */
    /* padding: 0 0 1rem; */
}

.layer-plan .heading-planName,
.layer-plan .panel-planDuration,
.layer-plan .panel-planAmount,
.layer-plan .panel-planTag {
    margin-bottom: 0.625rem;
}

.layer-plan .heading-planName {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.4rem;
    min-height: 55px;
}

.layer-plan .panel-planDuration,
.layer-plan .panel-planTag {
    font-size: 0.875rem;
}

.layer-plan .panel-planAmount {}

.layer-plan .panel-planAmount .span-accend {}

.layer-plan .panel-planAmount .span-amount {}

.layer-plan .panel-planTag {
    margin-bottom: 0;
}

.layer-plan .card-body {
    padding: 1rem 1rem 2.5rem;
}

.layer-plan .layer-planBtn {
    margin-bottom: 1.8rem;
}

.layer-plan ul.listing-planFeatures {
    margin: 0;
    padding: 0;
}

ul.listing-planFeatures li {
    font-size: 13px;
    line-height: 1rem;
    list-style-type: none;
    margin: 0 0 0.5rem;
    padding: 0 0 0 22px;
    position: relative;
    color: #BABABA;
}
.planNextBtn {
    min-width: 234px;
    text-transform: uppercase;
}
ul.listing-planFeatures li:last-of-type {
    margin-bottom: 0;
}

ul.listing-planFeatures li:before {
    color: #76B900;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
}

@media (min-width: 768px) {
    .layer-plan .span-currentPlan {
        font-size: 100%;
        margin: 0;
        position: absolute;
        left: -2px;
        top: -20px;
        right: -2px;
    }
}


/* Layer Plans Carousel */

.layer-planSelection.carousel .layer-plans {
    padding: 0;
}

.layer-planSelection.carousel .layer-plans .slick-list {
    display: flex;
    overflow: visible;
    padding: 0 !important;
}

.layer-planSelection.carousel .layer-plans .slick-track {
    display: flex;
}

.layer-planSelection.carousel .layer-plans .slick-dots li button {
    background: #FFF;
}

.layer-planSelection.carousel .layer-plans .layer-planSingle {
    display: flex;
    padding: 0 1rem;
}

.layer-planSelection.carousel .layer-plans .layer-planSingle .layer-plan {
    display: flex;
    width: 100%;
}

@media (min-width: 768px) {
    .layer-planSelection.carousel .layer-plans {
        /* padding-left: 3rem;
        padding-right: 3rem; */
    }
}

@media (min-width: 1024px) {
    .layer-planSelection.carousel .layer-plans {
        /* padding-left: 0.5rem;
        padding-right: 0.5rem; */
    }
}

@media (min-width: 1200px) {
    .layer-planSelection.carousel .layer-plans {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Layer Payment Methods */

.layer-paymentMethods {
    margin-bottom: 3rem;
}

.layer-paymentMethods .layer-paymentMethod {
    border: 1px solid #5F5F5F;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0.5rem;
    padding: 1rem;
}

.layer-paymentMethod .form-check {}

.layer-paymentMethod .layer-paymentMethodContent {}

.layer-paymentMethodContent p {
    margin-bottom: 0;
}

.layer-paymentMethodContent .panel-paymentMethodTitle {}

.layer-paymentMethodContent .panel-paymentMethodDesc {
    color: #747474;
    font-size: 0.8rem;
}

.layer-paymentMethod .panel-img {
    margin-bottom: 0;
}

.layer-paymentMethod .panel-img img {
    width: 100px;
}


/* Layer ayment Billing */

.layer-paymentBilling {}

.layer-paymentBilling .form-check-label {
    color: #BDBDBD;
}


/* Layer Order Summary */

.layer-orderSummary {
    background-color: #151515;
    border-radius: 20px 20px 0 0;
    padding: 1rem 1.5rem;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1019;
}

.layer-orderSummary.position-relative {
    border-radius: 20px;
}

.layer-orderSummary.not-fixed {
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
}

.layer-orderSummary .accordion-button {
    padding-bottom: 0.8rem;
}

.layer-orderSummary .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    transform: rotate(-180deg);
    transition: transform 0.2s ease-in-out;
}

.layer-orderSummary .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.layer-orderSummary .layer-orderSummaryContent {
    margin: 1.2rem 0 2rem;
}

.layer-orderSummaryContent .layer-orderSummaryHeading {}

.layer-orderSummaryHeading .heading-orderSummary {
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

.layer-orderSummaryContent .layer-orderSummaryItems {}

.layer-orderSummaryItems .orderSummaryItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin: 0 0 1rem;
}

.layer-orderSummaryItems .orderSummaryItem.non-flex {
    display: block;
}

.orderSummaryItem p {
    font-size: 16.2px;
    margin: 0;
}

.orderSummaryItem .panel-item {
    color: #BDBDBD;
}

.orderSummaryItem.planName .panel-item {
    color: #FFF;
    font-weight: 600;
}

.orderSummaryItem .panel-amount {
    color: #FFF;
    margin-left: 0.5rem;
}

.orderSummaryItem.item-total {
    margin-bottom: 0;
}

.orderSummaryItem.item-total p {
    font-size: 1rem;
}

.orderSummaryItem.item-total .panel-item {
    color: #FFF;
}

.orderSummaryItem.item-total .panel-amount {}

.layer-orderSummary .row-buttons {
    margin-top: 0;
}

.layer-orderSummary .panel-planAmount .span-accend {
    font-size: 1rem;
}

.layer-orderSummary .panel-planAmount .span-amount {
    font-size: 1.6rem;
}

.layer-orderSummary.review {}

@media (min-width: 768px) {
    body:not(.page-auth) .layer-orderSummary {
        border-radius: 20px;
        padding: 2rem;
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: auto;
    }

    body:not(.page-auth) .layer-orderSummary .layer-orderSummaryContent {
        margin: 0;
    }

    body:not(.page-auth) .layer-orderSummary .row-buttons {
        margin-top: 3rem;
    }
}

@media (min-width: 1024px) {
    .page-auth .layer-orderSummary {
        border-radius: 20px;
        padding: 2rem;
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: auto;
    }

    .page-auth .layer-orderSummary .layer-orderSummaryContent {
        margin: 0;
    }

    .page-auth .layer-orderSummary .row-buttons {
        margin-top: 3rem;
    }
}


/* Modal */

.modal {}

.modal-dialog {}

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

.modal-header {}

.modal-body {
    padding: 1.5rem;
}

@media (min-width: 1200px) {
    .modal-body {
        padding: 3rem;
    }
}


/* Layer Float Alerts */

.layer-floatAlerts {
    /* max-width: 310px; */
    margin: 0 auto;
    position: absolute;
    left: 1rem;
    right: 1rem;
    z-index: 1019;
}

.layer-floatAlerts .alert {
    background-color: #F7FCE4;
    border-color: #F7FCE4;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-radius: 7px;
    color: #000;
    margin: 1rem 0 0;
}

.layer-floatAlerts .alert:first-child {}

.layer-floatAlerts .alert.success {
    border-left-color: #6CBC6E;
}

.layer-floatAlerts .alert.warning {
    border-left-color: #FFB424;
}

.layer-authContent .layer-floatAlerts {
    top: 0;
}

.page-auth .layer-floatAlerts .alert {
    margin-top: 2rem;
}

.layer-authForm {
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .layer-floatAlerts {
        max-width: 560px;
    }
}

@media (min-width: 768px) {
    .layer-floatAlerts {
        max-width: 720px;
    }

    .page-auth .layer-floatAlerts .alert {
        margin-top: 1rem;
    }

    .layer-authForm {
        margin-top: 4rem;
    }
}

@media (min-width: 992px) {
    .layer-floatAlerts {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .layer-floatAlerts {
        max-width: 1024px;
    }
}

@media (min-width: 1400px) {
    .layer-floatAlerts {
        max-width: 1140px;
    }
}


/* Authentication Pages */

.layer-page.page-auth {
    max-width: none;
}

.page-auth .layer-body {
    /* display: flex; */
}

.page-auth .layer-body .layer-main {
    display: flex;
    flex-grow: 1;
    height: 100%;
    padding: 0;
}

.page-auth .layer-body .layer-main .layer-section {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 1800px) {
    .page-auth .navbar>.container-lg {
        max-width: none;
    }
}


/* Layer BG Login */

.page-auth .layer-authSide {
    background-color: #090909;
    background-image: url('../images/bg-auth-img-footer.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: relative;
    display: none;
    z-index: 1;
}

.page-auth .section-steps .layer-authSide {
    background-image: url('../images/bg-auth-img-steps-footer.png');
    background-size: cover !important;
}

@media (min-width: 768px) {
    .page-auth .layer-authSide {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 40%;
    }

    .page-auth .section-steps .layer-authSide {
        width: 35%;
    }

    .page-auth .layer-authSide img.img-logo-auth {
        max-width: 130px;
    }
}

@media (min-width: 1024px) {
    .page-auth .layer-authSide {
        width: 50%;
    }

    .page-auth .section-steps .layer-authSide {
        width: 30%;
    }

    .page-auth .layer-authSide img.img-logo-auth {
        max-width: 130px;
    }
}

@media (min-width: 1200px) {
    .page-auth .section-steps .layer-authSide {
        width: 25%;
    }
}

@media (min-width: 1440px) {
    .page-auth.page-login .layer-authSide {
        width: 30%;
    }
}

@media (min-width: 1800px) {
    .page-auth .layer-authSide {
        background-size: cover;
    }

    .page-auth .section-steps .layer-authSide {
        background-size: contain;
    }

    .page-auth .layer-authSide img.img-logo-auth {
        max-width: 380px;
    }
}


/* Layer Login Form */

.page-auth .layer-body .layer-authContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    width: 100%;
}

.page-auth .section-steps .layer-authContent {
    /* justify-content: start; */
    padding: 1.5rem 1rem;
}

@media (min-width: 768px) {
    .page-auth .layer-body .layer-authContent {
        width: 60%;
    }

    .page-auth .section-steps .layer-authContent {
        width: 65%;
    }
}

@media (min-width: 1024px) {
    .page-auth .layer-body .layer-authContent {
        padding: 2rem 5rem;
        width: 50%;
    }

    .page-auth .section-steps .layer-authContent {
        padding: 2rem;
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .page-auth .layer-body .layer-authContent {
        padding: 2rem 8rem;
    }

    .page-auth .section-steps .layer-authContent {
        padding: 2rem;
        width: 75%;
    }
}

@media (min-width: 1440px) {
    .page-auth.page-login .layer-body .layer-authContent {
        width: 70%;
    }

    .page-auth.page-login .layer-body .layer-page-login {
        width: 50%;
    }
}


/* Layer Auth Content Body */

.page-auth .layer-authContent .layer-authContentBody {}

@media (min-width: 1440px) {
    .page-auth .layer-authContent .layer-authContentBody {
        margin: 0 auto;
        /* Commented by AJ */
        width: 100%;
    }
}


/* Layer Login Form - Layer Login Form Area */

.layer-loginFormArea .layer-loginFormHeading,
.layer-loginFormArea .layer-loginSocials,
.layer-loginFormArea p.panel-loginor {
    margin-bottom: 1.5rem;
}

.layer-loginFormArea .row-buttons {
    margin-top: 1.5rem;
}

.layer-authContent .layer-loginFormArea {
    max-width: 465px;
    margin: 0 auto;
    width: 100%;
}

.layer-loginFormArea .layer-loginFormHeading {}

.layer-loginFormHeading h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.layer-loginFormHeading p {
    color: #989898;
}

.layer-loginFormArea p.panel-loginor {
    position: relative;
    text-align: center;
}

.layer-loginFormArea p.panel-loginor span {
    background-color: #1F1F1F;
    display: inline-block;
    padding: 0 1rem;
    position: relative;
    color: #747474;
}

.layer-loginFormArea p.panel-loginor:before {
    background: rgba(255, 255, 255, 0.2);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) {

    .layer-loginFormArea .layer-loginFormHeading,
    .layer-loginFormArea .layer-loginSocials,
    .layer-loginFormArea p.panel-loginor {
        margin-bottom: 1.5rem;
    }

    .layer-loginFormArea .row-buttons {
        margin-top: 1.5rem;
    }

    .layer-loginFormHeading h1 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {

    .layer-loginFormArea .layer-loginFormHeading,
    .layer-loginFormArea .layer-loginSocials,
    .layer-loginFormArea p.panel-loginor {
        margin-bottom: 2rem;
    }

    .layer-loginFormArea .row-buttons {
        margin-top: 2rem;
    }

    .layer-loginFormHeading h1 {
        font-size: 2.5rem;
    }
}


/* Layer Login Socials */

.layer-loginFormArea .layer-loginSocials {}

.layer-loginSocials .listing-loginSocials {
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.listing-loginSocials li {
    display: inline-block;
    font-size: 1rem;
    margin: 0 0.5rem;
}

.listing-loginSocials li a.btn-social {
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 44px;
}

.listing-loginSocials li a.btn-social img {
    max-height: 23px;
    max-width: 23px;
}

.listing-loginSocials li a.btn-social:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.listing-loginSocials li a.btn-social.facebook {
    background-color: #1877F2;
}

.listing-loginSocials li a.btn-social.facebook:hover {
    background-color: rgba(24, 119, 242, 0.75);
}


/* Layer Progress Top */

.layer-progressTop {
    background-color: #151515;
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.layer-progressTop .span-progress {
    background-color: #FF0084;
    display: block;
    height: 100%;
}


/* Layer Auth Steps */

.layer-authSteps {
    background-color: #090909;
    border-radius: 0 0 15px 15px;
    /* margin-bottom: 2rem; */
    margin: -1.5rem -1rem 2rem;
    padding: 1rem;
}

.layer-authSteps ul.listing-steps,
ul.listing-steps {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    max-width: 380px;
}

ul.listing-steps li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 72px;
    position: relative;
}

ul.listing-steps p {
    margin-bottom: 0;
}

ul.listing-steps p.panel-stepIcon {
    background-color: #FF0084;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1rem;
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    z-index: 3;
}

ul.listing-steps p.panel-stepIcon i[class^="flaticon-"],
ul.listing-steps p.panel-stepIcon i[class^="fa fa-"] {
    color: #FFF;
}


ul.listing-steps p.panel-stepTitle {
    font-size: 0.9rem;
    font-weight: 700;
}

ul.listing-steps p.panel-stepTitle span {}

ul.listing-steps p.panel-stepDesc {
    font-size: 0.8rem;
    line-height: 1rem;
}

ul.listing-steps li:before {
    background-color: #FF0084;
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    left: -80%;
    top: 22px;
}

ul.listing-steps li:first-child::before {
    display: none;
}

ul.listing-steps li:after {}

ul.listing-steps li.current:before {}

ul.listing-steps li.current:after {}

ul.listing-steps li.current~li p.panel-stepIcon,
ul.listing-steps li.current~li:before {
    background-color: #1D1D1D;
}

ul.listing-steps li.current~li p.panel-stepIcon i[class^="flaticon-"],
ul.listing-steps li.current~li p.panel-stepIcon i[class^="fa fa-"] {
    color: #000;
}

@media (min-width: 768px) {
    .layer-authSteps {
        background-color: transparent;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

    .layer-authSteps ul.listing-steps,
    ul.listing-steps {
        flex-direction: column;
        /* max-width: 220px; */
    }

    ul.listing-steps li {
        flex-direction: row;
        justify-content: start;
        min-height: 60px;
        padding: 15px;
    }

    ul.listing-steps li:before {
        height: 50%;
        width: 6px;
        left: 37px;
        top: -25px;
    }

    ul.listing-steps p.panel-stepIcon {
        margin-right: 1.5rem;
        height: 50px;
        width: 50px;
        min-height: 50px;
        min-width: 50px;
    }

    ul.listing-steps p.panel-stepTitle {
        margin-bottom: 0.2rem;
    }
}


/* Panel Icon */

.panel-icon {
    background-color: #FF0084;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1rem;
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    margin: 0;
}

.panel-icon.icon-lg {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    min-height: 80px;
    min-width: 80px;
}

.span-spinner {
    background: url('../images/img-spinner.svg') center center no-repeat;
    background-size: 140px;
    display: inline-block;
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
}

@media (min-width: 992px) {
    .panel-icon.icon-lg {
        font-size: 4rem;
        height: 100px;
        width: 100px;
        min-height: 100px;
        min-width: 100px;
    }


    .layer-profile-inner {
        width: 140px !important;
        height: 140px !important;
        min-width: 140px !important;
        border-radius: 50%;
    }
}

.layer-profile {
    display: flex;
    align-items: center;
    gap: 30px;
}

.layer-profile-inner {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
}

.layer-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.span-errMsg {
    color: #EF5348;
}

.alert {
    --bs-alert-bg: #f8d7da;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: #842029;
    --bs-alert-border-color: #f5c2c7;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    z-index: 1050;
}

.alert-success {
    --bs-alert-color: #fafafa;
    --bs-alert-bg: #23c7af;
    --bs-alert-border-color: #23c7af
}


.btn-closeAlert {
    position: fixed;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

/* #page-main > .layer-main > .container-fluid{
    padding: 0 !important;
}

#page-main > .layer-main > .container-fluid .col-md-3 {
    width: 100%;
    max-width: 350px;
} */

.redeem-link a {
    color: #FF0084;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.plan-active.radius.success {
    border: 0.9px solid #38BA914D;
    background: #38BA9126;
    color: #72D9AE;
    /* padding: 5px 10px; */
    max-width: 100px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    height: 25px;
}

.plan-cancelled.radius.danger {
    border: 0.9px solid rgba(239, 83, 72, 0.3);
    background: rgba(239, 83, 72, 0.15);
    color: #EF5348;
    /* padding: 5px 10px; */
    max-width: 100px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    height: 25px;
}


.redeem-code-box {
    border: 1px solid #5F5F5F;
    border-radius: 50px;
    overflow: hidden;
}

.redeem-code-box>input {
    border: none !important;
    border-radius: 50px;
}

.redeem-code-box>button {
    border-radius: 50px !important;
}



.btn-togglePass {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}


.btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    border: 1px solid #fff;
    font-size: 10px;
}

.btn-close-white {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

.layer-paymentMethods .layer-payment-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.down_link {
    font-family: Open Sans;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 19.61px;
    text-align: left;
    color: #FF0084;
}

.layer-sidebarLinks {
    margin-left: -15px;
    margin-right: -15px;
}

.gift-card-btn {
    background: #fff !important;
    border-color: #fff;
    color: #ff0084 !important;
}


/* .layer-plans .panel-planAmount .span-amount{
font-family: Montserrat;
font-size: 41.91px;
font-weight: 700;
line-height: 43.94px;
letter-spacing: -0.02em;
text-align: center;
} */

.layer-plans .heading-planName {
    /* font-family: Montserrat;
    font-size: 21.63px;
    font-weight: 700;
    line-height: 26.37px;
    letter-spacing: -0.02em; */
}

.layer-plans .layer-plan {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    height: 100%;
    border: 2px solid #757575;
}

/* .layer-plans .layer-plan .card-header{
    padding: 2rem 1rem !important;
} */


.layer-plans .layer-plan .form-check-input:checked {
    background-image: url(../images/check.png);
    background-size: auto;
    background-color: #000;
}


.layer-plans .layer-plan .form-check-input {
    height: 27px;
    width: 27px;
}

/* .layer-plans ul.listing-planFeatures li{
font-family: Open Sans;
font-size: 12.17px;
font-weight: 400;
line-height: 15.82px;
color:#BABABA;
} */




.btn-link:hover {
    color: #ffffff !important;
}

.gift-card-btn:hover {
    background-color: #e7e2e5 !important;
    color: #D00072 !important;
    border-color: #fff !important;
}


.listbar {
    counter-reset: step;
    padding: 0;
    margin: auto;
    width: 100%;
}

.listbar li {
    float: left;
    list-style: none;
    position: relative;
    text-align: center;
}

.listbar li:before {
    background-color: #ff0084;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    color: #FFF;
    content: counter(step);
    counter-increment: step;
    display: block;
    height: 30px;
    line-height: 27px;
    margin: 0 auto 10px;
    text-align: center;
    width: 30px;
}

.listbar li:after {
    background-color: #ff0084;
    content: '';
    height: 3px;
    left: -50%;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 1;
}

.listbar li:first-child:after {
    content: none;
}

.listbar li.active:after {
    background-color: #ff0084;
}

.listbar li.active~li {
    color: #585B84;
}

.listbar li.active~li:before {
    background-color: rgb(255 0 131 / 62%);
    color: #585B84;
}

.listbar li.active~li:after {
    background-color: rgb(255 0 132 / 33%);
}



.feedback {
    border: 2px solid #24284F !important;
}

.form-control.feedback {
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.form-control.feedback:disabled {
    background-color: transparent;
}

.feedback-page .form-check-input {
    width: 20px;
    height: 20px;
}

.bullet-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgb(209 214 237 / 23%);
    border-radius: 50%;
    color: #D1D6ED;
}

.bullet-span .material-symbols-outlined {
    line-height: 0;
}

.bullet-span .material-symbols-outlined i {
    font-size: 18px;
}



.listing-sidebarLinks li.nav-item .nav-link {
    padding: 0.5rem 3.5rem !important;
}

.colorWhite75 {
    color: #989898;
}


@media (max-width: 767px) {
    p {
        font-family: Open Sans;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 19.6px !important;
    }

    a.btn {
        padding: 0.5rem 3.5rem;
    }

    .row-buttons button {
        width: 50%;
    }

    .layer-planCard .panel-planAmount .span-accend,
    .panel-planAmount .span-accend {
        font-weight: 400;
        line-height: 0.5rem;
    }

}



.section-message {
    margin: 2rem 0;
}

.layer-message .back-link a {
    padding: 20px 140px;
}

.layer-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layer-message .material-symbols-outlined {
    font-size: 50px;
}

.alert {
    border-radius: 0 !important;
}

.alert ul {
    margin: 0 !important;
}

.alert ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.btn-closeAlert span {
    color: #9a1d2a;
}

.btn-closeAlert span:hover {
    color: #9a1d2a8f;
}
.alert-danger .btn-closeAlert span{
    color:#9a1d2a
}

.alert-success .btn-closeAlert span{
    color:#ffffff
}

/* #page-main > .layer-main > .container-fluid .col-md-3 {
    width: 100%;
    max-width: 350px;
} */

.plan-current .span-tag.popular {
    /* top: -10px; */
}

.input-with-button {
    border: 1px solid #5F5F5F;
    border-radius: 8px;
}

.input-with-button input {
    border: none !important;
}

.anchor-color {
    color: #9DA3FA;
}

.anchor-color:hover {
    text-decoration: underline;
    color: #9DA3FA;
}

.input-with-button a {
    color: #9DA3FA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 14px;
}

#input-agreeGFN,
#input-agreeYes {
    border: 1px solid #4d4d4d;
}

.section-header h1 {
    font-family: Montserrat;
    font-size: 28.8px;
    font-weight: 800;
    line-height: 58.5px;
    letter-spacing: -0.02em;
}

.section-header p {
    font-family: Open Sans;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 19.61px;
    color: #989898;
}

.layer-orderSummary h3 {
    font-family: Montserrat;
    font-size: 18.9px;
    font-weight: 700;
    line-height: 23.04px;
    letter-spacing: -0.02em;
}

/*css add hn*/
 .orderSummaryItem.total-amt .panel-item, .orderSummaryItem.total-amt .panel-amount{
    font-size:21px !important;
    font-weight:600 !important;
    color:#fff !important;
    }
    .gift-code-sec{
    position: relative;
    margin-top:25px;
    }
.gift-code-sec .form-group {
}
.gift-code-sec label {
    display: block;
    margin: 0 0 8px;
    text-align: left;
    color:#FF0084;
}
.gift-code-sec .form-control {
    background-color: #1F1F1F;
    border: 1px solid #5F5F5F;
    border-radius: 50px;
    color: #FFF;
    padding: 0.5rem 1rem;
}
.gift-code-sec .btn-submit {
    font-family: 'Montserrat';
    font-size: 13.13px;
    font-weight: 700;
    line-height: 15.59px;
    font-weight: 600;
    padding: 0.8rem 2.5rem;
    width: unset;
    letter-spacing: 0.1em;
    display: block;
    color: #FF0084;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 1px;
    border: 0;
}
    @media screen and (max-width: 768px) {
.gift-code-sec .btn-submit{width:unset !important}
}

/*css add hn end*/



#fg-securityType .select-platform-wrapper {
    flex: 1;
    border: 0.9px solid #5f5f5f;
    border-radius: 8px;
    position: relative;
}

#fg-securityType .select-platform-wrapper>select {
    background: transparent !important;
    border: none !important;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 28.35px;
    letter-spacing: 0.005em;
    color: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#fg-securityType .select-platform-wrapper>select option {
    color: #000;
}

#fg-securityType .select-platform-wrapper>select:focus {
    color: #fff;
    box-shadow: none !important
}

#fg-securityType .select-platform-wrapper .select-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

@media screen and (max-width:768px) {
    .listing-sidebarLinks li.nav-item .nav-link {
        padding: 0.5rem 1.2rem !important;
    }

    .heading-sectionTitle {
        font-size: 20px;
    }

    p.panel-sectionSubtitle {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #B8B8B8;
    }

    .layer-planCard {
        background: #0A0A0A url('../images/ticket-bg-mobile.png') center no-repeat;
        position: relative;
        overflow: hidden;
    }

    .layer-planCard>* {
        position: relative;
        z-index: 1;
    }

    .layer-planCard:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(94.64deg, rgba(61, 61, 61, 0.1) 36.49%, rgba(255, 255, 255, 0.1) 97.18%);
    }

    table.table.table-dark.text-center {
        white-space: nowrap;
    }

    .button-section>* {
        width: 100%;
    }
}

.subscription.noPlan {
    max-width: 550px;
}

.feedback-page .form-check-input {
    border: 1px solid #464646 !important;
}

#input-customFeedback {
    border-bottom: 1px solid #464646 !important;
}

.nav-item.dropdown .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.layer-body.d-flex {
    justify-content: center;
}

@media(max-width:767px){
    ul.listing-steps p.panel-stepIcon{
        height: 34px !important;
        width: 34px !important;
        min-height: 34px !important;
        min-width: 34px !important;
    }

    ul.listing-steps p.panel-stepIcon i[class^="flaticon-"] {
        font-size: 20px !important;
    }

    ul.listing-steps li:before {
        left: -72% !important;
        top: 0 !important;
        bottom: 20px !important;
        margin: auto !important;
    }
}




/* Bottom-modal-css-start */

.desktop-none {
    display: none;
}

@media(max-width:768px) {
    .mobile-none {
        display: none;
    }

    .desktop-none {
        display: block !important;
    }

    .payment-page {
        padding: 0 0 calc(100% - 250px);
    }
    .redeem-review-page {
        padding: 0 0 calc(100% - 250px);
    }
}

.bottom-modal-card {
    background: #151515;
    border-radius: 15px 15px 0 0;
    padding: 10px 30px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}

.bottom-modal-card-header,
.bottom-modal-card-footer,
.bottom-modal-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.bottom-modal-card-header h4 {
    margin: 0;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
}

.bottom-modal-price-box {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.bottom-modal-price-box .bottom-modal-currency {
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.bottom-modal-price-box .bottom-modal-price {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.bottom-modal-card-footer .next-btn {
    width: 100%;
    max-width: 150px;
}

.bottom-modal-card-body .order-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.bottom-modal-card-body .orderSummaryItem {
    display: flex;
    justify-content: space-between;
}

.bottom-modal-icon:not(.rotate-icon) {
    transform: rotate(180deg);
}

/* Bottom-modal-css-end */



.alert .me-auto{
    display: flex; 
    align-items: center; 
    justify-content: center;
    gap: 8px;
}
 