.footerBackground {
    background: #025394;
}
.footerImage {
    background-color: white;
    width: 138px;
    height: 39.97px;
    padding: 6px 18px 6px 18px;
    gap: 6.97px;
    border-radius: 5px;
}

#footerbutton {
    padding-top: 0px !important;
    margin-left: 2px !important;
}
.brand_background {
    background: #ffffff40;
}
.profilePageBackground {
    background-image: url(../../../../img/logo_sfux.png);
}
.courseDetailWidth {
    width: 250px;
}

.course_detail_brand_background {
    background: #0f4c95 !important;
}
.point {
    cursor: pointer;
}
.vh-40 {
    height: 40vh;
}
.ww-20 {
    width: 20px;
}
.mx-hh {
    max-height: 500px;
    overflow-y: auto;
}
.ullstyles {
    list-style-type: disc;
    margin-left: 25px !important;
}
.dlist {
    list-style-type: disc;
}
.indexxss {
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
.fontss {
    font-size: 18px;
    font-weight: 500;
}
.spans {
    display: inline-block;
    color: red;
}
.spansgreen {
    display: inline-block;
    color: green;
}
.purchaseButtons {
    background: #005cb9;
    color: white;
}
.certficate_min_height {
    min-height: 60vh;
}
.payment_max_width {
    max-width: 100%;
    width: auto;
}
.payment_padding_top {
    padding-top: 20px;
}
.navbar_width_height {
    width: 250px;
    height: auto;
}
.popular_content_color {
    color: #005cb9 !important;
}
.popular_content_color_one {
    background: #0351a1 !important;
    box-shadow: 0px 10px 25px 0px rgba(3, 81, 161, 0.6) !important;
}
.popular_desc {
    background: #0351a1;
    box-shadow: none;
}
.bgg_none {
    background: none;
}

.popular_content_background_color {
    background: #0074e3;
    box-shadow: 0px 10px 25px 0px rgba(0, 116, 227, 0.6);
}

.popular_content_background_color_one {
    background: #0074e3;
    box-shadow: none;
}
.popular_content_background_color_two {
    background-color: #00a2d4 !important;
    box-shadow: 0px 10px 25px 0px rgba(0, 162, 212, 0.6) !important;
}
.popular_content_background_color_three {
    background-color: #00a2d4 !important;
    box-shadow: none;
}
.section_gap_ss {
    padding: 20px 0 90px 0 !important;
}
.section_gap_section_color {
    color: #005cb9;
    padding: 10px 0 !important;
}
.section_gap_section_line {
    line-height: 2.5;
    padding: 10px 50px !important;
}
.tnt_text_center {
    text-align: center;
}
.swal2-confirm .swal2-styled {
    font-size: 18px; 
}
.payment-border{
    border-radius: 15px;
}
.payment-card{
    border-radius: 15px;
    background-color: #F4F8FB;
    box-shadow: 0px -9px 0px 0px #0f4c95;
}
.payment-list {
    list-style-type: none; 
    padding-left: 0;
}

.payment-list li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 15px;
    color: #025393;
}

.payment-list li::before {
    content: '\2022'; 
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: #025393; 
}
