#fullScreenLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary-dark{
    background-color: var(--bg_primaryDark) !important;
    border: none !important;
    color: white !important;
}

.error {
    color: red !important;
}

.video_slider .owl-stage {
    /* width: 100% !important; */
    display: flex !important;
    justify-content: center !important;
}

.catalog_slider .owl-stage {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.ctgs_secBox .owl-stage {
    /* width: 100% !important; */
    display: flex !important;
    justify-content: center !important;
}


.padding-top-5 {
    padding-top: 5% !important;
}

.image-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* This maintains a 1:1 aspect ratio */
    overflow: hidden;
}

.responsive-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transform: translate(-50%, -50%);
}

.div-center {
    max-width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.height-58 {
    height: 58% !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.category-column h5 {
    margin-top: 20px;
}

.dashed-list li::before {
    content: "- ";
    margin-right: 5px;
}

.custom-error-image{
    color: red;
    font-size: 12px;
}
.active-sidebar{
    color: var(--c_white) !important;
    border-color: var(--bg_primary) !important;
    background-color: var(--bg_gray) !important;
    border-right: 0.381em solid transparent;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.add_newWhatsappNumber {
    cursor: pointer;
}

/* Hide the up and down arrow buttons */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

.side-by-side {
    display: flex;
    align-items: center;
}

.side-by-side input {
    flex-grow: 1;
    margin-right: 10px;
}

.social-share-btn {
    width: 50px;
    height: 50px;
    padding: 1.5%;
    display: block;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin: 0 10px;
}

.facebook-button {
    height: 35px;
}

.instagram-button {
    height: 35px;
}

.twitter-button {
    height: 35px;
}

.whatsapp-button {
    height: 35px;
}

.telegram-button {
    height: 35px;
}

.single-line-text {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden;    /* Hide any overflow text */
    text-overflow: ellipsis; /* Display an ellipsis (...) to indicate text overflow */
    max-width: 100%;     /* Adjust the maximum width as needed */
}

.cursor-pointer{
    cursor: pointer;
}

.header {
    z-index: 1000; /* High value to ensure it's on top */
}

.dropdown-menu, .select2-container {
    z-index: 999; /* Slightly lower than the header */
}

.select2-container--open .select2-dropdown {
    z-index: 9999; /* High enough to ensure it's above other elements */
    position: absolute; /* Make sure it's positioned correctly */
}


.form_prgStpNum{
    cursor: pointer;
}

.preview-white-border{
    border: 13px solid #ffffff !important;
}

.preview-black-border{
    border: 13px solid #000000 !important;
}

.preview-orange-border{
    border: 13px solid #F58020 !important;
}

.preview-yellow-border{
    border: 13px solid #FDF87A !important;
}

.preview-red-border{
    border: 13px solid #EA1F1F !important;
}

.preview-purple-border{
    border: 13px solid #AA3DC9 !important;
}

.preview-green-border{
    border: 13px solid #20B038 !important;
}

.preview-blue-border{
    border: 13px solid #0A7AFF !important;
}

.ck .ck-content{
    height: 150px !important;
}

.font-14{
    font-size: 14px;
}

.font-16{
    font-size: 16px;
}

.card_previewBox {
    overflow: hidden;
    margin-right: 0px;
}

.card_previewBox {
    position: sticky;
    top: 90px;
}

.card_previewHead {
    color: var(--c_white);
    font-size: var(--fs_21);
    font-weight: 500;
    text-align: center;
    padding: 0.5em;
    border-radius: 8px 8px 0px 0px;
    background-color: var(--bg_primary);
}

.card_previewBody {
    background-color: var(--bg_light);
    padding: 24px 16px;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    justify-content: center;
}


.card_previewMobile {
    width: 421px;
    height: 880px;
    max-height: 880px;
    border: 13px solid var(--c_black);
    border-radius: 23px;
    overflow-y: auto;
    margin: auto;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    background-color: var(--bg_white);
}

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

.card_previewMobile {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.card_previewMobile::before,
.card_previewMobile::after {
    content: "";
    display: block;
    width: 100%;
    background-color: var(--bg_white);
    z-index: 2;
}

.card_previewMobile::before {
    /* height: 46px; */
    /* min-height: 46px; */
    /* background-image: url("../img/dashboard/Left_Side.svg"), url("../img/dashboard/Right_Side.svg"); */
    background-repeat: no-repeat;
    background-position: 5px 50%, right 10px top 50%;
    top: 0px;
    position: sticky;
}

.card_previewMobile::after {
    /* height: 24px;
    min-height: 24px; */
    /* background-image: url("../img/dashboard/Home_Indicator.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0 !important;
    position: absolute;
}

.prv_coverImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.prv_pflPhoto {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -62px;
    margin-bottom: 9px;
    filter: drop-shadow(0px 0px 7.4px #FFFFFF);
}

.cover_imgInpBox {
    width: 210px;
    height: 140px;
    --bg_white: #ffffff;
    /**/

}

.prv_contactItem {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    color: var(--c_black);
    background: var(--bg_gray2);
    padding: 3px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.prv_contactIcon {
    width: 2.8em;
    min-width: 2.8em;
    height: 2.8em;
    margin-right: 1em;
    background-color: var(--bg_white);
    border-radius: 4px;
    display: grid;
    place-items: center;
    vertical-align: middle;
}

.btn_outline_black {
    color: var(--c_black);
    border-color: var(--c_black);
}

.btn_xsm {
    font-size: 13px;
    padding: 0.4em;
    border-radius: 0.4em;
}

:root {
    --c_gray8: #7C7C7C; /**/
    --c_gray7: #7B7B7B; /**/
    --fs_14: 11px; 
    --bg_light: #F4F4F7; /**/
    --bg_gray2: #E9E9E9; /**/
    --bg_white: #ffffff; /**/
    --c_black: #000000; /**/
    --c_blue: #4071F7; /**/
}

@media(max-width:1799.98px) {
    .card_previewBody {
        height: 730px;
    }

    .card_previewMobile {
        transform: scale(0.78) translateX(0%);
        transform-origin: top center;
    }
}

@media(max-width:1399.98px) {
    .card_previewMobile {
        transform: scale(0.68) translateX(0%);
    }

    .inp_area2 {
        padding: 24px;
    }

    .card_previewBody {
        height: 630px;
        padding: 16px;
    }
}

@media(max-width:1199.98px) {
    .card_previewBody {
        height: 825px;
    }

    .card_previewMobile {
        transform: scale(0.68) translateX(0%);
    }
}

@media (max-width: 991.98px) {

    .card_previewMobile {
        transform: scale(0.90) translateX(0%);
    }
}


@media (max-width: 425px) {
    .card_previewMobile {
        transform: scale(0.9) translateX(0%);
        position: absolute;
    }
}

@media (max-width: 375px) {
    .card_previewMobile {
        transform: scale(0.7) translateX(0%);
        position: absolute;
    }
}

@media (max-width: 320px) {
    .card_previewMobile {
        transform: scale(0.67) translateX(0%);
        position: absolute;
    }
}

.basic-plan-name{
    height: 40% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basic-plan-link{
    z-index: 1;
}

.prv_contactInfo {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    width: 100%;
    /* Ensures the span takes the full width of its container */
    display: block;
    /* Ensures the span behaves like a block element */
}

.affiliate-download{
    padding: 13px;
    background-color: rgb(218, 41, 41);
    border-radius: 11px;
}

.download-qr-affiliate-text{
    font-size: 14px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.affiliate_qrCode_big{
    border: 10px solid white;
}

.affiliate_qrCode canvas{
    border: 5px solid white;
}

.login-text-header{
    display: flex !important;
    align-items: center;
}

.socialmedia-icon-personal-card{
    height: 33px;
    border-radius: 30px;
}