/* materiyal */
body {
    background-color: #f8f9fa;
}

.header-image {
    background-image: url('path/to/your/image.png');
    /* Update with the actual image path */
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
}

.container-fluid {
    background-color: #FFFFFF;  
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.container-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.title-line {
    height: 2px;
    background-color: #F05969;
    margin-bottom: 20px;
    border-radius: 5px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    /* Align buttons left and filter right */
    align-items: center;
}

.button-container .left-buttons button {
    background: none;
    border: none;
    color: #333;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 10px;
}

.button-container .left-buttons button:hover {
    border-bottom: 2px solid #f05969;
    border-radius: 0 !important;
    /* text-decoration: underline; */
}

.filter-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Space between label and dropdown */
}

.filter-dropdown select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 1rem;
}

.table thead th {
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
    background-color: #F5F5F5;

}

.table tbody td {
    font-size: 0.9rem;
    text-align: center;
}

.table-scrollable {
    max-height: 350px;
    overflow-y: auto;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.footer-line {
    height: 2px;
    background-color: #333;
    margin-top: 20px;
    border-radius: 5px;
}

.button-line {
    height: 0.1px !important;
}

.title-line {
    background-color: #C1C1C1;
}

.show {
    display: block;
    /* margin-top: 0; */
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px !important;
}
body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }

    .logo {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
    }

    .hero {
        background-image: url('../img/fbanner.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #000;
        padding: 9% 20px;
        text-align: center;
        height: 50vh;
/*        margin-top: -120px;*/
    }
    .herosub{
    display: flex;
    justify-content: center;
    }
    .hero-p-text{
        text-align: justify;
        font-size:1.8rem;
        font-weight: 500;
    }

    .img-fluid {
        max-width: 40px !important;
        height: 32px !important;
    }

    .nav-link {
        color: #000;
        margin: 0 10px;
        text-decoration: none;
    }

    .nav-link:hover {
        color: #dc3545;
    }

    footer {
        background: #333;
        color: #fff;
        padding: 10px 0;
    }

    .card-color {
        padding: 20px;
    }

    .card-header {
        border: none !important;
    }

    .text-left {
        text-align: left;
    }

    .text-center img {
        transition: transform 0.3s;
    }

    .text-center img:hover {
        transform: scale(1.1);
    }

    .btn-outline-primary,
    .btn-outline-success {
        border-radius: 5px;
        padding: 10px 20px;
    }

    .d-flex {
        gap: -10px;
    }

    .custom-button {
        border: none !important;
        color: black !important;
        background: none;
        padding: 8px 15px;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }

    .button-container {
        position: relative;
    }

    .button-line {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: black;
    }

    .maintext {
        margin-top: 6rem !important;
    }

    @media (max-width: 768px) {
        .hero {
            background-size: cover;
            height: 40vh;
            width: 100%;
        }
    }

    .row>* {
        padding-left: 4% !important;
    }

    .custom-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 0.5rem !important;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* 2.5) !important;
        padding-left: calc(var(--bs-gutter-x)* 2.5) !important;
        margin-right: auto;
        margin-left: auto;
    }

    .dashboard-page .include-header {
        padding-top: 3% !important;
    }

    .header-image {
        background-image: url(path/to/your/image.png);
        background-size: cover;
        background-position: center;
        height: 22px !important;
        width: 117%;
        margin-bottom: 20px;
    }
/* head */
body {
    background-color: #f5f5f5 !important;
}

.dashboard-page .sidebar-dash {
    height: 100vh;
    background-color: #f5f5f5;
    padding-top: 20px;
}

.dashboard-page .sidebar-dash .nav-link-dash {
    color: #333;
    padding: 10px 20px;
}

.dashboard-page .sidebar-dash .nav-link-dash:hover {
    background-color: #e9ecef;
}

.dashboard-page .sidebar-dash .nav-link-dash.active {
    background-color: #007bff;
    color: white;
}

.dashboard-page .main-content {
    padding: 20px;
}

.dashboard-page .main-content-start {
    padding: 2% 8% 0% 0%;
}

.dashboard-page .card {
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dashboard-page .card-pink {
    background-color: #ffe6e6;
}

.dashboard-page .card-blue {
    background-color: #e6f2ff;
}

.dashboard-page .card-yellow {
    background-color: #fff9e6;
}

.dashboard-page .btn-custom {
    border-radius: 20px;
    padding: 5px 15px;
}

.dashboard-page .img-first {
    height: 10vh;
}

.dashboard-page .profile-image {
    width: 50px;
    height: 50px;
    background: transparent linear-gradient(136deg, #FF8693 0%, #80C9ED 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.dashboard-page .ml-3 {
    margin-left: 1rem;
}

.dashboard-page #profileSection,
.dashboard-page #addressesSection {
    display: none;
}

.dashboard-page .form-completed {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dashboard-page .abcd-card {
    height: 123px;
}

.dashboard-page .abcd-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
    padding-right: 34%;
}

.dashboard-page .include-header {
    padding-top: 8%;
}

.dashboard-page .btn-button-1 {
    width: 180px !important;
    color: black !important;
    border-color: black !important;
    font-weight: 500 !important;
}


/* Floating bell icon style */
.dashboard-page .notification-wrapper {
    z-index: 1000;
    /* right: 15px;
    top: 15px; */
    cursor: pointer;
}

/* Bell image styling */
.dashboard-page .bell-img {
    width: 30px;
    height: auto;
}

/* Notification dot with number */
.dashboard-page .notification-dot {
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: -2px;
    left: 18px;
}

/* Notification tray style */
.dashboard-page .notification-tray {
    width: 320px;
    position: absolute;
    top: 10.5%;
    right: 5%;
    z-index: 999;
    display: none;
    transition: 1s ease;
}

.box-content {
    text-align: justify;
    text-align-last: left;
    letter-spacing: normal;
    font-size: 23px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}


.pd-right-0 {
    padding-right: calc(var(--bs-gutter-x)* 0) !important;
}

@media (max-width: 765px) {

    .box-content {
        text-align: justify;
        font-size: 20px;
        font-weight: 500;
    }


}

.link {
    font-size: 14px !important;
    text-decoration: underline;
}

.link-2 {
    font-size: 14px !important;
    text-decoration: underline;
    float: right !important;
    font-weight: 700 !important;
}

.link-3 {
    font-size: 14px !important;
    text-decoration: underline;
    float: left !important;
    padding-top: 45% !important;
}

.link-5 {
    font-size: 14px !important;
    text-decoration: underline;
    float: left !important;

}

.margin-bottom {
    margin-bottom: 0px !important;
}

.small-title {
    font-weight: 500;
    font-size: 20px;
    text-align: justify;
    text-align: center;
}

.svg-size {
    max-width: 24px !important;
}

.time-table-head {
    color: white;
    text-align: justify !important;
    text-align: left;
    word-spacing: normal;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    padding: 0;
    max-width: 195px;
}

.btn-arrow {
    border-radius: 50% !important;
    background: white !important;
    width: 45px !important;
}

.btn-colorfull {
    border-radius: 50% !important;
    background: transparent linear-gradient(136deg, #FF8693 0%, #80C9ED 100%) 0% 0% no-repeat padding-box;
    width: 45px !important;
}

.filterimg {
    filter: brightness(0) invert(1);
}

.btn-arrow img {
    width: 33px !important;
}

@media (max-width: 765px) {

    .btn-arrow {
        border-radius: 50% !important;
        background: white !important;
        width: 45px !important;
        float: right !important;
    }

    .btn-arrow img {
        width: 33px !important;
    }
}

@media (max-width: 765px) {

    .btn-colorfull {
        border-radius: 50% !important;
        background: transparent linear-gradient(136deg, #FF8693 0%, #80C9ED 100%) 0% 0% no-repeat padding-box;
        width: 45px !important;
        float: right !important;
    }

    .btn-colorfull img {
        width: 33px !important;
    }
}

.highlight2 {
    color: #935cff;
}



/*profile css*/

.sidebar-dash {
    height: 100vh;
    background-color: #f5f5f5;
    padding-top: 20px;
}

.sidebar-dash .nav-link-dash {
    color: #333;
    padding: 10px 20px;
}

.sidebar-dash .nav-link-dash:hover {
    background-color: #e9ecef;
}

.sidebar-dash .nav-link-dash.active {
    background-color: #007bff;
    color: white;
}

.main-content {
    padding: 5% !important;
    background-color: white;
}

.card {
    border: none !important;

}

.card-pink {
    background-color: #ffe6e6;
}

.card-blue {
    background-color: #e6f2ff;
}

.card-yellow {
    background-color: #fff9e6;
}

.btn-custom {
    border-radius: 20px;
    padding: 5px 15px;
}

.img-first {
    height: 10vh;
}

.profile-image {
    width: 50px;
    height: 50px;
    background: transparent linear-gradient(136deg, #FF8693 0%, #80C9ED 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.ml-3 {
    margin-left: 1rem;
}

#profileSection,
#addressesSection {
    display: none;
}

.form-completed {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #ededed;
    border-radius: 5%;
    padding: 2% 5% !important;
}

.editing {
    padding: 2% 5% !important;
}

.abcd-card {
    height: 123px;
}

.abcd-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
    padding-right: 34%;
}

/*.include-header {
    padding-top: 10%;
}*/

.btn-button-1 {
    width: 27% !important;
}

.btn-button-5 {
    width: 25% !important;
}

.btn-button-3 {
    width: 43% !important;
}

.btn-button-4 {
    width: 34% !important;
}

.btn-button-6 {
    width: 16% !important;
}

.btn-button-7 {
    width: 45% !important;
}

.choose-address {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.refcode {
    font-weight: bold;
    cursor: pointer;
}

.svg-size {
    max-width: 24px !important;
}

.mainp {
    width: 100%;
}

.row-height {
    height: auto !important;
}

@media (max-width: 765px) {
    .link-2 {
        font-size: 14px !important;
        text-decoration: underline;
        float: unset !important;
        font-weight: 700 !important;
    }
}

.formfiled {
    min-width: 330px;
    background-color: #ff000000;
    border: 0.1px;
    color: black;
}

.formlable {
    font-size: 10px;
    color: grey;
}

.greyfonts {
    font-size: 14px;
    color: grey;
}

hr.hr-2 {
    margin-top: 1px;
    border: 0;
    border-bottom: 2px dashed #eee;
    background: #999;
    height: 0px;

}

.link4 {
    border-bottom: 1px solid black;
    color: black !important;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media(min-width:992px) {
    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }
}

.fontstyle {
    font-size: 14px;
}


.filelabel {

    border-bottom: 1px solid black;
    color: black !important;
    cursor: pointer;
}


#file_input_id {
    display: none;
}

.profileimg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.wizard {
    margin-left: 30px;
    position: relative;

    .v-line {
        width: 3px;
        background-color: #ccc;
        position: absolute;
        margin-left: -18px;
        margin-top: 17px;
        max-height: 136px;
        height: 100%;
    }

    .step {
        padding: 15px 0;
        position: relative;

        &:before {
            content: "";
            display: block;
            width: 31px;
            height: 30px;
            border: 2px #f26d7b solid;
            border-radius: 20px;
            background-color: #f8f9fa !important;
            position: absolute;
            margin-left: -32px;
            top: 15px;
        }
    }
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #f26d7b;
    border-radius: 50%;
    display: inline-block;
    position: inherit;
    top: 4px;
    right: 22px;
}

.h-wizard {
    margin-left: 30px;
    position: relative;

    .h-line {
        width: 100%;
        background-color: #ccc;
        position: absolute;
        margin-left: -18px;
        margin-top: 17px;
        max-height: 136px;
        height: 3px;
    }

    .h-step {
        padding: 15px 0;
        position: relative;

        &:before {
            content: "";
            display: block;
            width: 31px;
            height: 30px;
            border: 2px #f26d7b solid;
            border-radius: 20px;
            background-color: #f8f9fa !important;
            position: absolute;
            margin-left: 5px;
            top: 4px;
        }
    }
}

.h-dot {
    height: 12px;
    width: 12px;
    background-color: #f26d7b;
    border-radius: 50%;
    display: inline-block;
    position: inherit;
    top: -4px;
    right: -15px;
}

.main-content {
    padding: 2% !important;
}





.position-pd {
    padding-left: 10%;
}

.text-padding {
    padding: 0px;
}

.fontstyle-m {
    font-size: 12px;
}

.v-edit {
    min-width: 80%;
    height: 350px;
}

.v-embed {
    width: 100%;
    height: 100%;
}

.i-edit {
    min-width: 80%;

}

.i-embed {
    width: 100%;
    height: 100%;
}

.download-img {
    width: 35px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .0rem rgb(255 255 255) !important;
}
/* circle */
body {
    background-color: #f0f2f5;
}

.main-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.step-content {
    height: 32px;
    /* overflow-y: auto;
    scroll-snap-type: y mandatory; */
}

.step-section {
    scroll-snap-align: start;

}

.progress-container {

    padding: 20px;
    text-align: center;
    position: sticky;
    top: 20px;

}

.progress-image {
    margin-top: 300px !important;
    width: 214px;
    height: 226px;
    margin: auto;
    margin-left: -40px !important;
}

.progress-label {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
/* footer */
.footer_icon {
    padding: 2% 0%;
    margin-top: 6%;
    margin-right: 15%;

}

.footer-copyright {
    margin-top: -1%;
}

.footer-tag {
    border-top: 20px solid #57baea;
}

.hr-line {
    display: none;
    background: linear-gradient(to right, #F05969, #E76F8D);
    height: 2%;
}

hr {
    display: none;
}

.class {
    border-top: 1px solid white;
    border-radius: 35px 35px 0px 0px;

}

.mw {
    max-width: 10%;
}

@media (max-width: 768px) {
    .hr-line {
        display: inline-block;
    }

    .class {
        gap: 0%;
    }

    .mw {
        max-width: 18% !important;
    }

    hr {
        display: block !important;
    }

    .footer-contact {
        padding: 0% 11%;
    }

    .footer_icon {
        padding: 2% 4%;
    }

    .quick-links {
        padding: 0% 11%;
    }

    .footer-copyright {
        /* margin-top: -1%; */
        padding: 5% 4%;
    }
}

.dropdown-footer {
    position: relative;
    display: inline-block;
}

.dropdown-content-footer {
    display: none;
    /* position: absolute; */
    background-color: white;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
}

.dropdown-content-footer a {
    color: black;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
}

.dropdown-content-footer a:hover {
    background-color: #ddd;
}

.dropdown-footer .dropbtn-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    padding: 0px;
    background-color: white;
    border: none;
    width: 289px;
    /* Adjust this width as needed */
}

.dropdown-footer .dropbtn-footer:after {
    content: '\002B';
    /* Unicode for plus sign */
    font-size: 20px;
    color: black;
}

.dropdown-footer.active .dropbtn-footer:after {
    content: '\2212';
    /* Unicode for minus sign */
}

.dropdown-footer.active .dropdown-content-footer {
    display: block;
}

.footer-container-fluid {
    width: 100% !important;
    padding: 0% 8%;
}

@media (min-width: 769px) and (max-width: 991px) {
    body .footer-container-fluid {
        width: 100% !important;
        padding: 0% 8%;
    }

    .footer-about {
        max-width: 100% !important;
    }

    .footer_icon {
        padding: 2% 3%;
    }

    .mw {
        max-width: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    body .footer-container-fluid {
        width: 100% !important;
        padding: 0% 2%;
    }

    .footer-about {
        max-width: 70% !important;
    }

    .footer_icon {
        padding: 2% 4%;
    }

    .mw {
        max-width: 18%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    body .footer-container-fluid {
        width: 100% !important;
        padding: 0% 8%;
    }

    .footer-about {
        max-width: 70% !important;
    }

    .footer_icon {
        padding: 2% 3%;
    }

    .mw {
        max-width: 15% !important;
    }

}

@media (min-width: 1400px) and (max-width: 1700px) {
    body .footer-container-fluid {
        width: 100% !important;
        padding: 0% 8%;
    }

    .footer-about {
        max-width: 70% !important;
    }

    .footer_icon {
        padding: 2% 3%;
    }

    .mw {
        max-width: 12%;
    }
}

.info-mail {
    margin-top: 6%;
}
/* Accordion */
.wrapper {
    display: flex;
    gap: 10px;
  }
  
  /*section {
    width: 50%;
    border: 1px solid grey;
    padding: 50px;
  }*/
  @media screen and (max-width: 960px) {
    .wrapper {
      flex-direction: column;
    }
    section {
/*      width: calc(100% - 100px);*/
overflow-x: hidden;
    }
  }
  
  /* html/css implementation */
  .accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  summary {
    padding: 15px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ccc;
    /* Remove the default arrow icon */
    list-style: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  details[open] summary {
    /* Add custom styling for open state */
    background-color: #e0e0e0;
  }
  
  details {
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  
  details p {
    padding: 15px;
    background-color: #fff;
  }
  
  /* js implementation */
  .accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  
  .accordion-header {
    padding: 15px;
  /*  background-color: #f1f1f1;*/
    cursor: pointer;
  /*  font-weight: bold;*/
  text-align: justify;
  }
  
  .accordion-content {
    display: none;
    padding: 15px;
    background-color: #fff;
  }
/* blogs_open_styles */
@media (max-width: 767.98px) {
    .header-mobile {
        padding-top: 20% !important;
    }

    .sticky-section {
        position: static;
    }

    .card-title-sec-2 {
        font-weight: 700;
        font-size: 1.3rem;
    }

    .container-fluid {
        width: 100% !important;
    }

    .icon-social {
        display: flex;
        justify-content: center !important;
    }

    .popular-heading {
        margin-top: 6%;
        background: #f5f5f5;
    }

    .popular-heading-title {
        font-size: 1.2rem;
    }

    .popular-blog-card .card-title {
        font-size: 15px;
    }

    .category-mobile {
        font-size: 0.7rem;
    }

    .category-section {
        font-size: 0.7rem !important;
    }

    .card-title-heading-1 {
        font-size: 0.9rem;
    }

    .text-muted {
        color: #6c757d !important;
        font-size: 0.7rem !important;
    }

    .card-body{
       background: #f5f5f5;;
    }

    /* .abcd-card {
       width: 100%;
       height: auto;
       margin-top: -7%;
   } */
}

