@import 'NellsPay.Web.Client.bnh5w3kbv7.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.nav-container[b-ai5sjk34qs] {
    position: absolute;
    margin-top: 32px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.content[b-ai5sjk34qs] {
/*    padding-top: 80px;
    background: radial-gradient(77.03% 95.07% at 38.68% 30.19%, #0A336B 0%, #001635 100%);*/
}
/* /Components/Layout/BackofficeLayout.razor.rz.scp.css */
.nav-container[b-9zqs0kb54s] {
    position: absolute;
    margin-top: 32px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.content[b-9zqs0kb54s] {
    /*    padding-top: 80px;
    background: radial-gradient(77.03% 95.07% at 38.68% 30.19%, #0A336B 0%, #001635 100%);*/
}
/* /Components/Layout/_AdminLayout.razor.rz.scp.css */
.nav-container[b-ic4mh33t3q] {
    position: absolute;
    margin-top: 32px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.content[b-ic4mh33t3q] {
/*    padding-top: 80px;
    background: radial-gradient(77.03% 95.07% at 38.68% 30.19%, #0A336B 0%, #001635 100%);*/
}
/* /Components/Layout/_PublicLayout.razor.rz.scp.css */
.nav-container[b-560xf9nf7k] {
    position: absolute;
    margin-top: 32px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.content[b-560xf9nf7k] {
    padding-top: 80px;
    background: radial-gradient(77.03% 95.07% at 38.68% 30.19%, #0A336B 0%, #001635 100%);
}
/* /Components/Pages/Admin/AdminSideMenu.razor.rz.scp.css */
.navbar[b-9vo69epjiq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav[b-9vo69epjiq] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.navImg[b-9vo69epjiq] {
    border-radius: 100px;
}

.userName[b-9vo69epjiq] {
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    color: #fff;
}

.userMail[b-9vo69epjiq] {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.profile-header[b-9vo69epjiq] {
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    position: relative;
}

.profile-img[b-9vo69epjiq] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info p[b-9vo69epjiq] {
    margin: 0;
    font-size: 14px;
    color: #d0d4dc; /* Light gray */
}

.dropdown-icon[b-9vo69epjiq] {
    margin-left: auto;
    cursor: pointer;
}

.rotate[b-9vo69epjiq] {
    transform: rotate(90deg);
    padding-left: 10px;
}

.status-dot[b-9vo69epjiq] {
    position: absolute;
    bottom: 5px;
    left: 45px;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
}

/*.nav-item {*/
/*    padding: 0 5px;*/
/*gap: 5px;
}*/

.nav-item .nav-link[b-9vo69epjiq] {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 0 10px;
}

.nav-item .btn[b-9vo69epjiq] {
    width: 125px;
    color: #fff;
    border-radius: 100px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .navbar[b-9vo69epjiq] {
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .navbar[b-9vo69epjiq] {
        justify-content: space-between;
    }
}

@media (min-width: 577px) {
    .nav-item .btn[b-9vo69epjiq] {
        width: 165px;
    }

    .justifEnd[b-9vo69epjiq] {
        display: flex;
        justify-content: end;
    }
}

.dropdown-menu[b-9vo69epjiq] {
    position: absolute !important;
    top: 50px !important;
    right: 0 !important;
    min-width: 200px;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown.show .dropdown-menu[b-9vo69epjiq] {
    display: block !important;
}

.profile-dropdown[b-9vo69epjiq] {
    position: relative;
}

    .profile-dropdown .dropdown-menu[b-9vo69epjiq] {
        position: absolute !important;
        top: 50px !important;
        right: 0 !important;
        min-width: 250px;
        background-color: #0a285f; /* Dark blue */
        color: white;
        display: none;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }

    .profile-dropdown .dropdown-item[b-9vo69epjiq] {
        color: white;
        padding: 10px 15px;
        font-size: 14px;
    }

        .profile-dropdown .dropdown-item:hover[b-9vo69epjiq] {
            background-color: #1e3a8a; /* Lighter blue */
        }

    .profile-dropdown .dropdown-header[b-9vo69epjiq] {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 15px;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    }

/* Ensure the dropdown appears correctly */
.dropdown.show .dropdown-menu[b-9vo69epjiq] {
    display: block !important;
}

.notification-dropdown[b-9vo69epjiq] {
    position: relative;
}

    /* Dropdown Menu */
    .notification-dropdown .dropdown-menu[b-9vo69epjiq] {
        position: absolute !important;
        top: 40px !important;
        right: 0 !important;
        min-width: 300px;
        background-color: #0a285f; /* Dark blue */
        color: white;
        display: none;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
    }

    /* Header */
    .notification-dropdown .dropdown-header[b-9vo69epjiq] {
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /* Section Title */
    .notification-dropdown .dropdown-section-title[b-9vo69epjiq] {
        font-size: 14px;
        color: #afc7e6;
        padding: 10px 0;
    }

/* Notification Item */
.notification-item[b-9vo69epjiq] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 6px;
    position: relative;
}

    .notification-item:hover[b-9vo69epjiq] {
        background-color: rgba(255, 255, 255, 0.1);
    }

/* Notification Icon */
.notification-icon img[b-9vo69epjiq] {
    width: 30px;
    height: 30px;
}

/* Notification Content */
.notification-content[b-9vo69epjiq] {
    flex-grow: 1;
}

.notification-title[b-9vo69epjiq] {
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
}

.notification-text[b-9vo69epjiq] {
    font-size: 12px;
    color: #afc7e6;
}

.notification-time[b-9vo69epjiq] {
    font-size: 10px;
    color: #afc7e6;
}

/* Notification Dot (Unread) */
.notification-dot[b-9vo69epjiq] {
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Footer */
.notification-dropdown .dropdown-footer[b-9vo69epjiq] {
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.notification-dropdown .mark-all-read[b-9vo69epjiq] {
    font-size: 12px;
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

/* Ensure the dropdown appears correctly */
.dropdown.show .dropdown-menu[b-9vo69epjiq] {
    display: block !important;
}

.notification-item p[b-9vo69epjiq],
.notification-icon[b-9vo69epjiq],
.notification-dot[b-9vo69epjiq] {
    margin: 0 !important;
    padding: 0 !important;
}
/* /Components/Pages/AdminDashboardMenu.razor.rz.scp.css */
.navbar[b-2ihziu3rm2] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav[b-2ihziu3rm2] {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.navImg[b-2ihziu3rm2] {
  border-radius: 100px;
}

.userName[b-2ihziu3rm2] {
  font-weight: 700;
  font-size: 20px;
  line-height: 14px;
  color: #fff;
}

.userMail[b-2ihziu3rm2] {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.profile-header[b-2ihziu3rm2] {
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  position: relative;
}

.profile-img[b-2ihziu3rm2] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info p[b-2ihziu3rm2] {
  margin: 0;
  font-size: 14px;
  color: #d0d4dc; /* Light gray */
}

.dropdown-icon[b-2ihziu3rm2] {
  margin-left: auto;
  cursor: pointer;
}

.rotate[b-2ihziu3rm2] {
  transform: rotate(90deg);
  padding-left: 10px;
}

.status-dot[b-2ihziu3rm2] {
  position: absolute;
  bottom: 5px;
  left: 45px;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
}

/*.nav-item {*/
/*    padding: 0 5px;*/
/*gap: 5px;
}*/

.nav-item .nav-link[b-2ihziu3rm2] {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
}

.nav-item .btn[b-2ihziu3rm2] {
  width: 125px;
  color: #fff;
  border-radius: 100px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .navbar[b-2ihziu3rm2] {
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .navbar[b-2ihziu3rm2] {
    justify-content: space-between;
  }
}

@media (min-width: 577px) {
  .nav-item .btn[b-2ihziu3rm2] {
    width: 165px;
  }

  .justifEnd[b-2ihziu3rm2] {
    display: flex;
    justify-content: end;
  }
}

.dropdown-menu[b-2ihziu3rm2] {
  position: absolute !important;
  top: 50px !important;
  right: 0 !important;
  min-width: 200px;
  display: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown.show .dropdown-menu[b-2ihziu3rm2] {
  display: block !important;
}
.profile-dropdown[b-2ihziu3rm2] {
  position: relative;
}

.profile-dropdown .dropdown-menu[b-2ihziu3rm2] {
  position: absolute !important;
  top: 50px !important;
  right: 0 !important;
  min-width: 250px;
  background-color: #0a285f; /* Dark blue */
  color: white;
  display: none;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.profile-dropdown .dropdown-item[b-2ihziu3rm2] {
  color: white;
  padding: 10px 15px;
  font-size: 14px;
}

.profile-dropdown .dropdown-item:hover[b-2ihziu3rm2] {
  background-color: #1e3a8a; /* Lighter blue */
}

.profile-dropdown .dropdown-header[b-2ihziu3rm2] {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

/* Ensure the dropdown appears correctly */
.dropdown.show .dropdown-menu[b-2ihziu3rm2] {
  display: block !important;
}

.notification-dropdown[b-2ihziu3rm2] {
  position: relative;
}

/* Dropdown Menu */
.notification-dropdown .dropdown-menu[b-2ihziu3rm2] {
  position: absolute !important;
  top: 40px !important;
  right: 0 !important;
  min-width: 300px;
  background-color: #0a285f; /* Dark blue */
  color: white;
  display: none;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

/* Header */
.notification-dropdown .dropdown-header[b-2ihziu3rm2] {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Section Title */
.notification-dropdown .dropdown-section-title[b-2ihziu3rm2] {
  font-size: 14px;
  color: #afc7e6;
  padding: 10px 0;
}

/* Notification Item */
.notification-item[b-2ihziu3rm2] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 6px;
  position: relative;
}

.notification-item:hover[b-2ihziu3rm2] {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Notification Icon */
.notification-icon img[b-2ihziu3rm2] {
  width: 30px;
  height: 30px;
}

/* Notification Content */
.notification-content[b-2ihziu3rm2] {
  flex-grow: 1;
}

.notification-title[b-2ihziu3rm2] {
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
}

.notification-text[b-2ihziu3rm2] {
  font-size: 12px;
  color: #afc7e6;
}

.notification-time[b-2ihziu3rm2] {
  font-size: 10px;
  color: #afc7e6;
}

/* Notification Dot (Unread) */
.notification-dot[b-2ihziu3rm2] {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Footer */
.notification-dropdown .dropdown-footer[b-2ihziu3rm2] {
  text-align: center;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.notification-dropdown .mark-all-read[b-2ihziu3rm2] {
  font-size: 12px;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

/* Ensure the dropdown appears correctly */
.dropdown.show .dropdown-menu[b-2ihziu3rm2] {
  display: block !important;
}

.notification-item p[b-2ihziu3rm2],
.notification-icon[b-2ihziu3rm2],
.notification-dot[b-2ihziu3rm2] {
  margin: 0 !important;
  padding: 0 !important;
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
.page-container[b-c0qwizoj8e] {
    padding: 200px 0 60px 0px;
    color: #fff;
}

.paddings[b-c0qwizoj8e] {
    padding: 80px 0;
    color: #fff;
}

    .paddings[b-c0qwizoj8e]::after {
        background: url("/blur.png");
        position: relative;
        top: 20%;
        right: 0;
        width: 30%;
        height: 60%;
        z-index: 999;
    }

.condition[b-c0qwizoj8e] {
    color: #487fff !important;
}

.heading[b-c0qwizoj8e] {
    font-weight: 900;
    font-style: italic;
    font-size: 56px;
    line-height: 66px;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
}

.parentBackground[b-c0qwizoj8e] {
    background: linear-gradient(to bottom, #021c41, #052551, #011635);
}

.sectionOne[b-c0qwizoj8e] {
    background: linear-gradient(to right, #021c41, #021d44);
}

.imgBlur[b-c0qwizoj8e] {
    position: absolute !important;
    right: 0 !important
}

.sectionTwo[b-c0qwizoj8e] {
    background: #001635;
}

.sectionOne[b-c0qwizoj8e]::after {
    /* background-color: red; */
    background: url("/map 1.png") no-repeat;
    background-size: contain;
    position: relative;
    /* top: 20%;
  right: 0; */
    width: 30%;
    height: 60%;
    z-index: 999;
}

.textHeading[b-c0qwizoj8e] {
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.textSubHeading[b-c0qwizoj8e] {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.sendMoney[b-c0qwizoj8e] {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.textPoints[b-c0qwizoj8e] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.textPoint[b-c0qwizoj8e] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.definitions-section[b-c0qwizoj8e] {
    background: linear-gradient( 135deg, #041a3a, #0a2a5e ); /* Dark blue gradient */
    color: white; /* Ensure text is readable */
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

    .definitions-section p[b-c0qwizoj8e] {
        font-size: 16px;
        line-height: 1.6;
    }

        .definitions-section p:first-child[b-c0qwizoj8e] {
            font-weight: bold;
            font-size: 20px;
        }

.terms-img[b-c0qwizoj8e]::after {
    content: "";
    background: url("/intro.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 12%;
    right: 0;
    width: 50%;
    height: 60%;
    opacity: 0.2;
}

h1[b-c0qwizoj8e] {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .page-container[b-c0qwizoj8e] {
        padding: 120px 0px;
    }

    .padding[b-c0qwizoj8e] {
        padding: 120px 0px;
        color: #fff;
    }
}
/* /Components/Pages/InviteAndEarn.razor.rz.scp.css */
.page-container[b-cnczioksq5] {
    padding: 200px 0 60px 0px;
    color: #fff;
}

.paddings[b-cnczioksq5] {
    padding: 80px 0;
    color: #fff;
}

    .paddings[b-cnczioksq5]::after {
        background: url("/blur.png");
        position: relative;
        top: 20%;
        right: 0;
        width: 30%;
        height: 60%;
        z-index: 999;
    }

.condition[b-cnczioksq5] {
    color: #487fff !important;
}

.heading[b-cnczioksq5] {
    font-weight: 900;
    font-style: italic;
    font-size: 56px;
    line-height: 66px;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
}

.parentBackground[b-cnczioksq5] {
    background: linear-gradient(to bottom, #021c41, #052551, #011635);
}

.sectionOne[b-cnczioksq5] {
    background: linear-gradient(to right, #021c41, #021d44);
}

.imgBlur[b-cnczioksq5] {
    position: absolute !important;
    right: 0 !important
}

.sectionTwo[b-cnczioksq5] {
    background: #001635;
}

.sectionOne[b-cnczioksq5]::after {
    /* background-color: red; */
    background: url("/map 1.png") no-repeat;
    background-size: contain;
    position: relative;
    /* top: 20%;
  right: 0; */
    width: 30%;
    height: 60%;
    z-index: 999;
}

.textHeading[b-cnczioksq5] {
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.textSubHeading[b-cnczioksq5] {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.sendMoney[b-cnczioksq5] {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.textPoints[b-cnczioksq5] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.textPoint[b-cnczioksq5] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.definitions-section[b-cnczioksq5] {
    background: linear-gradient( 135deg, #041a3a, #0a2a5e ); /* Dark blue gradient */
    color: white; /* Ensure text is readable */
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

    .definitions-section p[b-cnczioksq5] {
        font-size: 16px;
        line-height: 1.6;
    }

        .definitions-section p:first-child[b-cnczioksq5] {
            font-weight: bold;
            font-size: 20px;
        }

.terms-img[b-cnczioksq5]::after {
    content: "";
    background: url("/intro.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 12%;
    right: 0;
    width: 50%;
    height: 60%;
    opacity: 0.2;
}

h1[b-cnczioksq5] {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .page-container[b-cnczioksq5] {
        padding: 120px 0px;
    }

    .padding[b-cnczioksq5] {
        padding: 120px 0px;
        color: #fff;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.page-container[b-wk09g0q22j] {
    padding: 200px 0 60px 0px;
    color: #fff;
}

.paddings[b-wk09g0q22j] {
    padding: 80px 0;
    color: #fff;
}

    .paddings[b-wk09g0q22j]::after {
        background: url("/blur.png");
        position: relative;
        top: 20%;
        right: 0;
        width: 30%;
        height: 60%;
        z-index: 999;
    }

.condition[b-wk09g0q22j] {
    color: #487fff !important;
}



.heading[b-wk09g0q22j] {
    font-weight: 900;
    font-style: italic;
    font-size: 56px;
    line-height: 66px;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
}

.parentBackground[b-wk09g0q22j] {
    background: linear-gradient(to bottom, #021c41, #052551, #011635);
}

.sectionOne[b-wk09g0q22j] {
    background: linear-gradient(to right, #021c41, #021d44);
}

.imgBlur[b-wk09g0q22j] {
    position: absolute !important;
    right: 0 !important
}

.sectionTwo[b-wk09g0q22j] {
    background: #001635;
}

.sectionOne[b-wk09g0q22j]::after {
    /* background-color: red; */
    background: url("/map 1.png") no-repeat;
    background-size: contain;
    position: relative;
    /* top: 20%;
  right: 0; */
    width: 30%;
    height: 60%;
    z-index: 999;
}

.textHeading[b-wk09g0q22j] {
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.textSubHeading[b-wk09g0q22j] {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.sendMoney[b-wk09g0q22j] {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.textPoints[b-wk09g0q22j] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.textPoint[b-wk09g0q22j] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.definitions-section[b-wk09g0q22j] {
    background: linear-gradient( 135deg, #041a3a, #0a2a5e ); /* Dark blue gradient */
    color: white; /* Ensure text is readable */
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

    .definitions-section p[b-wk09g0q22j] {
        font-size: 16px;
        line-height: 1.6;
    }

        .definitions-section p:first-child[b-wk09g0q22j] {
            font-weight: bold;
            font-size: 20px;
        }

.terms-img[b-wk09g0q22j]::after {
    content: "";
    background: url("/intro.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 12%;
    right: 0;
    width: 50%;
    height: 60%;
    opacity: 0.9;
}

h1[b-wk09g0q22j] {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .page-container[b-wk09g0q22j] {
        padding: 120px 0px;
    }

    .padding[b-wk09g0q22j] {
        padding: 120px 0px;
        color: #fff;
    }
}


.screenWidth[b-wk09g0q22j] {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1089px) and (max-width: 1600px) {
    .screenWidth[b-wk09g0q22j] {
        width: 70%;
        text-align: start;
    }

    .rightCard.scrolled[b-wk09g0q22j] {
        top: 13%;
    }

    .rightCard[b-wk09g0q22j] {
        display: block;
    }
}

@media (max-width: 768px) {
    .textHeading[b-wk09g0q22j] {
        font-size: 28px !important;
    }
}
@media (min-width: 1601px) and (max-width: 1900px) {
    .screenWidth[b-wk09g0q22j] {
        width: 85%;
        text-align: start;
    }
}

@media (min-width: 1601px) {
    .rightCard.scrolled[b-wk09g0q22j] {
        top: 23%;
    }
}
/*@media (min-width: 1901px) {
    .rightCard.scrolled {
        top: 35%;
    }
}*/

@media (max-width: 1088px) {
    .rightCard[b-wk09g0q22j] {
        display: hidden !important;
    }
}

.rightCard[b-wk09g0q22j] {
    position: fixed;
    right: 4%;
    top: 100%;
}


    .rightCard p[b-wk09g0q22j] {
        color: white;
        font-size: 20px;
    }

.sidebarCard[b-wk09g0q22j] {
    /*    position: fixed;
    right: 2%;
    top: 30%;*/
    width: 300px;
    max-height: 320px;
    overflow-y: scroll;
    background: rgba(3, 27, 62, 0.7); /* Glassy effect with transparency */
    backdrop-filter: blur(10px); /* Adds blur for glass effect */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Soft shadow effect */
    padding: 15px;
    color: white; /* Ensures text is visible */
}

.sidebarCard1[b-wk09g0q22j] {
    /*    position: fixed;
    right: 2%;
    top: 70%;*/
    width: 300px;
    max-height: 320px;
    overflow-y: scroll;
    background: rgba(3, 27, 62, 0.7); /* Glassy effect with transparency */
    backdrop-filter: blur(10px); /* Adds blur for glass effect */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Soft shadow effect */
    padding: 15px;
    color: white; /* Ensures text is visible */
}

.sidebarCard[b-wk09g0q22j]::-webkit-scrollbar {
    width: 0px;
    display: none;
}

/* Hide scrollbar for Firefox */
.sidebarCard[b-wk09g0q22j] {
    scrollbar-width: none;
    -ms-overflow-style: none; /* Hide scrollbar for IE & Edge */
}

.sidebarCard1[b-wk09g0q22j] {
    scrollbar-width: none;
    -ms-overflow-style: none; /* Hide scrollbar for IE & Edge */
}


a[b-wk09g0q22j] {
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 2px 7px;
    display: block; /* Ensure links are block-level for proper spacing */
    /*    margin: 5px 0;*/
}

    a:hover[b-wk09g0q22j], h5:hover[b-wk09g0q22j], a.active[b-wk09g0q22j] {
        background: rgb(6 74 173 / 70%);
        border-radius: 5px;
        color: white;
        font-size: 16px;
    }

.active-heading[b-wk09g0q22j] {
    background-color: #0044cc;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.bgSet[b-wk09g0q22j] {
    color: white;
    font-size: 16px;
}

    .bgSet:hover[b-wk09g0q22j] {
        background: rgb(6 74 173 / 70%);
        border-radius: 5px;
        color: white;
        font-size: 16px;
    }

.gbActive[b-wk09g0q22j] {
    background: rgb(6 74 173 / 70%);
    border-radius: 5px;
    color: white;
    font-size: 16px;
}

.list-style[b-wk09g0q22j] {
    list-style-type: disc; /* Standard bullet points */
    padding-left: 20px; /* Indent to align bullets properly */
}

    .list-style li[b-wk09g0q22j] {
        margin-bottom: 4px; /* Add spacing between items */
    }


.para-link[b-wk09g0q22j] {
    list-style: none;
    text-decoration: underline;
    color: white;
    font-size: 16px;
    padding: 0px !important;
    display: inline !important;
}

    .para-link:hover[b-wk09g0q22j] {
        background: none;
        border-radius: 5px;
        color: white;
        font-size: 16px;
    }
/* /Components/Pages/SaltEdgeSuccess.razor.rz.scp.css */
.vh-50[b-7tfop7jbsw] {
    height: 50vh;
}

.vh-25[b-7tfop7jbsw] {
    height: 25vh;
}

.vh-75[b-7tfop7jbsw] {
    height: 75vh;
}
.success-image[b-7tfop7jbsw] {
    width: 100px; /* Adjust based on desired size */
    z-index: 2;
}

.card[b-7tfop7jbsw] {
    position: relative;
    z-index: 1;
    padding-top: 80px !important; /* Give space for the overlapping image */
}
.start-35[b-7tfop7jbsw] {
    left: 36% !important;
}
/* /Components/Pages/Security.razor.rz.scp.css */
.page-container[b-gt1rs5gays] {
    padding: 200px 0 60px 0px;
    color: #fff;
}

.paddings[b-gt1rs5gays] {
    padding: 80px 0;
    color: #fff;
}

    .paddings[b-gt1rs5gays]::after {
        background: url("/blur.png");
        position: relative;
        top: 20%;
        right: 0;
        width: 30%;
        height: 60%;
        z-index: 999;
    }

.condition[b-gt1rs5gays] {
    color: #487fff !important;
}



.heading[b-gt1rs5gays] {
    font-weight: 900;
    font-style: italic;
    font-size: 56px;
    line-height: 66px;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
}

.parentBackground[b-gt1rs5gays] {
    background: linear-gradient(to bottom, #021c41, #052551, #011635);
}

.sectionOne[b-gt1rs5gays] {
    background: linear-gradient(to right, #021c41, #021d44);
}

.imgBlur[b-gt1rs5gays] {
    position: absolute !important;
    right: 0 !important
}

.sectionTwo[b-gt1rs5gays] {
    background: #001635;
}

.sectionOne[b-gt1rs5gays]::after {
    /* background-color: red; */
    background: url("/map 1.png") no-repeat;
    background-size: contain;
    position: relative;
    /* top: 20%;
  right: 0; */
    width: 30%;
    height: 60%;
    z-index: 999;
}

.textHeading[b-gt1rs5gays] {
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.textSubHeading[b-gt1rs5gays] {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.sendMoney[b-gt1rs5gays] {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.textPoints[b-gt1rs5gays] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.textPoint[b-gt1rs5gays] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.definitions-section[b-gt1rs5gays] {
    background: linear-gradient( 135deg, #041a3a, #0a2a5e ); /* Dark blue gradient */
    color: white; /* Ensure text is readable */
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

    .definitions-section p[b-gt1rs5gays] {
        font-size: 16px;
        line-height: 1.6;
    }

        .definitions-section p:first-child[b-gt1rs5gays] {
            font-weight: bold;
            font-size: 20px;
        }

.terms-img[b-gt1rs5gays]::after {
    content: "";
    background: url("/intro.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 12%;
    right: 0;
    width: 50%;
    height: 60%;
    opacity: 0.9;
}

h1[b-gt1rs5gays] {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .page-container[b-gt1rs5gays] {
        padding: 120px 0px;
    }

    .padding[b-gt1rs5gays] {
        padding: 120px 0px;
        color: #fff;
    }
}


.screenWidth[b-gt1rs5gays] {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1089px) and (max-width: 1600px) {
    .screenWidth[b-gt1rs5gays] {
        width: 70%;
        text-align: start;
    }

    .rightCard.scrolled[b-gt1rs5gays] {
        top: 13%;
    }

    .rightCard[b-gt1rs5gays] {
        display: block;
    }
}

@media (max-width: 768px) {
    .textHeading[b-gt1rs5gays] {
        font-size: 28px !important;
    }
}
@media (min-width: 1601px) and (max-width: 1900px) {
    .screenWidth[b-gt1rs5gays] {
        width: 85%;
        text-align: start;
    }
}

@media (min-width: 1601px) {
    .rightCard.scrolled[b-gt1rs5gays] {
        top: 23%;
    }
}
/*@media (min-width: 1901px) {
    .rightCard.scrolled {
        top: 35%;
    }
}*/

@media (max-width: 1088px) {
    .rightCard[b-gt1rs5gays] {
        display: hidden !important;
    }
}

.rightCard[b-gt1rs5gays] {
    position: fixed;
    right: 4%;
    top: 100%;
}


    .rightCard p[b-gt1rs5gays] {
        color: white;
        font-size: 20px;
    }

.sidebarCard[b-gt1rs5gays] {
    /*    position: fixed;
    right: 2%;
    top: 30%;*/
    width: 300px;
    max-height: 320px;
    overflow-y: scroll;
    background: rgba(3, 27, 62, 0.7); /* Glassy effect with transparency */
    backdrop-filter: blur(10px); /* Adds blur for glass effect */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Soft shadow effect */
    padding: 15px;
    color: white; /* Ensures text is visible */
}

.sidebarCard1[b-gt1rs5gays] {
    /*    position: fixed;
    right: 2%;
    top: 70%;*/
    width: 300px;
    max-height: 320px;
    overflow-y: scroll;
    background: rgba(3, 27, 62, 0.7); /* Glassy effect with transparency */
    backdrop-filter: blur(10px); /* Adds blur for glass effect */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Soft shadow effect */
    padding: 15px;
    color: white; /* Ensures text is visible */
}

.sidebarCard[b-gt1rs5gays]::-webkit-scrollbar {
    width: 0px;
    display: none;
}

/* Hide scrollbar for Firefox */
.sidebarCard[b-gt1rs5gays] {
    scrollbar-width: none;
    -ms-overflow-style: none; /* Hide scrollbar for IE & Edge */
}

.sidebarCard1[b-gt1rs5gays] {
    scrollbar-width: none;
    -ms-overflow-style: none; /* Hide scrollbar for IE & Edge */
}


a[b-gt1rs5gays] {
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 2px 7px;
    display: block; /* Ensure links are block-level for proper spacing */
    /*    margin: 5px 0;*/
}

    a:hover[b-gt1rs5gays], h5:hover[b-gt1rs5gays], a.active[b-gt1rs5gays] {
        background: rgb(6 74 173 / 70%);
        border-radius: 5px;
        color: white;
        font-size: 16px;
    }

.active-heading[b-gt1rs5gays] {
    background-color: #0044cc;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.bgSet[b-gt1rs5gays] {
    color: white;
    font-size: 16px;
}

    .bgSet:hover[b-gt1rs5gays] {
        background: rgb(6 74 173 / 70%);
        border-radius: 5px;
        color: white;
        font-size: 16px;
    }

.gbActive[b-gt1rs5gays] {
    background: rgb(6 74 173 / 70%);
    border-radius: 5px;
    color: white;
    font-size: 16px;
}

.list-style[b-gt1rs5gays] {
    list-style-type: disc; /* Standard bullet points */
    padding-left: 20px; /* Indent to align bullets properly */
}

    .list-style li[b-gt1rs5gays] {
        margin-bottom: 4px; /* Add spacing between items */
    }


.para-link[b-gt1rs5gays] {
    list-style: none;
    text-decoration: underline;
    color: white;
    font-size: 16px;
    padding: 0px !important;
    display: inline !important;
}

    .para-link:hover[b-gt1rs5gays] {
        background: none;
        border-radius: 5px;
        color: white;
        font-size: 16px;
    }
/* /Components/Pages/SubmitRequest.razor.rz.scp.css */
.page-container[b-0le146b1di] {
    padding: 200px 0 60px 0px;
    color: #fff;
}

.paddings[b-0le146b1di] {
    padding: 80px 0;
    color: #fff;
}

    .paddings[b-0le146b1di]::after {
        background: url("/blur.png");
        position: relative;
        top: 20%;
        right: 0;
        width: 30%;
        height: 60%;
        z-index: 999;
    }

.condition[b-0le146b1di] {
    color: #487fff !important;
}

.heading[b-0le146b1di] {
    font-weight: 900;
    font-style: italic;
    font-size: 56px;
    line-height: 66px;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
}

.parentBackground[b-0le146b1di] {
    background: linear-gradient(to bottom, #021c41, #052551, #011635);
}

.sectionOne[b-0le146b1di] {
    background: linear-gradient(to right, #021c41, #021d44);
}

.imgBlur[b-0le146b1di] {
    position: absolute !important;
    right: 0 !important
}

.sectionTwo[b-0le146b1di] {
    background: #001635;
}

.sectionOne[b-0le146b1di]::after {
    /* background-color: red; */
    background: url("/map 1.png") no-repeat;
    background-size: contain;
    position: relative;
    /* top: 20%;
  right: 0; */
    width: 30%;
    height: 60%;
    z-index: 999;
}

.textHeading[b-0le146b1di] {
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.textSubHeading[b-0le146b1di] {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.sendMoney[b-0le146b1di] {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.textPoints[b-0le146b1di] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.textPoint[b-0le146b1di] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.definitions-section[b-0le146b1di] {
    background: linear-gradient( 135deg, #041a3a, #0a2a5e ); /* Dark blue gradient */
    color: white; /* Ensure text is readable */
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

    .definitions-section p[b-0le146b1di] {
        font-size: 16px;
        line-height: 1.6;
    }

        .definitions-section p:first-child[b-0le146b1di] {
            font-weight: bold;
            font-size: 20px;
        }

.terms-img[b-0le146b1di]::after {
    content: "";
    background: url("/intro.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 12%;
    right: 0;
    width: 50%;
    height: 60%;
    opacity: 0.2;
}

h1[b-0le146b1di] {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .page-container[b-0le146b1di] {
        padding: 120px 0px;
    }

    .padding[b-0le146b1di] {
        padding: 120px 0px;
        color: #fff;
    }
}
/* /Components/Pages/Termsconditions.razor.rz.scp.css */
.page-container[b-m8457lic0p] {
    padding: 200px 0 60px 0px;
    color: #fff;
}

.paddings[b-m8457lic0p] {
    padding: 80px 0;
    color: #fff;
}

    .paddings[b-m8457lic0p]::after {
        background: url("/blur.png");
        position: relative;
        top: 20%;
        right: 0;
        width: 30%;
        height: 60%;
        z-index: 999;
    }

.condition[b-m8457lic0p] {
    color: #487fff !important;
}

.heading[b-m8457lic0p] {
    font-weight: 900;
    font-style: italic;
    font-size: 56px;
    line-height: 66px;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
}

.parentBackground[b-m8457lic0p] {
    background: linear-gradient(to bottom, #021c41, #052551, #011635);
}

.sectionOne[b-m8457lic0p] {
    background: linear-gradient(to right, #021c41, #021d44);
}

.sectionTwo[b-m8457lic0p] {
    background: #001635;
}

.sectionOne[b-m8457lic0p]::after {
    /* background-color: red; */
    background: url("/map 1.png") no-repeat;
    background-size: contain;
    position: relative;
    /* top: 20%;
  right: 0; */
    width: 30%;
    height: 60%;
    z-index: 999;
}

.textHeading[b-m8457lic0p] {
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.textSubHeading[b-m8457lic0p] {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 52px !important;
    font-style: italic !important;
}

.sendMoney[b-m8457lic0p] {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}


.textPoints[b-m8457lic0p] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.textPoint[b-m8457lic0p] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.definitions-section[b-m8457lic0p] {
    background: linear-gradient( 135deg, #041a3a, #0a2a5e ); /* Dark blue gradient */
    color: white; /* Ensure text is readable */
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

    .definitions-section p[b-m8457lic0p] {
        font-size: 16px;
        line-height: 1.6;
    }

        .definitions-section p:first-child[b-m8457lic0p] {
            font-weight: bold;
            font-size: 20px;
        }

.terms-img[b-m8457lic0p]::after {
    content: "";
    background: url("/intro.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 12%;
    right: 0;
    width: 50%;
    height: 60%;
    opacity: 0.2;
}

h1[b-m8457lic0p] {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .page-container[b-m8457lic0p] {
        padding: 120px 0px;
    }

    .padding[b-m8457lic0p] {
        padding: 120px 0px;
        color: #fff;
    }
}

.privacy-nav a.active[b-m8457lic0p] {
    background-color: #0056b3;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px;
}

.screenWidth[b-m8457lic0p] {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1089px) and (max-width: 1600px) {
    .screenWidth[b-m8457lic0p] {
        width: 70%;
        text-align: start;
    }

    .rightCard.scrolled[b-m8457lic0p] {
        top: 13%;
    }

    .rightCard[b-m8457lic0p] {
        display: block;
    }
}
@media (min-width: 1601px) {
    .rightCard.scrolled[b-m8457lic0p] {
        top: 23%;
    }
}
@media (min-width: 1601px) and (max-width: 1900px) {
    .screenWidth[b-m8457lic0p] {
        width: 85%;
        text-align: start;
    }
}

@media (min-width: 1601px) {
    .rightCard.scrolled[b-m8457lic0p] {
        top: 20%;
    }
}

@media (max-width: 1088px) {
    .rightCard[b-m8457lic0p] {
        display: hidden !important;
    }
}

.rightCard[b-m8457lic0p] {
    position: fixed;
    right: 4%;
    top: 100%;
}


    .rightCard p[b-m8457lic0p] {
        color: white;
        font-size: 20px;
    }

.sidebarCard[b-m8457lic0p] {
    /*    position: fixed;
    right: 2%;
    top: 30%;*/
    width: 300px;
    max-height: 320px;
    overflow-y: scroll;
    background: rgba(3, 27, 62, 0.7); /* Glassy effect with transparency */
    backdrop-filter: blur(10px); /* Adds blur for glass effect */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Soft shadow effect */
    padding: 15px;
    color: white; /* Ensures text is visible */
}
.active[b-m8457lic0p] {
    /*    position: fixed;
    right: 2%;
    top: 30%;*/
    width: 300px;
    max-height: 400px;
    overflow-y: scroll;
    background: rgba(3, 27, 62, 0.7); /* Glassy effect with transparency */
    backdrop-filter: blur(10px); /* Adds blur for glass effect */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Soft shadow effect */
    padding: 15px;
    color: white; /* Ensures text is visible */
}

.sidebarCard1[b-m8457lic0p] {
    /*    position: fixed;
    right: 2%;
    top: 70%;*/
    width: 300px;
    max-height: 320px;
    overflow-y: scroll;
    background: rgba(3, 27, 62, 0.7); /* Glassy effect with transparency */
    backdrop-filter: blur(10px); /* Adds blur for glass effect */
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Soft shadow effect */
    padding: 15px;
    color: white; /* Ensures text is visible */
}

.sidebarCard[b-m8457lic0p]::-webkit-scrollbar {
    width: 0px;
    display: none;
}

/* Hide scrollbar for Firefox */
.sidebarCard[b-m8457lic0p] {
    scrollbar-width: none;
    -ms-overflow-style: none; /* Hide scrollbar for IE & Edge */
}

.sidebarCard1[b-m8457lic0p] {
    scrollbar-width: none;
    -ms-overflow-style: none; /* Hide scrollbar for IE & Edge */
}


a[b-m8457lic0p] {
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 2px 7px;
    display: block; /* Ensure links are block-level for proper spacing */
    /*    margin: 5px 0;*/
}

    a:hover[b-m8457lic0p], h5:hover[b-m8457lic0p], a.active[b-m8457lic0p] {
        background: rgb(6 74 173 / 70%);
        border-radius: 5px;
        color: white;
        font-size: 16px;
    }

.active-heading[b-m8457lic0p] {
    background-color: #0044cc;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.bgSet[b-m8457lic0p] {
    color: white;
    font-size: 16px;
}

    .bgSet:hover[b-m8457lic0p] {
        background: rgb(6 74 173 / 70%);
        border-radius: 5px;
        color: white;
        font-size: 16px;
    }

.gbActive[b-m8457lic0p] {
    background: rgb(6 74 173 / 70%);
    border-radius: 5px;
    color: white;
    font-size: 16px;
}
.para-link[b-m8457lic0p] {
    list-style: none;
    text-decoration: underline;
    color: white;
    font-size: 16px;
    padding: 0px !important;
    display: inline !important;
}
.para-link:hover[b-m8457lic0p] {
    background:none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
}

.list-style[b-m8457lic0p] {
    list-style-type: disc; /* Standard bullet points */
    padding-left: 20px; /* Indent to align bullets properly */
}

    .list-style li[b-m8457lic0p] {
        margin-bottom: 4px; /* Add spacing between items */
    }

@media (max-width: 768px) {
    .textHeading[b-m8457lic0p] {
        font-size: 28px !important;
    }
}
