/* User Panel CSS */

@font-face {
    font-family: 'Lato-Regular';
    src: url('./../fonts/Lato-Regular.ttf') format('ttf'),
        url('./../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold.ttf';
    src: url('./../fonts/Lato-Bold.ttf') format('ttf'),
        url('./../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Medium.ttf';
    src: url('./../fonts/lato-medium.ttf') format('ttf'),
        url('./../fonts/lato-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'lato-semibold';
    src: url('./../fonts/lato-semibold.ttf') format('ttf'),
        url('./../fonts/lato-semibold.ttf') format('truetype');
}
body {
    font-family: 'Lato-Regular';
    /* background-color: #F5F8FA; */
    background: linear-gradient(to bottom,
            #FFFFFF 0%,
            #F9FCFE 85%,
            #DCE5EF 100%);

}
/* scroll css */
/* Width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #05108C;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.form-control:focus {
    box-shadow: none;
    outline: none;
    background-color: #f5f8fa;
}


input:focus-visible {
    box-shadow: none;
    outline: none;
}
.btn:focus{
    outline: none;
    box-shadow: none;
}
/* User Panel Specific Styles */
/* .user-panel {
    min-height: 100vh;
} */

/* .user-header {
    background-color: #ffffff;
    padding: 15px 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.user-content {
    padding: 30px;
} */

/* Table styles */
.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table thead tr th {
    background-color: #E3E9F0;
    color: #000000;
    padding: 12px;
    font-family: 'lato-semibold';;
}

.table tbody tr {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

/* .table tbody tr td {
    padding: 12px;
    color: #000000;
} */

/* Form styles */
.form-group {
    margin-bottom: 20px;
}

.form-label {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #E3E9F0;
    border-radius: 8px;
    font-size: 14px;
    color: #68768F;
}

.form-control:focus {
    border-color: #05108C;
    outline: none;
}


/* landing start */
.user__page {
    background-color: #F5F8FA;
}



.common__btn {
    background-color: #05108C;
    border: 1px solid #05108C;
    color: #ffffff;
    font-weight: 500;
    border-radius: 12px;
    padding: 9px 30px;
    font-size: 16px;
}

.common__btn:hover {
    background-color: #ffffff;
    color: #05108C;
}

.common__btn__btn {
    font-weight: 500;
    border-radius: 12px;
    padding: 9px 30px;
    font-size: 16px;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #05108C;
}

.common__btn__btn:hover {
    background-color: #05108C;
    color: #ffffff;
}

/* Hero Background Gradient */
.hero-section {
    background-image: url("./../img/hero__bg.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    /* background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f8fafb 50%,
    #e3e9f0 100%
  ); */
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    position: relative;
}

.hero__section__left {
    margin-bottom: 90px;
}

.welcome__badge {
    background-color: #E7EDF2;
    border-radius: 20px;
    padding: 7px 20px;
    color: #68768F;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.hero__title {
    color: #000000;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}

.hero__description {
    color: #68768F;
    text-shadow: 0px 0px 10px #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.android__devices__text {
    color: #243B61;
    font-style: italic;
    font-size: 14px;
}

.googleplay__appstore {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Hero Image */
.hero-img {
    max-width: 450px;
    margin: auto;
}


/* Highlights start */
.highlights__section {
    padding: 50px 0px;
}

.badge__title {
    margin-bottom: 40px;
}

.badge__title p.sub__title {
    color: #68768F;
    text-shadow: 0px 0px 10px #FFFFFF;
}

.section-title {
    font-family: 'lato-semibold';;
    color: #000000;
    font-size: 24px;
    line-height: 40px;
}

.highlight-badge {
    background-color: #E7EDF2;
    color: #68768F;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.feature-card {
    background: #EBEFF4;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background-color: #fdfdfd;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #f1f3f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    font-size: 24px;
}

.feature-title {
    font-family: 'lato-semibold';;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}

.feature-text {
    color: #68768F;
    font-size: 14px;
    text-align: start;
}

/* feature section */
.feature__section {
    background-color: #EBEFF4;
}

.feature__section .feature-card {
    background-color: #E3E9F0;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ffffff;
}

.feature__details__box {
    /* background: linear-gradient(to bottom, #FFFFFF, #E3E9F0); */
    background-image: url("./../img/feature_box_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    box-shadow: 0px 0px 3px #68768F29;
    border: 1px solid #ffffff;
    border-radius: 20px;
}

.bottom__img img {
    width: 70%;
    margin: auto;
}

.feature__section .feature-text {
    margin-bottom: 20px;
}

.feature__section .feature__details__box {
    padding: 20px 20px 0px;
}


/* pricing start */
.pricing-card {
    background: #EBF0F4;
    border-radius: 20px;
    box-shadow: 0px 3px 10px #68768F45;
    padding-top: 10px;
}

.pricing-card .card-body {
    padding: 10px 10px;
}

.card__top__details {
    padding: 0px 20px;
}

.popular-badge {
    font-size: 12px;
    padding: 0px 12px;
    border: 1px solid #05108C;
    border-radius: 5px;
    color: #05108C;
    background-color: #E3E6FF;
    font-family: 'lato-semibold';;
    line-height: 26px;
}

.pricing-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-card h5 {
    color: #000000;
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 7px;
    text-align: start;
}

.pricing-card p.plan_text {
    color: #68768F;
    font-size: 16px;
    text-align: start;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 20px;
}

.price {
    color: #FF5722;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin: 0px;
}

.price span {
    font-family: 'lato-semibold';;
    font-size: 20px;
}
.price span.plan-price{
    font-family: 'lato-semibold';;
    font-size: 40px;
}

.price__text__box {
    margin-bottom: 15px;
}

.feature-list {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #68768F;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 30px;
}

.feature-list li img {
    width: 15px;
    height: 15px;
}

/* Enterprise Card Styling */
.enterprise-card {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
    border: 2px solid #FF6B35;
    position: relative;
}

.enterprise-card .card-body {
    padding: 10px 10px;
}

.enterprise-card h5 {
    color: #ffffff;
}

.enterprise-card p.plan_text {
    color: #ffffff;
}

.enterprise-card .price {
    color: #ffffff;
}

.enterprise-card .feature-list {
    background-color: rgba(255, 255, 255, 0.95);
}

.enterprise-card .feature-list li {
    color: #333333;
}

.enterprise-card .popular-badge {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: #ffffff;
}

/* Horizontal Enterprise Card Styling */
.enterprise-card-horizontal {
    padding: 30px;
}

.enterprise-card-horizontal .card-body {
    padding: 0;
}

.enterprise-card-horizontal .card__top__details {
    padding: 0;
}

.enterprise-card-horizontal .feature-list-horizontal {
    background-color: transparent;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 0;
}

.enterprise-card-horizontal .feature-list-horizontal li {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    border-radius: 8px;
    color: #ffffff;
    margin-bottom: 0;
}

.enterprise-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.enterprise-card-horizontal .price__text__box {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .enterprise-card-horizontal {
        padding: 20px;
    }

    .enterprise-card-horizontal .feature-list-horizontal {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .enterprise-cta {
        margin-top: 20px;
    }
}

.price__text__box p {
    color: #ACB5C3;
    font-size: 15px;
    text-align: end;
    line-height: 20px;
}

/* feedback start */
.feedbacks__section {
    background-color: #EBEFF4;
    padding: 50px 0px;
}

.feedbacks__section .highlight-badge {
    background-color: #ffffff;
}

.feedbacks__details__box .feedbacks__text {
    background-color: #ffffff;
    border-bottom: 4px solid #243B61;
    position: relative;
    border-radius: 20px 20px 0px 0px;
    padding: 24px 20px;
    min-height: 225px;
}

.feedbacks__details__box .feedbacks__text::before {
    position: absolute;
    content: "";
    background-image: url("./../img/quote.png");
    width: 70px;
    height: 70px;
    left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    transform: translate(0px, 0px);
}

.feedbacks__details__box .feedbacks__text p {
    font-family: 'Lato-Medium.ttf';
    color: #000000;
    font-size: 17px;
    line-height: 29px;
    text-align: start;
}

.feedback_name_start {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E3E9F0;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
}

.feedback_name_start .star__section img {
    width: 20px;
    height: 20px;
}

.feedback_name_start h2 {
    font-family: 'lato-semibold';;
    font-size: 16px;
    line-height: 25px;
}

.star__section {
    display: flex;
    align-items: center;
    gap: 4px;
}

.mySwiper {
    padding-bottom: 50px !important;
}

/* Center testimonials when there are 1 or 2 items */
.testimonial__slider[data-testimonial-count="1"] .swiper-wrapper {
    justify-content: center !important;
}

.testimonial__slider[data-testimonial-count="2"] .swiper-wrapper {
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
}

.testimonial__slider[data-testimonial-count="1"] .swiper-slide {
    max-width: 450px !important;
    width: 450px !important;
}

.testimonial__slider[data-testimonial-count="2"] .swiper-slide {
    max-width: 380px !important;
    width: 380px !important;
    flex-shrink: 0 !important;
}

/* Position pagination */
.swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

/* Default bullet */
.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    border: 2px solid #243B61;
    opacity: 1 !important;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

/* Active bullet */
.swiper-pagination-bullet-active {
    background: #1e2a78 !important;
    border-color: #1e2a78;
    box-shadow: none;
}


/* faqs start */
.faqs__section {
    padding: 50px 0px;
}

.faqs__section .collapse {
    visibility: visible;
}

.faqs__section .accordion-item {
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
}

.accordion-button.collapsed {
    border-radius: 0px 0px 10px 10px;
}

.faqs__section .accordion-button {
    font-family: 'Lato-Medium.ttf';
    color: #000000;
}

.faqs__section .accordion-button:focus {
    box-shadow: none;
}

.faqs__section .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.faqs__section .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #68768F30;
    border-radius: 10px 10px 0px 0px;
}

.faqs__section .accordion-body {
    color: #68768F;
    text-align: start;
}

/* cta start */
.cta__section {
    padding-bottom: 50px;
}

.cta__details {
    background-image: url("./../img/cta__bg.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 170px;
    text-align: center;
    gap: 20px;
    color: #ffffff;
}

.cta__details h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'lato-semibold';;
}

.cta__details p {
    font-size: 16px;
    line-height: 30px;
}

.cta__details .googleplay__appstore {
    position: inherit;
}

/* footer start */
.footer {
    background: linear-gradient(180deg, #ffffff 0%, #E6ECF1 100%);
    padding: 60px 0px 20px;
    text-align: center;
    border-top: 3px solid #68768F;
}

.footer-title {
    font-size: 28px;
    font-family: 'lato-semibold';
    margin-bottom: 25px;
    color: #222;
}

/* Newsletter */
.newsletter {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 3px 6px #68768F3B;
    border-radius: 10px;
}

.newsletter input {
    width: 260px;
    padding: 12px 15px;
    border-radius: 10px;
    outline: none;
}

.newsletter input::placeholder {
    color: #68768F;
}

/* Social Icons */
.social-icons {
    margin: 0 0 40px;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin: 0 6px;
    font-size: 14px;
    transition: 0.3s;
}

.social-icons a svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.social-icons a:hover {
    background: #1e2a78;
}

/* Logo */
.footer-logo {
    margin: 25px 0 0px;
}

.footer-logo img {
    width: 100px;
    margin: auto;
}

/* Copyright */
.copyright {
    font-size: 14px;
    color: #000000;
    font-family: 'lato-semibold';
    margin: 0px 0;
}


/* pricing page */
.pricing__page {
    background-color: #ffffff;
}

.main__pricing__box .nav-tabs {
    border: none;
    margin-bottom: 60px;
    background-color: #ffffff;
    padding: 6px;
    box-shadow: 0px 0px 6px #00000026;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.main__pricing__box .nav-tabs .nav-item {
    width: 100%;
}

.main__pricing__box .nav-tabs .nav-item .nav-link {
    width: 100%;
    color: #68768F;
    padding: 10px 15px !important;
    font-size: 16px;
    border: 0px;
    border-radius: 7px;
}

.main__pricing__box .nav-tabs .nav-item .nav-link.active {
    background-color: #EBF0F4;
    color: #000;
}

.main__pricing__box .nav-tabs .nav-item .nav-link:hover {
    background-color: #EBF0F4;
    color: #000;
}



/* user panel start */
/* sidebar css start */
.sidebar__admin {
    background-color: #ffffff;
    min-width: 250px;
    transition: all 0.4s ease-in-out;
    position: relative;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    box-shadow: 3px 3px 6px #00000014;
}
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sidebar-overlay.active {
    display: block;
    opacity: 1;
}
.sidebar-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #05108C;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
}
.sidebar-close-btn svg{
    stroke: #ffffff;
    width: 20px;
}
.admin__logo__section {
    padding: 10px 0px 10px;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #68768f42;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #ffffff;
}

.admin__logo__section img {
    width: 100px;
    transition: all 0.4s ease-in-out;
}

.nav__sidebar .nav-items {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #68768F;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    font-family: 'lato-semibold';;
    font-size: 16px;
    margin-bottom: 5px;
    transition: all 0.4s ease-in-out;
}

.nav__sidebar .nav-items.active,
.nav__sidebar .nav-items:hover {
    position: relative;
    background-color: #EBF0F4;
    border-radius: 10px;
}

.nav__sidebar .nav-items.active span,
.nav__sidebar .nav-items:hover span {
    color: #05108C;
}

nav.nav__sidebar {
    padding: 0px 10px;
    border-bottom: 1px solid #68768f42;
    margin-bottom: 20px;
}

.nav__sidebar .nav-items svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #68768f;
}

.nav__sidebar .nav-items.active svg,
.nav__sidebar .nav-items:hover svg {
    fill: #05108C;
}

.sidebar__admin.active .nav__sidebar .nav-items {
    justify-content: center;
    gap: 10px;
}
.sidebar__admin.active .sidebar__card {
    padding: 0px 0px;
    background-color: transparent;
    box-shadow: none;
}
.sidebar__admin.active .sidebar__card h3,
.sidebar__admin.active .sidebar__card p{
    display: none;
}
.sidebar__admin.active .icon-circle{
    display: none;
}
/* Sidebar collapsed state */
.sidebar__admin.active {
    min-width: 80px;
}

.sidebar__admin.active .nav-items span {
    opacity: 0;
    width: 0;
    display: none;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
}

.sidebar__admin.active .admin__logo__section img {
    width: 50px;
}
.sidebar__admin.active .sidebar__card .btn span{
    display: none;
}
.sidebar__admin.active .sidebar__card .btn svg{
    display: block;
}
.sidebar__card {
    width: min-content;
    background: #EBF0F4;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    min-width: -webkit-fill-available;
    margin: 30px 10px 10px;
}

.sidebar__card .icon-circle {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -60px auto 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.sidebar__card .icon-circle img {
    width: 35px;
}

.sidebar__card h3 {
    margin: 10px 0;
    font-size: 18px;
    font-family: 'lato-semibold';;
    color: #000;
}

.sidebar__card p {
    font-size: 13px;
    color: #68768F;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sidebar__card .btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #05108C;
    color: #fff;
    border: 1px solid #05108C;
    font-size: 14px;
    font-family: 'lato-semibold';
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.sidebar__card .btn:hover {
    background: #ffffff;
    color: #05108C;
}
.sidebar__card .btn:hover svg{
    fill: #05108C;
}
.sidebar__card .btn svg{
    width: 20px;
    height: 20px;
    fill: #ffffff;
    display: none;
}
.page__header {
    background-color: #EBF0F4;
    padding: 10px 35px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 10px;
}
.page__header__top{
    position: sticky;
    top: 0;
    z-index: 9;
}
.page__header h1 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-family: 'lato-semibold';;
}

.mobile-logo {
    display: none;
    width: 60px;
    height: auto;
}

.profile__icon {
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.profile__icon img{
    width: 20px;
    height: 20px;
}
.profile__icon.dropdown-toggle::after {
    display: none;
}

.create__btn__btn {
    background-color: #05108C;
    border: 1px solid #05108C;
    color: #ffffff;
    border-radius: 10px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: 0.5s;
    font-size: 14px;
}

.create__btn__btn:hover {
    background-color: #ffffff;
    border: 1px solid #05108C;
    color: #05108C;
}

.create__btn__btn svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    display: none;
}

.create__btn__btn:hover svg {
    fill: #05108C;
}
.cancel__btn__btn {
    background-color: #68768F;
    border: 1px solid #68768F;
    color: #ffffff;
    border-radius: 10px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: 0.5s;
    font-size: 14px;
}
.cancel__btn__btn svg{
    fill: #ffffff;
    width: 20px;
    height: 20px;
    display: none;
}
.cancel__btn__btn:hover{
    background-color: #ffffff;
    color: #68768F;
}
.cancel__btn__btn:hover svg{
    fill: #68768F;
}
.add__btn__table{
    background-color: #000000;
    border: 1px solid #000;
    color: #ffffff;
    font-family: 'lato-semibold';
    border-radius: 10px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    font-size: 14px;
}
.add__btn__table:hover{
    background-color: #ffffff;
    border: 1px solid #000;
    color: #000;
}
.table__header__box{
    display: flex;
    justify-content: space-between;
    color: #160042;
    font-family: 'lato-semibold';;
    font-size: 19px;
    margin-bottom: 10px;
}
.page__details__page {
    margin: 21px 35px;
    background-color: #F5F8FA;
    border: 1px solid #68768F1F;
    border-radius: 10px;
}

.register_user_deal_payment {
    background-color: #F4F7F9;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    padding: 7px;
    height: 100%;
}

.register_user_deal_payment .details__box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    position: relative;
    padding: 10px;
}

.active_approve_pending {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.active_approve_pending h3 {
    color: #14BA54;
    font-size: 14px;
}
.active_approve_pending h5{
    color: #F14F4A;
    font-size: 14px;
}

.active_approve_pending h4 {
    color: #FCA000;
    font-size: 14px;
}

.register_user_deal_payment img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.register_user_deal_payment .title__price__box h2 {
    font-size: 16px;
    color: #68768F;
    margin-bottom: 10px;
    font-weight: 500;
    min-height: 40px;
    line-height: 20px;
}

.register_user_deal_payment .title__price__box p {
    font-size: 25px;
    font-family: 'Lato-Bold.ttf';
    color: #000000;
    margin: 0;
}
.id, .name__email h6, .no__user, .status {
    font-family: 'lato-semibold';;
    font-size: 12px;
}
.name__email p {
    color: #68768F;
    font-size: 12px;
    margin-bottom: 5px;
}
.name__email h6 {
    margin-bottom: 5px;
}
.green__status {
    border: 1px solid #14BA54;
    border-radius: 5px;
    background-color: #D2FFE3;
    color: #14BA54;
    display: inline-flex;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: normal;
}
.blue__status{
    border: 1px solid #05108C;
    border-radius: 5px;
    background-color: #D6DAFF;
    color: #05108C;
    display: inline-flex;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: normal;
}
.pending__status{
    color: #FCA000;
    font-size: 11px;
    font-family: 'Lato-Regular';
    margin-bottom: 2px;
}
.approved__status{
    color: #14BA54;
    font-family: 'Lato-Regular';
    font-size: 12px;
    margin-bottom: 2px;
}
.cancelled__status{
    color:#F14F4A;
    font-family: 'Lato-Regular';
    font-size: 12px;
}
.active__status{
    color: #14BA54;
    font-family: 'lato-semibold';
    font-size: 12px;
}
.deal__amount{
    color: #05108C;
    font-weight: 400;
}
.view__btn{
    color: #05108C;
    text-decoration: underline;
}
/* table start */
.page__details__page__table {
    border: 1px solid #68768F1F;
    border-radius: 10px;
    padding: 20px 15px;
}
.tracking-wider {
    letter-spacing: normal !important;
}
.table {
    border-collapse: separate;
    border-spacing: 0 5px ;
}

.table thead tr {
    background: transparent;
}

.table tbody tr {
    background-color: #fff;
}

.table tr td {
    background-color: #fff;
    color: #000000;
    font-size: 12px;
    font-family: 'lato-semibold';;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
}
.table tbody tr td.bg__add{
    background-color: #F4F7F9;
}
.table tbody tr td:first-child {
    border-left: 1px solid #F4F4F4;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
}

.table tbody tr td:last-child {
    border-right: 1px solid #F4F4F4;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form__details label {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.form__details input ,
.form-select,
.form-control{
    background-color: #F5F8FA;
    color: #68768F;
    border-radius: 10px;
    border: none;
    /* border: 1px solid #68768f1f; */
}
.form__details input::placeholder{
    color: #68768F;
}
.form__details input:focus-visible{
    outline: none;
}
.page__details__page__table table tr th:first-child {
    border-radius: 10px 0px 0px 10px;
    padding-left: 20px;
}
.page__details__page__table table tr th:last-child {
    border-radius: 0px 10px 10px 0px;
}
.page__details__page__table table tr th {
    background-color: #E3E9F0;
    font-family: 'Lato-Bold.ttf';
    color: #000000;
    padding: 10px;
    font-size: 13px;
}
.page__details__page__table table tr th span{
    font-size: 12px;
}


.filter__dropdown .btn {
    border: 1px solid #E7EDF2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #68768F;
}
.filter__dropdown .dropdown-toggle::after{
    display: none;
}
.filter__dropdown .dropdown-menu{
    box-shadow: 0px 5px 20px #00000026;
    border-radius: 10px 10px 10px 10px;
    border: none;
}
.filter__dropdown .dropdown-menu li{
    border-bottom: 1px solid #68768F30;
}
.filter__dropdown .dropdown-menu li:last-child{
    border-bottom: 0px;
}
.filter__dropdown .dropdown-menu li a{
    padding: 10px 20px;
    margin: 2px 0px;
}

.space__bottom{
    margin-bottom: 15px;
}




.has-tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip-box {
    position: absolute;
    bottom: calc(100% + 0px);
    left: 30%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility:hidden;
    transition: all 0.25s ease;
    z-index: 1000;
    min-width: 150px;
    pointer-events: none;
}

/* Arrow */
.tooltip-box::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
}

.has-tooltip:hover .tooltip-box {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}

.tooltip-row {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    font-family: 'Lato-Medium.ttf';
    font-size: 13px;
}

.tooltip-row span {
    color: #000;
}

.tooltip-row strong {
    font-weight: 600;
}

.text-success {
    color: #10b981;
}

.tooltip-row .text-warning {
    color: #F14F4A !important;
}


.profile-dropdown-menu {
    min-width: 220px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
    padding: 0 !important;
    margin-top: 10px;
}
/* User Info Section */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 10px;
    background: linear-gradient(135deg, #05108C 0%, #243B61 100%);
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.user-info ul li svg{
    fill: #000000;
}
.profile-dropdown-menu li{
    border-bottom: 1px solid #00000012;
}
.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-avatar img {
    width: 20px;
    height: 20px;
}

.user-details {
    flex: 1;
    min-width: 0;
}

.user-name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-email {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Dropdown Items */
.profile-dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.profile-dropdown-menu .dropdown-item:hover {
    background-color: #f3f4f6;
    color: #05108C;
    padding-left: 25px;
}
.profile-dropdown-menu .dropdown-item:hover svg{
    fill: #05108C;
}
.profile-dropdown-menu .dropdown-item.text-danger:hover {
    background-color: #fee2e2;
    color: #dc2626;
}

.dropdown-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.profile-dropdown-menu .dropdown-divider {
    margin: 5px 0;
    border-color: #e5e7eb;
}

/* Logout button as form */
.profile-dropdown-menu form {
    margin: 0;
}

.profile-dropdown-menu form button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
}


/* Enterprise Row Box Styling */
.enterprise-row-box {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
    border: 2px solid #FF6B35;
    border-radius: 12px;
    padding: 25px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.enterprise-row-box .pricing-icon-box {
    width: 50px;
    height: 50px;
}

.enterprise-row-content h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.enterprise-badge {
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    font-weight: 600;
}

.enterprise-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

.enterprise-row-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.enterprise-price h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.enterprise-price p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.enterprise-row-box .common__btn {
    min-width: 140px;
}

@media (max-width: 768px) {
    .enterprise-row-box {
        padding: 20px;
    }

    .enterprise-row-box .row {
        text-align: center;
    }

    .enterprise-row-cta {
        align-items: center;
        margin-top: 15px;
    }

    .enterprise-price {
        text-align: center;
    }
}
/* .swiper.mySwiper.testimonial__slider .swiper-wrapper{
    justify-content: center;
} */