.header-sticky {
    position: sticky !important;
    top: 0;
    z-index: 1030;
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.sidebar {
    background-color: #ffffff !important;
    padding: 20px;
    height: auto;
    max-width: 100px;
    min-width: calc(30% - 146px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    margin-left: 15px;
    margin-top: 15px;
    max-height: 348vh;
    margin-bottom: 1% !important;
}
.sidebar-img {
    width: 100%;
}
#content {
    margin-bottom: 1% !important;
}
.somethingwentwrong {
    font-size: var(--font-size-h5);
    font-weight: 600;
    letter-spacing: 0.0015em;
    line-height: 130%;
    white-space: pre-line !important;
    word-wrap: break-word !important;
    color: var(--text-main-color);
    margin-top: 6px;
}
.text-center1 {
    white-space: pre-line;
    word-wrap: break-word !important;
    color: #929292 !important;
    font-size: var(--font-size-text-l);
    font-weight: 600;
    letter-spacing: 0.0015em !important;
    line-height: 143%;
    font-size: 15px;
    margin-top: -22px;
}
.container-fluid {
    width: 100%;
    /* height:100vh !important; */
}

.row1 {
    margin: 0;
    background-color: #fafafa !important;
}

.accordion-item {
    /* border: 1px solid #fafafa;  */
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    border: none !important;
}
.search {
    padding-left: 30px !important;
    border: none !important;
}

.accordion-header {
    align-items: center;
    /* background:#fafafa; */
    border-radius: 10px !important;
    color: #929292 !important;
    cursor: pointer !important;
    display: flex !important;
    gap: 12px;
    justify-content: space-between !important;
    padding: 16px 16px 16px 12px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none;
    user-select: none !important;
    user-focus: none;
}
.accordion-button {
    background-color: #fafafa !important; /* White background for the button */
    color: #929292 !important; /* Dark gray text */
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.accordion-button:hover {
    background-color: #fafafa !important; /* Slight hover effect */
    color: black !important; /* Darker primary color */
    border: none !important;
}
.accordion-collapse {
    background-color: #fafafa !important; /* Background color for body */
}

.accordion-body {
    padding: 15px;
    font-size: 14px;
    /* color: #929292 !important; */
    line-height: 1.6;
    /* border:none; */
}

.combined-card {
    background: var(--background-secondary);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
    padding: 18px;
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto; /* Allow height to adjust dynamically */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.right-combined-card {
    background: var(--background-secondary);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 364px; /* Included the max-width from _rightBlock_v87oq_26 */
    padding: 14px; /* Used the padding from _card__padding_s_nioib_17 */
    margin-left: 15px;
    margin-bottom: 1% !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.list-group {
    background: var(--background-secondary);
    border-radius: 10px;
    box-shadow: var(--card-shadow); /* Overrides 'none' in _card_nioib_1 */
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 364px; /* Included from _rightBlock_v87oq_26 */
    padding: 14px; /* Used the larger padding from _card__padding_s_nioib_17 */
}
.list-group-item.active {
    background: #fafafa !important;
    color: #242424 !important;
}

.list-group-item {
    align-items: center !important;
    border-radius: 10px 10px 10px 10px !important;
    color: #929292 !important;
    cursor: pointer !important;
    display: inline-flex;
    font-size: var(--font-size-default) !important;
    font-weight: 600 !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    letter-spacing: 0.0015em !important;
    line-height: 125% !important;
    padding: 16px 12px !important;
    text-align: left !important;
    text-decoration: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    border: none !important;
}

.list-group-item::selection {
    color: black !important;
}

.video-block {
    background: radial-gradient(
        78.44% 78.44% at 49.9% 21.56%,
        rgba(var(--white-color-rgb), 0) 0,
        rgba(var(--white-color-rgb), 0.71)
    );
    border: 1px solid var(--body-background);
    border-radius: 10px;
    box-shadow: 0 0 18px var(--shadow-color-level-4);
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 262px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 100%;
    background-color: #ffffff !important;
}
.video-block1 {
    background: radial-gradient(
        78.44% 78.44% at 49.9% 21.56%,
        rgba(var(--white-color-rgb), 0) 0,
        rgba(var(--white-color-rgb), 0.71)
    );
    border: 1px solid var(--body-background);
    border-radius: 10px;
    box-shadow: 0 0 18px var(--shadow-color-level-4);
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 262px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 100%;
    background-color: #ffffff !important;
}

.video-block-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
}

.play-icon {
    align-items: center;
    background: #f90 !important;
    border-radius: 12px !important;
    color: #fff !important;
    display: flex !important;
    height: 68px;
    justify-content: center !important;
    left: 50%;
    position: absolute !important;
    top: 50%;
    transform: translateY(-30%) translate(-50%);
    transition: all 0.1s ease-in-out;
    width: 68px;
}

.video-block-bottom {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 10px;
    position: relative;
}

.video-block-title {
    color: #242424 !important;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 0.01em !important;
    line-height: 138%;
    width: 100%;
}

.video-block-desc {
    font-size: 0.9rem;
    display: flex;
    text-align: left;
    justify-content: left;
    color: #242424 !important;
}

.video-block-desc svg {
    margin-left: 5px;
}
.form-control {
    padding-left: 2.5rem; /* Adjust padding for icon spacing */
    font-size: 0.875rem; /* Small font size */
    background: transparent;
    border: 0;
    color: inherit;
    font-size: var(--font-size-default);
    font-weight: 500;
    letter-spacing: 0.0015em;
    line-height: 125%;
    outline: none;
    transition: all 0.1s ease-in-out;
    width: 95%;
    height: 50px;
    background: #ffff !important;
    color: #ffffff !important;
}
.input-icon {
    left: 0.75rem !important;
    font-size: 0.875rem !important;
}
input {
    background-color: white !important;
}
.list-group {
    border-top: 1px solid var(--background-fivefold);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 18px;
    width: 100%;
}
.container {
    border-top: 1px solid lightgray !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px;
    padding-top: 18px !important;
    width: 100%;
    margin-top: 15px !important;
}
.nav-item-custom {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none !important;
    color: #555 !important;
    padding: 0.5rem;
    transition: all 0.3s;
    margin-top: 0;
    background: #fafafa !important;
    color: #fafafa !important;
    width: 100%;
    height: 50px;
    margin-left: -12.5px;
    /* border:1px solid red; */
}

.nav-item-custom:hover {
    color: black !important;
    background-color: #f8f9fa !important;
    border-radius: 5px;
}

.active-custom {
    color: black !important;
    border-radius: 5px !important;
}

.nav-icon {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}

.divider {
    border-top: 1px solid #dee2e6 !important;
    margin: 1rem 0;
    width: 245px;
    margin-left: -12px;
}
.previewContainer {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 21px;
}
.Box-child {
    background: #fff !important;
    border-radius: 10px;
    margin-left: 15px;
    padding: 12px;
}
.childContainer {
    align-items: center;
    display: flex !important;
    gap: 12px;
    justify-content: flex-start;
    /* border: 1px solid red; */
}
.icon {
    align-items: center;
    background: var(--background-primary);
    border-radius: 4px;
    color: var(--text-secondary-color);
    display: flex;
    height: 34px;
    justify-content: center;
    min-height: 34px;
    min-width: 34px;
    outline: none;
    width: 34px;
}
.text {
    color: black !important;
    font-size: var(--font-size-h5);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.0015em;
    line-height: var(--line-height-h5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}
.links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 24px 0;
}
.routeLink {
    text-decoration: none !important;
}
.faqmaindivhelp {
    border-top: 1px solid #fafafa !important;
    width: 100%;
    margin: 2% 0 4% 0 !important;
}

.faq-heading {
    align-items: center;
    background-color: #ffffff !important;
    border-radius: 10px;
    color: black !important;
    cursor: pointer;
    display: inline-flex;
    font-size: var(--font-size-h6);
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.0015em;
    line-height: var(--line-height-h6);
    overflow: hidden;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none !important;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100px;
    height: 50px;
    white-space: nowrap;
    margin-left: -4px;
    margin-top: -5px;
}
.faq-heading a {
    color: black !important;
}
.auth-heading {
    align-items: center;
    background: #fff !important;
    border-radius: 10px;
    color: black !important;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0.0015em;
    line-height: var(--line-height-h6);
    padding: 2px 49px;
    text-align: center;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 200px;
    height: 50px;
    margin-left: 15px;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
a {
    color: black;
    text-decoration: none !important;
}
.textanchhor {
    color: #929292 !important;
    text-decoration: none !important;
}
.icon svg {
    color: inherit;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    width: 20px;
    background-color: lightgray !important;
}

.divider {
    border-top: 1px solid #ddd !important;
    margin: 20px 0;
}
.video-card {
    background: #fff !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    height: 322px;
}
.faq-category {
    background: #fff !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.video-card img {
    width: 100%;
    height: 256px;
    display: block;
}
.video-card .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #fff !important;
}
.border-left-custom {
    border-left: 3px solid #f90 !important; /* Orange left border */
    margin-left: 15px;
    height: 49px;
}
.border-left-custom p strong {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: inherit;
    text-overflow: ellipsis;
    letter-spacing: 0.01em;
    line-height: 138%;
    width: 100%;
}
.faq-category h5 {
    margin-bottom: 15px; /* Adds space below the heading */
    margin-left: 10px;
    margin-top: 10px;
}

.faq-category h5 i {
    margin-right: 10px; /* Space between the icon and the text */
}

.faq-category ul {
    margin-bottom: 20px; /* Adds space below the list */
    padding-left: 20px; /* Adds space on the left for list items */
}

.faq-category ul li {
    margin-bottom: 10px; /* Adds space between each list item */
}
.fag-category a {
    margin-left: 10px;
}
.faqA {
    margin-left: 10px;
    margin-top: -5px;
    color: #929292 !important;
}
.videoA {
    margin-top: -5px;
}
.text-primary {
    color: #555 !important;
    /* border:1px solid red; */
}
.look {
    margin-top: -5px;
    color: #929292 !important;
}
.iconhelp {
    align-items: center;
    background: #fafafa;
    border-radius: 4px;
    color: #929292;
    display: flex;
    height: 34px;
    justify-content: center;
    min-height: 34px;
    min-width: 34px;
    outline: none;
    width: 34px;
}
.chevronrpa {
    align-items: center;
    color: #929292 !important;
    background: #fafafa !important;
    display: flex;
    height: 14px;
    justify-content: center;
    min-height: 14px;
    min-width: 14px;
    width: 14px;
}
.main-container {
    transition: height 0.3s ease;
    overflow: hidden;
}

.accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.accordion {
    transition: height 0.5s ease-in-out;
    overflow: scroll;
    overflow-x: hidden;
}
.accordion::-webkit-scrollbar {
    width: 5px; /* Adjust the scrollbar width */
    background: #f2f2f2 !important;
}
.accordion-content.open {
    height: auto; /* Adjusts to content height */
}
.helpdiv {
    position: absolute;
    width: 94%;
}
/*    mobile view small  */
@media screen and (min-width: 0px) and (max-width: 325px) {
    .faqandbutton {
        max-width: 136px;
        padding-right: 50px;
    }
    /* .primary {
      max-width: 188px;
        margin: 0px auto 10px 15px !important;
      }
      .primary:hover {
        background-color: #f90;
        color: white;
      } */
    .Box-child {
        width: 290px !important;
    }
    .previewContainer {
        display: block;
        margin-top: 5px;
    }
    .border-left-custom {
        border-left: 3px solid #f90 !important; /* Orange left border */
        margin-left: 15px;
        height: 45px;
    }
    .border-left-custom p {
        margin-top: -5px;
        font-size: 11px;
        font-weight: 400;
        font-family: inherit;
        text-overflow: ellipsis;
        letter-spacing: 0.01em;
        line-height: 138%;
        width: 100%;
    }
    .sidebar {
        height: 100vh;
    }
}
/*    mobile view medium  */
@media screen and (min-width: 325px) and (max-width: 375px) {
    .faqandbutton {
        max-width: 136px;
        padding-right: 50px;
    }

    /* .primary {
          max-width: 190px;
        margin: 0px auto 10px 3rem !important;
    }
      .primary:hover {
        background-color: #f90;
        color: white;
      } */
    .Box-child {
        width: 338px !important;
        /* margin-top:10px; */
    }
    .border-left-custom {
        border-left: 3px solid #f90 !important; /* Orange left border */
        margin-left: 15px;
        height: 100px;
    }
    .border-left-custom p {
        margin-top: -5px;
        font-size: 10px;
        font-weight: 400;
        font-family: Inter;
    }
}

/*    mobile view medium  */
@media screen and (min-width: 375px) and (max-width: 425px) {
    .Box-child {
        width: 400px;
        /* margin-top:10px; */
    }
}
/* Target devices with screen width between 375px and 768px (mobile only) */
@media screen and (min-width: 375px) and (max-width: 425px) {
    .faq-heading {
        width: 20.5rem;
        margin-left: -1px;
    }
    .auth-heading {
        margin-left: -1px;
    }
}
@media screen and (min-width: 425px) and (max-width: 995px) {
    .faq-heading {
        width: 20.5rem;
        margin-left: -1px;
    }
    .auth-heading {
        margin-left: 5px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .combined-card {
        background: var(--background-secondary);
        border-radius: 10px;
        box-shadow: var(--card-shadow);
        display: flex;
        flex-direction: column;
        padding: 18px;
        position: relative;
        width: 70%;
        min-width: 112%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .combined-card {
        background: var(--background-secondary);
        border-radius: 10px;
        box-shadow: var(--card-shadow);
        display: flex;
        flex-direction: column;
        padding: 18px;
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #mainContent {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .custom-lg-width {
        flex: 0 0 auto !important;
        width: 81% !important;
    }
    .col-xl-8 {
        flex: 0 0 auto !important;
        width: 77.66666667% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1733px) {
    .custom-lg-width {
        flex: 0 0 auto;
        width: 77.666667%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 77.66666667%;
    }
}
@media (min-width: 1733px) {
    .custom-lg-width {
        flex: 0 0 auto;
        width: 72.666667%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .combined-card {
        background: var(--background-secondary);
        border-radius: 10px;
        box-shadow: var(--card-shadow);
        display: flex;
        flex-direction: column;
        padding: 18px;
        position: relative;
        width: 80%;
        min-width: 60%;
        height: auto;
    }
    #mainContent {
        width: 100% !important;
        max-width: 100%;
    }
    .faqmaindivhelp {
        border-top: 1px solid #fafafa !important;
        width: 100%;
        margin: 2% 0 4% 0 !important;
    }
    .helpdiv {
        position: absolute;
        width: 91%;
    }
}

/* Additional Rules for Smaller Screens */

@media screen and (max-width: 576px) {
    .combined-card {
        width: 100%;
        padding: 10px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 2500px) {
    .combined-card {
        background: var(--background-secondary);
        border-radius: 10px;
        box-shadow: var(--card-shadow);
        display: flex;
        flex-direction: column;
        padding: 18px;
        position: relative;
        width: 100%;
        min-width: 133%;
        height: auto; /* Allow height to adjust dynamically */
    }
    #mainContent {
        width: 100% !important;
        max-width: 73%;
    }
    .faqmaindivhelp {
        border-top: 1px solid #fafafa !important;
        width: 100%;
        margin: 2% 0 4% 0 !important;
    }
    .helpdiv {
        position: absolute;
        width: 94.5%;
    }
}
@media screen and (min-width: 2500px) and (max-width: 4000px) {
    .combined-card {
        background: var(--background-secondary);
        border-radius: 10px;
        box-shadow: var(--card-shadow);
        display: flex;
        flex-direction: column;
        padding: 18px;
        position: relative;
        width: 100%;
        min-width: 147%;
        height: auto;
    }
    #mainContent {
        width: 100% !important;
        max-width: 74%;
    }
    .faqmaindivhelp {
        border-top: 1px solid #fafafa !important;
        width: 100%;
        margin: 2% 0 4% 0 !important;
    }
    .helpdiv {
        position: absolute;
        width: 96.5%;
    }
}
.ccvv {
    margin-top: 10% !important;
    gap: 12%;
}
.eee {
    width: 50% !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .raja {
        width: 98% !important;
    }
}
.leftimg{
    height:20rem !important;
}