body.theme-1 {
    --theme-color: #0CAF60 !important;
    --light-color: #ceefdf !important;

}

body.theme-2 {
    --theme-color: #584ED2 !important;
    --light-color: #dedcf6 !important;
}

body.theme-3 {
    --theme-color: #6FD943 !important;
    --light-color: #e2f7d9 !important;
}

body.theme-4 {
    --theme-color: #145388 !important;
    --light-color: #d0dde7 !important;
}

body.theme-5 {
    --theme-color: #B9406B !important;
    --light-color: #f1d9e1 !important;
}

body.theme-6 {
    --theme-color: #008ECC !important;
    --light-color: #cce8f5 !important;
}

body.theme-7 {
    --theme-color: #922C88 !important;
    --light-color: #e9d5e7 !important;
}

body.theme-8 {
    --theme-color: #C0A145 !important;
    --light-color: #f2ecda !important;
}

body.theme-9 {
    --theme-color: #48494B !important;
    --light-color: #dadbdb !important;
}

body.theme-10 {
    --theme-color: #0C7785 !important;
    --light-color: #cee4e7 !important;
}

body.custom-color {
    --theme-color: var(--color-customColor) !important;
    --light-color: #fff !important;
}

.avatar-sm {
    width: 2.4375rem;
    height: 2.4375rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

.avatar img {
    width: 100%;
    border-radius: 0.25rem;
}

.avatar.rounded-circle img {
    border-radius: 50%;
}

.action-btn {
    width: 29px;
    height: 28px;
    border-radius: 9.3552px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screen.image {
    padding: 5px;
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    height: auto;
}

.screen.image img {
    width: 100%;
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    object-fit: cover;
    object-position: top;
    height: 400px;
    transition: 2s all ease;
}

.screen.image:hover img {
    object-position: bottom;
}

.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked~.colorinput-color:before {
    opacity: 1;
}

.imagepreview {
    width: 100%;
}

.avatar {
    position: relative;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    height: 3.125rem;
    width: 4.125rem;
    border-radius: 0.25rem;
}

.avatar img {
    width: 100%;
    border-radius: 0.25rem;
}

.avatar.rounded-circle img {
    border-radius: 50%;
}

.avatar span {
    background-color: #051C4B;
}

.avatar+.avatar {
    margin-left: .25rem;
}

.avatar+.avatar-content {
    display: inline-block;
    margin-left: .75rem;
}

.avatar-xl {
    width: 6rem;
    height: 6rem;
    font-size: 1.375rem;
}


.faq .accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
}

.faq .accordion .accordion-item .accordion-button {
    font-weight: 700 !important;
    padding: 1.3rem 1.25rem;
}

.faq .accordion .accordion-item .accordion-button span>i {
    font-size: 20px;
    margin-right: 8px;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.faq .accordion .accordion-item .accordion-body {
    /* padding: 0.3rem 0.3rem 0.3rem 3rem; */
    padding: 1rem 1.25rem;
}

body.application.application-offset {
    font-family: var(--bs-body-font-family) !important;
}

.switch {
    width: 70px !important;
    height: 10px !important;
}

label.btn.btn-primary.btn-.switch-on {
    padding: 6px !important;
}

label.btn.btn-light.btn-.switch-off {
    padding: 6px !important;
}

z .switch-handle {
    padding: 17px;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.hover-none {
    text-decoration: none !important;
    color: white !important;
}

.textarea-adjust textarea {
    border: none;
    outline: none;
    color: #030303;
    font-weight: normal;
    font-size: 12.79277px;
    display: block;
    vertical-align: middle;
    /* max-width: 196px; */
    width: 100%;
    resize: none;
    /* height: auto !important; */
    max-height: max-content !important;
    min-height: max-content !important;
}

.textarea-adjust textarea {
    height: 75px;
    line-height: normal;
}

.input-h4 {
    text-align-last: center;
    margin-right: 26px;
}

.ml-46px {
    margin-left: -2px;
    text-align: center;
}

.min-393 {
    min-height: 393px !important;
}


.rating {
    border: none;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FFED85;
}

.testimonial-ratings {
    justify-content: center;
    display: flex;
}

ul.uploaded-pics {
    list-style-type: none;
    padding-left: 15px !important;
}

ul.uploaded-pics li {
    width: 16.40%;
    display: inline-block;
    margin: 5px
}

ul.uploaded-pics img {
    border: 2px dashed transparent;
}

ul.uploaded-pics input[type="checkbox"][id^="checkthis"] {
    display: none;
}

ul.uploaded-pics label {
    padding: 5px;
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: auto;
    border-radius: 5px;
}

ul.uploaded-pics label:before {
    font-size: 15px;
    background-color: #ffffff;
    color: #0095ff;
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #0095ff;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition-duration: 0.4s;
    transform: scale(0);
}

ul.uploaded-pics label img {
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    object-fit: cover;
    object-position: top;
    height: 220px;
    transition: 5s all ease;
}

ul.uploaded-pics label:hover img {
    object-position: bottom;
}

ul.uploaded-pics :checked+label:before {
    content: "✓";
    transform: scale(1);
    z-index: 2;
}

ul.uploaded-pics :checked+label img {
    z-index: -1;
    border: 2px dashed #0095ff;
}

.pull-right .btn {
    margin-left: 5px;
}

.screen.image {
    padding: 5px;
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    height: auto;
}

.screen.image img {
    width: 100%;
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    object-fit: cover;
    object-position: top;
    height: 400px;
    transition: 2s all ease;
}

.screen.image:hover img {
    object-position: bottom;
}

ul.plan-detail div {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold';
    padding-bottom: 10px;
    color: red;
}

ul.plan-detail div:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    height: 13px;
    background-color: #f00;
    width: 2px;
    transform: rotate(45deg);
}


ul.plan-detail div:after {
    content: "";
    position: absolute;
    left: 10px;
    height: 13px;
    top: 4px;
    width: 2px;
    background-color: #f00;
    transform: rotate(-45deg);
}

[data-toggle="buttons"]:not(.custom-domain .btn-group-colors)>.btn.active {
    background-color: #134fc9 !important;
    color: #FFF !important;
}

.custom-domain .btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 13px;
    border-radius: 10px;
}

.custom-domain .btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 10px;
}


#sticky {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    /* height: 252vh; */
    height: 100%;
    top: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.preview-height {
    height: auto;
    overflow: scroll;
    max-height: 1500px;
    overflow-x: hidden;
}

.dash-sidebar .main-logo {
    justify-content: center;
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    min-width: 255px;
}

a.b-brand {
    height: 100%;
    width: 100%;
}

.dash-sidebar .main-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    height: auto;
    width: auto !important;
    /*max-width: -webkit-fill-available !important;
    max-height: -webkit-fill-available !important;
    max-width: -moz-available;
    max-height: -moz-available;  */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.custom-domain .btn-group, .btn-group-vertical {
    gap: 2rem;
}

.custom-domain .btn-group .btn-primary {
    background: transparent;
    color: #000;
}

.custom-domain .btn-group .btn-primary.actve {
    background: red;
    color: #000;
}


/* radio tab  */



input.radio_tab, .content {
    display: none;
    background: #0084aa;
    line-height: 25px;
    padding: 5px 25px;
    color: #fff;
    font: normal 1em/150% Sans-Serif;
    min-width: 200px;
    max-width: 600px;
}

#one:checked~.one,
#two:checked~.two,
#three:checked~.three {
    display: block;
}

label.radio_tab_label {
    cursor: pointer;
    background: #00a8d8;
    height: 25px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font: normal 1em/150% Sans-Serif;
    margin-right: -3px;
    transition: background .25s linear;
}

label.radio_tab_label:hover, input.radio_tab:checked+label.radio_tab_label {
    background: #0084aa;
}

.price-card {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.price-card.price-2 {
    color: #fff;
}

.price-card.price-2 .price-badge {
    color: #fff;
    background: #1c232f;
}

.price-card .p-price {
    font-size: 40px;
}

.price-card .price-badge {
    color: #fff;
    padding: 7px 24px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-card .list-unstyled {
    display: inline-block;
}

.price-card .list-unstyled li {
    display: flex;
    align-items: center;
}

.price-card .list-unstyled li+li {
    margin-top: 8px;
}

.price-card .list-unstyled .theme-avtar {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    margin-right: 15px;
}

.side-feature {
    overflow: hidden;
}

.big-logo {

    width: 160px;
    height: 45px;

}

.big-logo1 {

    width: 160px;
    height: 45px;

}

.big-logo2 {
    width: 60px;
    height: 70px;
}

.logo-content {
    border-radius: 20px;
    padding: 15px 0px;
}

.choose-files div {
    color: #fff;
    background: #584ED2 !important;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 15px; */
}

.file {
    position: relative !important;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.file-icon {
    width: 30px;
    height: 30px;
    background: #0F5EF7;
    border-radius: 50px;
    float: left;
    text-align: center;
}

.file-icon i {
    color: #fff;
    z-index: 9999;
    position: relative;
    font-size: 14px;
}

.first-file {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    position: relative;
}

.file-des {
    width: calc(100% - 40px);
    float: right;
    color: #A3AFBB;
    font-size: 12px;
}

.file-des span {
    width: 100%;
    float: left;
    color: #011C4B;
}

.general-tab .column-card {
    flex-direction: column;
}

.first-file:before {
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: var(--bs-primary) !important;
    content: "";
    left: 25px;
}

.first-file:last-child:before {
    background: none;
}

.img_users_fix_size {
    height: 60px !important;
    max-width: 60px !important;
}

.h-44 {
    height: 44px;
}

.min-296 {
    min-height: 296px;
}

.img_setting {
    filter: drop-shadow(2px 3px 7px #011c4b);
}

.active_color {
    border: 2px solid #000 !important;
}

.min-250 {
    min-height: 250px !important;
    max-height: 250px !important;
}


/* plan card */
.plan_card .card-body {
    min-height: 451px;
}

.drp-language .dropdown-toggle {
    color: #525B69;
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.7rem;
    margin: 0 7.5px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid rgba(206, 206, 206, 0.2);
}

.res {
    overflow: auto;
}

.dash-content::-webkit-scrollbar {
    display: none;
}

.log {
    margin-top: 15px;
}

.disabledCookie {
    pointer-events: none;
    opacity: 0.4;
}

.disabledPWA {
    pointer-events: none;
    opacity: 0.4;
}

@media screen and (max-width: 1440px) {
    .price-card .list-unstyled .theme-avtar {
        margin-right: 3px;
    }
}


ul.uploaded-pics input[type="radio"][id^="checktheme"] {
    display: none;
}

.ps--active-y {
    height: 100vh !important;
}

/* Mobile */

body.no-scroll {
    overflow: hidden;
    position: relative;
}

.auth-wrapper .navbar .navbar-brand {
    display: block;
    width: 100%;
    max-width: 160px;
    height: 50px;
}

.auth-wrapper .navbar .navbar-brand img {
    width: 100%;
    height: 100% !important;
}

/* Nav scroller */
.dash-sidebar .navbar-content {
    height: calc(100vh - 70px);
}

.dash-sidebar.mob-sidebar-active .navbar-wrapper {
    background: #fff;
}

/* Auth Mobile responsive */
@media screen and (max-width:767px) {
    .auth-wrapper {
        align-items: flex-start !important;
    }

    .auth-wrapper .auth-content {
        min-height: unset !important;
    }

    .auth-wrapper .auth-content .card {
        /* min-height: calc(100vh - 110px); */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .auth-wrapper .auth-content .card .card-body {
        flex: unset;
    }

    .language-dropdown {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }

    .navbar-nav {
        padding-top: 20px;
    }

}


@media screen and (min-width:1024px) {
    .no-scroll .dash-sidebar.light-sidebar.transprent-bg {
        z-index: -1;
    }

    .no-scroll .dash-header {
        z-index: -1;
    }


}

.plan-expired {
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 12px;
    background: rgba(241, 241, 241, 1);
    text-align: center;
    border-radius: 4px;
    width: 100%;
}


a.b-brand {
    max-width: 160px;
    height: 50px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 0.33594rem 0;
}

.logo {
    max-width: 160px;
    /* height: 50px; */
    width: 100%;
}

.dash-sidebar a.b-brand img,
.logo img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
}


@media screen and (max-width:1200px) {

    .auth-wrapper .auth-content,
    .auth-wrapper {
        min-height: 100%;
    }
}

.welcome-card .border-success,
.business-header .border-success {
    border: 1px solid var(--theme-color) !important;
}

.welcome-card .bg-light-success {
    background: var(--light-color) !important;
    border-color: var(--theme-color);
}

.welcome-card {
    margin-bottom: 5px;
}

/* Social Sharing  */
.sharingButtonsContainer {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.sharingButtonsContainer a {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    min-width: 13px;
    padding: 7px;
    border-radius: 20px;
    width: 30px;
}

.shareqrcode {
    margin-top: 15px;
}

.share-btn {
    background-color: #47dbcd;
    border: 1px solid #47dbcd;
}

.sharingButtonsContainer .Demo1 {
    margin-bottom: 0px !important;
}
.copylink-btn-wrapper {
    align-items: center;
}
@media screen and (max-width:1500px) {
    body.theme-3 .dashboard-wrp .btn-light-primary{
    font-size: 12px;}
    .shareqrcode-card, .info-wrapper-card .card-body{
        padding: 12px 12px !important;
    }
    .shareqrcode-card .shareqrcode{
        width: 85px;

    }

    .copylink-btn-wrapper  svg.feather:not([class*="wid-"]){
        width: 14px;
    }
    .copylink-btn-wrapper svg.feather:not([class*="hei-"]) {
        height: 14px;
    }
}

@media screen and (max-width:1200px) {
    .sharingButtonsContainer {
        right: 25px;
    }
    .dashboard-wrp .col-{
        padding: 0 10px;
    }
    .copylink-btn-wrapper{
        /* flex-wrap: wrap; */
        row-gap: 10px;
    }
}

.socialJS {
    display: flex;
    gap: 0 10px;
}

.list_colume_notifi {
    position: relative;
    display: block;
    padding: 16.66667px 25px;
    color: #212529;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
}

.list_colume_notifi a label {
    cursor: pointer;
}

.row-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.page-inner-dropdowm .dropdown-item {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.theme-3 .nav-pills.information-tab .nav-link {
    transition: .3s all ease-in-out;
}

body.theme-3 .nav-pills.information-tab .nav-link:hover {
    color: #ffffff;
    background: linear-gradient(141.55deg, #6FD943 3.46%, #6FD943 99.86%), #6FD943;
}

.card-payment-block .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 10px !important;
}

.payment-card-left .accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
}

.payment-card-left {
    padding: 20px;
}

.card-payment-block .accordion-flush .accordion-item:last-child {
    margin-bottom: 0 !important;
}

.payment-card-left .form-group:last-of-type {
    margin-bottom: 0 !important;
}

.card-payment-info {
    display: flex;
    gap: 10px;
}

.header-info-btn-wrapper {
    justify-content: flex-end;
}

.program-data-div .form-check, .paypal-mode-check {
    margin-bottom: 0 !important;
}

@media screen and (max-width:1200px) {
    .payment-card-left {
        padding: 15px;
    }
}

@media screen and (max-width:767px) {
    .card-payment-info {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:575px) {
    .card-payment-block .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        padding: 10px !important;
    }

    .card-payment-block .accordion-body {
        padding: 15px !important;
    }

    .header-info-btn-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.color-wrp .color-picker-wrp input[type="color"] {
    background-color: #fff;
    height: 55px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0px;
    padding: 0px;
    border: 0;
    margin-bottom: 5px;
    margin-left: 5px;
}

.color-wrp {
    display: flex;
    margin-top: 15px;
}

.color-wrp .theme-color {
    margin: 0;
    max-width: 200px;
    width: 100%;
}

.color-wrp .color-picker-wrp {
    width: 135px;
}

/* New Module PLan Css */
ul.uploaded-pics-module-module {
    list-style-type: none;
    padding-left: 15px !important;
}

ul.uploaded-pics-module li {
    width: 30.40%;
    display: inline-block;
    margin: 5px
}

ul.uploaded-pics-module img {
    border: 2px dashed transparent;
}

ul.uploaded-pics-module input[type="checkbox"][id^="checkthis"] {
    display: none;
}

ul.uploaded-pics-module label {
    padding: 5px;
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: auto;
    border-radius: 5px;
}

ul.uploaded-pics-module label:before {
    font-size: 15px;
    background-color: #ffffff;
    color: #0095ff;
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #0095ff;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition-duration: 0.4s;
    transform: scale(0);
}

ul.uploaded-pics-module label img {
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    object-fit: contain;
    object-position: top;
    /* height: 220px; */
    transition: 5s all ease;
}

ul.uploaded-pics-module {
    padding: 0 0 0 15px;
}

ul.uploaded-pics-module label:hover img {
    object-position: bottom;
}

ul.uploaded-pics-module :checked+label:before {
    content: "✓";
    transform: scale(1);
    z-index: 2;
}

ul.uploaded-pics-module :checked+label img {
    z-index: -1;
    border: 2px dashed #0095ff;
}





/* Optionally, you can set width for each item */


.nfc-card-image {
    max-width: 361px;
    height: 230px;
    border-radius: 10px 10px 0px 0px;
    object-fit: fill;
    width: 100%;
}

.nfc-card-image1 {
    max-width: 300px;
    width: 100%;
    background-color: rgba(230, 225, 225, 0.5);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    border-radius: 1rem;
    box-shadow: 2px 2px 5px rgb(194, 187, 187) !important;
}

.nfc-card-image1 .image {
    height: 12rem;
    background-color: #4b5563;
    border-radius: 0.75rem;
    cursor: pointer;
}

.nfc-card-image1 .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nfc-card-image1 .header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.nfc-card-image1 .title-info {
    display: flex;
    flex-direction: column;
}

.nfc-card-image1 .title {
    font-size: 1.25rem;
    font-weight: bold;
}

.nfc-card-image1 .id {
    font-size: 14px;
    color: #4b5563;
}

.nfc-card-image1 .price {
    /* font-weight: bold; */
    color: var(--color-customColor);
    cursor: pointer;
}

/* .nfc-card-image1 .price svg path{
    fill: var(--bs-primary);
  } */


/* Quantity */


.nfc-order-counter {
    width: 150px;
    float: left;
}

.nfc-order-counter img.product {
    opacity: .9;
    padding: 20px 0;
    width: 150px;
    text-align: center;
    margin-left: 0;
    display: inline-block;
}

.nfc-order-counter {
    width: 300px;
    display: inline-block;
}

.nfc-order-counter input[type='text'] {
    outline-style: none;
    text-align: center;
    height: 34px;
    width: 100px;
    margin-left: -7px;
    position: relative;
    padding: 0 10px;
    border: none;
    color: #d0fcfb;
    transition: all ease 0.3s;
    margin-right: -5px;
}

.nfc-order-counter input[type='button'] {
    cursor: pointer;
    outline-style: none;
    border: 0;
    color: #d0fcfb;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    transition: all ease 0.3s;
}

.nfc-order-counter input[type='button']#minus {
    border-radius: 10px 0 0 10px;
}

.nfc-order-counter input[type='button']#plus {
    border-radius: 0 10px 10px 0;
    margin-left: -4px;
}

.nfc-card-price span#total-price {

    font-size: 20px;
    width: 249px;
    border: 0;
    color: #f74d4d;
    background-color: #ffffff;
}

.module-add-on-img .theme-main .theme-avtar {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.module-add-on-img .theme-main .theme-avtar img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.module-add-on-img .theme-main {
    flex-direction: column;
    align-items: start;
}

.module-add-on-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-content .text-muted {
    margin-bottom: 5px;
}

.create-fb-page i {
    line-height: unset;
}

.fb-background {
    padding: 5px;
    display: flex;
    gap: 15px;
    width: 100%;
}

.fb-bg-img {
    max-width: 150px;
    height: 100%;

}

.fb-profile-img img,
.fb-bg-img img {
    width: 150px;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fb-profile-img {
    max-width: 150px;
    height: 100%;
    position: relative;
}

.fb-profile-img .choose-profile-image-label {
    position: absolute;
    top: 10px;
    right: 5px;
    border-radius: 50%;
}

.fb-bg-img img {
    cursor: pointer;
}

.selected-images {
    border: 1px solid #474B24;
}

.fb-profile-img-div
{
    width: 150px;
    height: 150px;
}

@media (max-width:575px) {

    .fb-bg-img,
    .fb-profile-img {
        max-width: 100px;
    }
}

.package-itm.theme-avtar img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: scale-down;
}

/* radio button css start */
.toogle-radio-pdf {
    display: flex !important;
    align-items: center;
    gap: 20px;
    padding: 0 !important;
    margin: 0 0 20px !important;
}

.toogle-radio-pdf input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.toogle-radio-pdf label {
    display: flex !important;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: #6c757d;
    padding: 10px;
    border-radius: 5px;
    user-select: none;
}

.toogle-radio-pdf label svg {
    height: 20px;
    width: 20px;
}

.toogle-radio-pdf label svg path {
    fill: white;
}

.toogle-radio-pdf label span {
    margin: 0 !important;
    color: white;
}

.toogle-radio-pdf input[type="radio"]:checked+label {
    background-color: var(--theme-color);
}

.pdf-content-div .form-group {
    margin: 0 !important;

}


.module-swiper-container {
    width: 100% !important;
}

.module-swiper-container .swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 20vh;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}




.hover-img-addon {
    position: fixed;
    background: #656469ba;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.hover-img-addon.open {
    opacity: 1;
    visibility: visible;
}

.hover-img-addon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.swiper {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.hover-img-addon-overlay.open {
    content: " ";
    z-index: 9999;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.close-addon-btn {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;

}

.close-addon-btn svg {
    width: 30px;
    height: 30px;
}

.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}

@media screen and (max-width: 991px) {
    .close-addon-btn {
        right: 10px;
        top: 10px;

    }

    .close-addon-btn, .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .close-addon-btn svg {
        width: 20px;
        height: 20px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px;
    }
}

.preview-icon i {
    font-size: 20px;
    /* Set the desired font size */
    width: 30px;
    /* Set the desired width */
    height: 30px;
    /* Set the desired height */
}

/****************  */
.category-card-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    background-color: #013D29;
    display: flex;
    align-items: center;
}

.category-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card-img .img2 {
    width: 50px;
    height: 50px;
    margin: 0 auto;

}

.nfc-card-title {
    word-break: break-word;
    padding-right: 30px !important;
}

/* google recapch  */

.grecaptcha-badge{
    z-index: 2;
}

.border-grey {
    border: 1px solid #cbcbcb !important;
}
.upgrade-line hr {
    flex: 1;
}
