/* kiran css */
/* .myaccount .nav-tabs .nav-link.active {
    border-top: solid 3pt #DB0400 !important;
} */

.myaccount .nav {
    flex-wrap: nowrap !important;
}

.myaccount .nav .nav-tabs {
    gap: 10px;
}

.myaccount .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    white-space: nowrap;
}

.myaccount .nav-tabs .nav-item {
    width: auto;
    height: auto;
    text-align: center;
}

.table-d {
    color: #fff;
    background: #BF1A1E;
}

.ladda-button {
    width: fit-content;
}

.ladda-label {
    font-size: 14px !important;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

#pagination {
    width: 73px;
}

.custom-sidebar-tree-members {
    height: auto !important;
}

.viewer-back-link {
    position: absolute;
    top: 12px;
    left: 16px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 10px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.viewer-back-link:hover,
.viewer-back-link:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.7);
}

/* central search form common css start */
.search-index-page .content-wrapper {
    margin: 24px auto 40px;
    max-width: 930px;
    padding: 0 16px;
}

.search-index-page .content-wrapper.content-wrapper--with-right-section {
    max-width: 1140px;
}

.search-index-page .content {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 20px 28px 24px;
}

.search-index-page .content h2 {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 16px;
}

.search-index-page .content .card-body {
    padding: 0;
}



/* central search form common css end */
/* end kiran css */