
:root {
    --font-body: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --font-mono: 'Fira Mono', monospace;
    --color-bg-0: rgb(202, 216, 228);
    --color-bg-1: hsl(209, 36%, 86%);
    --color-bg-2: hsl(224, 44%, 95%);
    --color-theme-1: #ff3e00;
    --color-theme-2: #4075a6;
    --color-text: rgba(0, 0, 0, 0.7);
    --column-width: 42rem;
    --column-margin-top: 4rem;
    font-family: var(--font-body);
    color: var(--color-text);
}


html {
  font-size: 14px;
}



@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
    margin: 0;
    background-attachment: fixed;*/
    /*background-color: var(--color-bg-1);*/
    /*background-size: 100vw 100vh;*/
    /*background-image: radial-gradient( 50% 50% at 50% 50%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.3) 100% ), linear-gradient(180deg, var(--color-bg-0) 0%, var(--color-bg-1) 15%, var(--color-bg-2) 100%);*/
    /*background: #f8f9fc;
}*/

body {
    background-image: url(../images/main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}

.loy-nav {
    /*background: url(../images/main.png);
    background-size: cover;
    background-position: bottom;*/
    background: #edf2f9;
    /*background-image: linear-gradient( 355deg, hsl(216deg 100% 92%) 0%, hsl(215deg 100% 93%) 6%, hsl(214deg 100% 94%) 9%, hsl(213deg 99% 95%) 12%, hsl(212deg 99% 96%) 18%, hsl(212deg 99% 97%) 26%, hsl(211deg 98% 98%) 41%, hsl(210deg 100% 100%) 86% );*/
}

/*nav Hover Effect*/
#siteNav > .nav-item {
    position: relative;
}

#siteNav > .nav-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30%;
    height: 2px;
    background-color: #dddddd;
    transform: translateX(-50%) scaleX(0);
    transition: transform 0.3s ease-in-out;
}

#siteNav > .nav-item:hover::after {
    transform: translateX(-50%) scaleX(1);
}

#siteNav > .nav-link {
    color: #000;
    transition: color 0.3s ease-in-out;
}

#siteNav > .nav-item:hover .nav-link {
    color: #007bff;
}


/*Bootstrap Modal*/
.modal-fullscreen {
    width: 96vw;
    max-width: none;
    height: 96%;
    margin: 0 auto;
    margin-top: 20px;
}

.card:hover {
    border-color: #ddd !important;
}



/*Datatable Customizations*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box !important;
    display: inline-block !important;
    min-width: 1.5em !important;
    padding: 0.2em 0.8em !important;
    margin-left: 6px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    color: inherit !important;
    border: 1px solid transparent !important;
    border-radius: 2px !important;
    border: 1px solid #ddd !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default !important;
        color: #666 !important;
        border: 1px solid #ddd !important;
        background: transparent !important;
        box-shadow: none !important;
    }

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em !important;
    display: inline-block !important;
    width: auto !important;
    outline: none !important;
}

.bg-thead {
    background: var(--bs-primary) !important;
    color: #fff !important;
}
    .bg-thead th {
        border-right: 1px solid rgb(255 255 255 / 8%);
    }

.bg-tfoot {
    background: aliceblue;
}



.dataTables_filter {
    margin-bottom: 0.5rem;
}

.dataTables_scroll {
    overflow: auto;
}

/*Progress*/
.progressdiv {
    left: 0 !important;
    position: absolute;
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    top: 0 !important;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    border: 1px solid rgba(255, 255, 255, 1);
}

    .progressdiv::before {
        content: 'Please wait a moment ...';
        top: 50%;
        text-align: center;
        position: absolute;
        color: #333;
        font-weight: bold;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.count-badge:after {
    content: attr(value);
    font-size: 11px;
    background: var(--bs-warning);
    border-radius: 50%;
    padding: 5px;
    position: relative;
    left: -8px;
    top: -12px;
    opacity: 0.9;
    color:#fff;
}

.form-control {
    border: var(--bs-border-width) solid #ddd;
}

.navbar .btn {
    margin-left: 5px;
}

/*.btn-filter {
    position: fixed;
    z-index: 9999;
    right: 1%;
    top: 17%;
}*/




/*Scroll Bar Style - Start*/


/*Scroll Bar Style - End*/


/*SumemrNOte*/
 .note-editor .dropdown-toggle::after {
    all: unset;
}

.note-editor .note-dropdown-menu {
    box-sizing: content-box;
}

.note-editor .note-modal-footer {
    box-sizing: content-box;
}

.note-editing-area{
    background:#fff;
}

/*Loyalty Subscription*/

.ls-heading {
    color: #37474F !important;
}


.pricing-card {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 22px;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}


    .pricing-card:hover {
        transform: translateY(-5px);
    }

.pricing-header {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 6px 2px;
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #555;
}

.feature-list {
    list-style: none;
    padding: 0;
    font-size: 1rem;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 4px;
    border-bottom: 1px solid #e0e0e0;
    align-items: baseline;
}

    .feature-item > .feature {
        color: rgb(118, 118, 118);
        font-size: 0.8125rem;
        font-weight: 500;
    }

    .feature-item > .feature-value {
        color: rgba(0, 0, 0, 0.7);
        font-size: 1.1rem;
        font-weight: 600;
    }

.buy-btn {
    display: block;
    width: 100%;
    background: #007bff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
}

    .buy-btn:hover {
        background: #0056b3;
    }

.tier-frequency {
    display: inline;
    font-size: 1rem;
    font-weight: normal;
}

.shining-text {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #fafafa 0%, #6c757d 50%, #fafafa 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}
