/************************************************
Import file start
/*************************************************/
@import url("/assets/css/header.css");
@import url("/assets/css/ds-style.css");

html {
    font-size: 62.5%;
}

body {
    font-family: var(--ds-font-400);
    font-size: var(--ds-font-16);
    line-height: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.row {
    --bs-gutter-x: 2.4rem;
}

/************************************************
Site Map
**************************************************/
.all-role {
    display: flex;
    justify-content: center;
}

    .all-role .role {
        margin: 0 auto
    }

.role h2 {
    font-size: 24px;
    color: #0049B2;
    margin-bottom: 38px;
    font-family: 'hcltech_roobertsemibold';
    position: relative;
}

    .role h2::after {
        position: absolute;
        left: 0;
        bottom: -4px;
        height: 4px;
        width: 50px;
        content: '';
        background-color: #0049B2;
    }

.role-list {
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
    border: 0.25px solid #707070;
    border-radius: 8px;
    margin: 40px 15px;
    text-align: left;
}

    .role-list ul {
        display: flex;
        padding: 0;
        justify-content: flex-start;
        flex-flow: row wrap;
        margin-bottom: 0;
    }

    .role-list li {
        list-style: none;
        padding-left: 2.6rem;
        position: relative;
        line-height: 50px;
        width: 20%;
        background: url(../../assets/images/activeList.png) left center no-repeat;
        background-size: 18px;
    }

        .role-list li a {
            font-size: 20px;
            color: #5F1EBE;
            font-family: 'hcltech_roobertmedium';
        }

.icon-close:before {
    display: none !important;
}

.ds-btn-primary:focus-visible,
.ds-btn-primary:hover {
    color: #fff;
    background-color: #5F1EBE !important;
    border-color: #5F1EBE !important;
}

/*--------------------------------------------------------------
	2.2 App Promotion
--------------------------------------------------------------*/
.glb-pnl-ad {
    float: left;
    list-style: none;
    background: #1d89df;
    height: 50px;
    width: 60px;
    padding: 0 16px;
}

    .glb-pnl-ad > a {
        display: block !important;
        padding: 0px !important;
    }

.glb-pnl-ad-block {
    overflow: hidden;
    padding-top: 10px;
}

.glb-pnl-ad-ico {
    height: 40px;
}

    .glb-pnl-ad-ico span {
        color: #fff;
        font-size: 30px;
    }

.glb-pnl-ad-outer {
    padding: 5px;
    margin: 0;
    border-radius: 0 0 4px 4px;
    width: 275px;
    border: 0;
}

.glb-pnl-ad-box1 {
    bottom: 70px;
    width: auto;
    left: 10px;
    margin: 0;
    bottom: 80px;
}

    .glb-pnl-ad-box1 li {
        border: 1px solid #ccc !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50% !important;
    }

    .glb-pnl-ad-box1 .active {
        background-color: #ccc;
    }

.glb-pnl-ad-box2 {
    border: 1px solid #ccc;
}

/*. */
.glb-pnl-ad-box2-url {
    background: #ff8a00;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px
}

    .glb-pnl-ad-box2-url > a {
        color: #fff;
        font-size: 1.2rem;
        margin: 0px;
        padding: 0px;
    }

    .glb-pnl-ad-box2-url > h4 {
        color: #fff;
        margin: 0px;
        padding: 0px;
        font-size: .8rem;
        font-weight: 400;
    }

/************************************************
common page css
**************************************************/
.common-page {
    line-height: normal;
    background-color: #FAFCFF;
    text-align: center;
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .common-page .content {
        padding: 15px;
    }

    .common-page h3 {
        font-size: 48px;
        color: #000;
        margin: 40px 0 12px;
    }

@media(max-width:767px) {
    .common-page h3 {
        font-size: 28px;
    }
}

.common-page h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 64px;
    font-family: 'HCLTech Roobert Medium';
}

    .common-page h4 a {
        color: #5F1EBE;
        font-family: 'HCLTech Roobert SemiBold';
    }

        .common-page h4 a:hover {
            text-decoration: underline;
        }

.back-to {
    font-size: 16px;
    color: #000;
    font-family: 'HCLTech Roobert SemiBold';
}

    .back-to a {
        color: #5F1EBE;
        font-family: 'HCLTech Roobert SemiBold';
    }

        .back-to a:hover {
            text-decoration: underline;
        }

main {
    min-height: calc(100vh - 34px);
    padding-top: 56px;
    display: inline-block;
    width: 100%;
}

/************************************************
common page css ebd
**************************************************/


.tabs-slider {
    width: 100%;
}


.tab-main .nav-tabs {
    position: relative;
    border: none !important;
    background-color: transparent;
}

    .tab-main .nav-tabs li {
        margin: 0 16px 0px 0 !important;
    }

        .tab-main .nav-tabs li a {
            position: relative;
            margin-right: 0px !important;
            padding: 10px 0px !important;
            font-size: var(--ds-font-14);
            font-family: var(--ds-font-500);
            border: none !important;
            color: var(--ds-grey-700);
            border-radius: 0 !important;
            line-height: 24px;
        }

    .tab-main .nav-tabs a.active {
        background-color: transparent !important;
        color: var(--ds-purple-700) !important;
        font-family: var(--ds-font-700);
    }

    .tab-main .nav-tabs a:hover {
        /* background-color:var(--ds-neutral-200)!important; */
        border: none;
    }

.tab-main .slider {
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--ds-purple-700);
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: all .3s linear;
}

.filter-option-inner-inner,
.bootstrap-select .dropdown-menu li a {
    font-size: 16px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #6f7b85 !important;
}

.search-table {
    margin-top: 40px;
}

.common_table table.glb_datable {
    border: 1px solid #E0E0E0 !important;
    box-sizing: border-box;
}

.search-table .common_table td a.download-icon {
    color: #000;
}

    .search-table .common_table td a.download-icon i {
        font-size: 18px;
    }

    .search-table .common_table td a.download-icon:hover {
        color: var(--ds-blue-500);
    }

.search-table .a-link {
    display: block;
    font-size: 14px;
    color: #5F1EBE;
    text-decoration: underline;
    width: auto !important;
}

    .search-table .a-link:hover {
        color: var(--ds-purple-800) !important;
    }

.search-table .common_table {
    margin-bottom: 40px;
    overflow: auto;
}

.search-table table.dataTable thead tr th {
    border: 0;
    font-size: 14px;
    color: var(--ds-black);
    font-family: var(--ds-font-600);
    border-bottom: 1px solid #E0E0E0 !important;
}

.search-table table.dataTable tbody tr td {
    color: #222;
    font-size: 14px;
    font-family: var(--ds-font-500);
    border-bottom: 1px solid #E0E0E0 !important;
}

    .search-table table.dataTable thead tr th:first-child .checkbox-label,
    .search-table table.dataTable tbody tr td:first-child .checkbox-label {
        margin-right: 0;
    }

    .search-table table.dataTable thead tr th:first-child,
    .search-table table.dataTable tbody tr td:first-child {
        padding-right: 0;
    }

.search-table .checkbox-label .checkbox-custom {
    top: 2px;
}

.search-table table.dataTable thead tr {
    background-color: #e7ebf4;
    min-height: 50px;
    width: 100%;
}

.search-table table.dataTable tbody tr {
    background-color: #FAFBFC;
    width: 100%;
    border: 1px solid #E8E9F2;
    min-height: 70px;
}

    .search-table table.dataTable tbody tr:hover {
        border-color: #0C5EDD;
    }

table.dataTable.glb_datable tbody tr:hover {
    background: #e7ebf4;
}

/* .search-table table.dataTable tbody tr:nth-child(odd){
    background-color: #fff;
}
.search-table table.dataTable tbody tr:nth-child(odd):hover {
    background: #E6F3FF;
} */
.common_table .dataTables_info {
    color: #222 !important;
}

.search-table .common_table .dataTables_wrapper .dataTables_paginate .paginate_button {
    line-height: 21px;
}

    .search-table .common_table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        background: transparent !important;
        border: 1px solid transparent !important;
    }

.nameCellElli.sap {
    color: #6C7882;
    font-family: var(--ds-font-400);
}

.search-table.previously .common_table {
    margin-bottom: 0;
}

    .search-table.previously .common_table th:last-child,
    .common_table td:last-child {
        text-align: left;
    }

.search-table.previously {
    margin-bottom: 0;
    margin-top: 24px;
}

.common_table .dataTables_wrapper .dataTables_length select {
    padding: 5px 10px;
    height: 30px;
}

.common_table .dataTables_length:after {
    content: "";
    border-top: 5px solid;
    border-right: inherit;
    border-left: inherit;
    right: 8px;
    top: 9px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    pointer-events: none;
}

.aRight {
    display: inline-block;
    border-right: inherit;
    border-bottom: inherit;
    border-top: inherit;
    position: relative;
    transform: rotate(136deg);
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    border-color: #000;
    top: -1px;
}

.aLeft {
    display: inline-block;
    border-right: inherit;
    border-bottom: inherit;
    border-top: inherit;
    position: relative;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    border-color: #000;
    top: -1px;
}

.common_table.last-left th:last-child,
.common_table.last-left td:last-child {
    text-align: left;
}

.common_table.last-right th:last-child,
.common_table.last-right td:last-child {
    text-align: right;
}

.common_table.last-center th:last-child,
.common_table.last-center td:last-child {
    text-align: center;
}

.btn-pc {
    padding: 6px 24px;
}

.form-control:disabled,
.form-control[readonly] {
    background: #e9e9e9;
}

.table-seach {
    position: relative;
}

    .table-seach::after {
        position: absolute;
        left: 10px;
        top: 12px;
        content: "\ea04";
        font-size: 16px;
        color: #5B666D;
        font-family: 'icomoon' !important;
    }

    .table-seach .form-control {
        padding-left: 36px;
        min-width: 278px;
        font-size: 16px;
    }

        .table-seach .form-control::placeholder {
            opacity: 1;
            color: #6C7882;
        }

.modal.show .modal-dialog {
    margin-top: 56px;
}

.no-data {
    margin: 50px auto;
    text-align: center;
}

    .no-data .no-data-heading {
        font-family: var(--ds-font-400) !important;
        font-size: 2.4rem;
        color: #000000;
    }

.grey-text-700 {
    color: var(--ds-grey-700);
}

.grey-text-500 {
    color: var(--ds-grey-500);
}

/* modal */
.modal-sm {
    max-width: 482px;
}

.btn-close.position-absolute {
    right: 15px;
    top: 15px;
}

.assign-modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 24px);
    flex: 1;
}

.modal-content-info > .profile-img {
    width: 202px;
    height: 202px;
    margin: 0 auto;
    box-shadow: 0px 3px 12px #6E79AD41;
    position: relative;
}

.modal-content-info h1 {
    font-family: var(--ds-font-700);
    font-size: var(--ds-font-28);
    color: var(--ds-blue-800);
    margin-bottom: 24px;
}


/* hcl 50 css */
.pd-page {
    background: url(../../assets/images/hcl50bg.png) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}

.login-page {
    background: url(../../assets/images/BG-Image-1.png) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}

@media(max-width : 480px) {
    .login-page {
        background: url(../../assets/images/bg-mobile-updated.png) no-repeat center center fixed;
        background-size: cover;
        height: 100vh;
    }
}

.a-link {
    text-decoration: underline;
    color: #fff;
}

    .a-link:hover {
        text-decoration: underline;
        color: #fff;
    }

.dashboard-page {
    background: url(../../assets/images/hcl50bg.png) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    color: #fff;
}

.header-light {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(15, 95, 220, 0.7);
    min-height: 80px;
    padding: 17px 70px;
    border-radius: 0 0 16px 16px;
}

.login-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 80px;
}

.dashboard-content {
    height: 100%;
    padding: 80px;
}

.pd-inner {
    height: calc(100vh - 84px);
    padding: 0 80px;
    overflow: auto;
}

.header-dark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    min-height: 80px;
    padding: 17px 32px;
    border-radius: 0 0 16px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(000, 000, 000, 0.7);
}

.pd-page .header-light {
    position: initial;
}

.login-form {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 24px;
    background: #FFF;
    width: 400px;
    min-height: 244px;
    display: flex;
    flex-direction: column;
}

    .login-form form {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

.profile-sec {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    background: var(--Neutral-Neutral-200, #EFF0F7);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .profile-sec img.user {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.user-img-field1 {
    width: 68px;
    height: 68px;
    position: relative;
}

    .user-img-field1 a {
        position: absolute;
        right: -4px;
        bottom: -4px;
    }

.user-img-field {
    border-radius: 5px;
    border: 1px dashed #B9C3D0;
    background: #FFF;
    padding: 11px 12px;
    display: flex;
    align-items: center;
}

.cross-icon {
}





/* Firefox */
#eyeBtn {
    border: 0;
    background: none;
}

    #eyeBtn span {
        font-size: 24px;
    }

input[type=number] {
    -moz-appearance: textfield;
}

.digit-group {
    margin: 0 auto;
}

    .digit-group input {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border: 1px solid #B9C3D0;
        border-radius: 4px;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        font-family: 'hcltech_roobertregular', Arial;
        color: #000;
        margin: 0 8px 16px 0;
    }

@media(max-width:1366px) {

    .login .login-box {
        max-width: 550px;
    }
}

@media(max-width:1024) {
}

.digit-group input.blueInput {
    border: 1px solid #6B35D3;
}

.digit-group input.greenInput {
    border: 1px solid #038956;
}

/* .otp-section input:invalid { outline: solid #E0E0E0 1px; }
  .otp-section input:valid { outline: solid #038956 1px; }
  .otp-section input:focus {
      border: 1px solid #3399FF;
      box-shadow: none;
  } */
.digit-group input:last-child {
    margin: 0;
}

.digit-group .otp-section {
    margin: 0 0 16px;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.otp-time {
    display: flex;
    align-items: center;
}

.js-timeout {
    font-size: 18px;
    font-family: 'hcltech_roobertregular', Arial;
    color: #000;
    width: 45px;
    text-align: left;
    margin-left: 5px;
}

.off-eyes {
    position: relative;
}

    .off-eyes::after {
        content: '';
        position: absolute;
        left: 17px;
        top: -2px;
        height: 28px;
        width: 2px;
        rotate: 45deg;
        background: #000;
    }

.ds-select-dropdown > label,
.ds-select-dropdown-multiple > label,
.ds-file-input > label,
.ds-label {
    font-family: var(--ds-font-400);
}

.table-seach .form-control,
.filter-option-inner-inner,
.bootstrap-select .dropdown-menu li a {
    font-size: 14px;
}

.table-seach .form-control {
    min-width: auto;
    width: 100%;
}

.filter {
    padding: 16px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 16px;
}

.top-bar {
    padding: 16px 0;
}

    .top-bar h1 {
        font-size: 24px;
        color: #fff;
        font-family: var(--ds-font-500);
    }

    .top-bar button {
        background-color: #fff;
    }

.table-sec {
    padding: 16px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 16px;
}

.page-footer {
    padding: 16px 80px;
    min-height: 56px;
    background: var(--Gradient-Gradient-3, linear-gradient(90deg, #E2D9FB -1.3%, #D7ECFD 100%));
}

.page-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .page-footer ul {
        list-style: none;
        display: flex;
        gap: 32px;
        margin: 0;
        padding: 0;
    }

        .page-footer ul li a {
            display: flex;
        }

.sa-modal .modal-content {
    padding: 24px;
}

.row-8 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .row-8 > * {
        padding-left: 8px;
        padding-right: 8px;
    }

.switch {
    display: inline-flex;
    border: 1px solid #C8D2DD;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

    .switch input {
        display: none;
    }

    .switch label {
        padding: 7px 11.0px;
        cursor: pointer;
        color: #475156;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        border-right: 1px solid #C8D2DD;
    }

        .switch label:last-child {
            border-right: none;
        }

    /* Active state */
    .switch input:checked + label {
        background: #E2D9FB;
        color: #5F1EBE;
        font-weight: 600;
        border: 1px solid #5F1EBE;
        border-radius: 5px;
        margin: 0;
    }

.activity-box {
    padding: 6px 16px;
    min-height: 50px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #B9C3D0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .activity-box img {
        height: 20px;
    }

    .activity-box.active {
        background: var(--Purple-Purple-700, #5F1EBE);
        border: 1px solid var(--Purple-Purple-800, #4C189E);
        color: #fff;
    }

.common_table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.common_table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #E2D9FB !important;
    border: 1px solid #5F1EBE;
    color: #5F1EBE !important;
}


/* file input */
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 16px;
    border: 1px dashed #b9c3d0;
    border-radius: 3px;
    transition: 0.2s;
    background-color: #ffffff;
}

    .file-drop-area.is-active {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .file-drop-area.success {
        border-color: #28a745;
    }

    .file-drop-area.disabled {
        background-color: #f8f8f8;
    }

        .file-drop-area.disabled .file-msg {
            color: #a5afbe;
        }

    .file-drop-area.error {
        border-color: #dc3545;
    }

        .file-drop-area.error + .error-msg {
            display: block !important;
            font-size: 13px;
            color: #dc3545;
        }

.fake-btn {
    flex-shrink: 0;
    background-color: #2874f0;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 14px;
    font-family: "hcltech_roobertmedium", Arial;
    color: #ffffff;
}

.fake-link {
    color: #5f1ebe;
    font-size: 14px;
    font-family: "hcltech_roobertmedium", Arial;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-msg {
    font-size: 14px;
    color: #6e7191;
    font-family: "hcltech_roobertmedium", Arial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    .file-input:focus {
        outline: none;
    }

.role-list li {
    width: 50%;
}

.font-bold {
    font-weight: bold !important;
}

.btn-pc {
    display: flex;
    align-items: center;
}

    .btn-pc .font-bold {
        margin-left: 6px;
    }

@media(max-width:992px) {

    .header-light,
    .pd-inner,
    .page-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .login-inner {
        padding: 80px 16px;
    }
}

@media(max-width:767px) {
    .login-form {
        width: 100%;
    }
}




/* dashboard page css */
.dashboard-page {
    height: 100vh;
    background: #020305;
    overflow: hidden;
}

    .dashboard-page .dashboard-content {
        height: 100vh;
        padding: 0;
        overflow: hidden;
        scroll-behavior: smooth;
    }

.moon-dashboard {
    --dash-bg: #03050a;
    --panel-bg: rgba(5, 4, 10, 0.92);
    --panel-border: rgba(133, 39, 255, 0.34);
    --panel-shadow: 0 0 24px rgba(103, 20, 255, 0.22);
    --text-main: #ffffff;
    --text-soft: rgba(255, 255, 255, 0.72);
    --accent: #FF9F01;
    --accent-strong: #5F1EBE;
    --green: #23eb58;
    --track: #85e8ff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 18% 10%, rgba(0, 65, 154, 0.35), transparent 28%), radial-gradient(circle at 82% 12%, rgba(66, 180, 255, 0.12), transparent 16%), linear-gradient(180deg, rgba(1, 7, 22, 0.35) 0%, rgba(3, 5, 10, 0.96) 72%), var(--dash-bg);
    color: var(--text-main);
    font-family: "HCLTech Roobert", "Segoe UI", sans-serif;
}

    .moon-dashboard::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle at 8% 9%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.2px), radial-gradient(circle at 19% 18%, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.4px), radial-gradient(circle at 34% 7%, rgba(255, 255, 255, 0.65) 0 1px, transparent 1.4px), radial-gradient(circle at 52% 17%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1.4px), radial-gradient(circle at 73% 11%, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.4px), radial-gradient(circle at 88% 6%, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.4px), radial-gradient(circle at 61% 27%, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.4px);
        opacity: 0.7;
        pointer-events: none;
    }

.moon-dashboard__hero {
    position: relative;
    min-height: 100vh;
    padding: 100px 32px 32px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: url("../../assets/images/hcl50bg-new.png") left top / cover no-repeat;
    background-size: auto;
}

/* linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.72) 100%), */
@media (min-width:1921px) {
    .moon-dashboard__hero {
        background: url("../../assets/images/hcl50bg-new.png") center top / auto no-repeat;
        ;
    }
}

.moon-dashboard__hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 280px;
    background: linear-gradient(180deg, rgba(2, 3, 5, 0) 0%, #020305 88%);
    pointer-events: none;
}

.moon-dashboard__hero-inner,
.moon-dashboard__bottom {
    position: relative;
    z-index: 1;
    width: min(1480px, calc(100% - 0px));
    margin: 0 auto;
}

    .moon-dashboard__bottom .moon-dashboard__scroll {
        margin-bottom: 50px;
        margin-top: 0;
    }

.moon-dashboard__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /*border: 2px solid rgba(255, 255, 255, 0.65);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.12);*/
    object-fit: cover;
}

.moon-dashboard__copy {
    max-width: 660px;
    width: 80%;
}

.moon-dashboard__eyebrow {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--accent);
    font-family: var(--ds-font-300);
}

    .moon-dashboard__eyebrow strong {
        font-family: var(--ds-font-700);
    }

.moon-dashboard__title {
    margin: 0 0 10px;
    /* font-size: clamp(34px, 4vw, 46px); */
    font-size: 32px;
    line-height: 1.05;
    font-family: var(--ds-font-700);
    color: #fff;
}

.moon-dashboard__desc {
    margin: 0;
    font-size: 16px;
    font-family: var(--ds-font-400);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

    .moon-dashboard__desc strong {
        color: var(--accent);
        font-family: var(--ds-font-700);
    }

.moon-dashboard__journey {
    position: relative;
    min-height: 520px;
    margin-top: 24px;
}


.moon-dashboard__stats-card {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 24px;
    width: min(600px, 100%);
    padding: 32px 34px;
    border: 1px solid var(--panel-border);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: var(--panel-shadow);
    font-family: var(--ds-font-400);
    text-align: center;
}

.moon-dashboard__stats-divider {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: calc(42% - 0.5px);
    width: 1px;
    background: #4C189E;
}

.moon-dashboard__metric + .moon-dashboard__metric {
    margin-top: 24px;
}

.moon-dashboard__metric strong,
.moon-dashboard__mine strong {
    display: block;
    font-size: 36px;
    line-height: 1;
    font-family: var(--ds-font-600);
    color: #fff;
}

.moon-dashboard__metric span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
}

.moon-dashboard__mine p {
    display: block;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-size: 28px;
    color: #fff;
    font-family: var(--ds-font-500);
}

.moon-dashboard__mine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}

    .moon-dashboard__mine strong {
        color: #ffca2f;
    }

        .moon-dashboard__mine strong small {
            font-size: 0.58em;
            font-family: var(--ds-font-500);
            color: #ffca2f;
        }

.moon-dashboard__button {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 4px;
    background: #5F1EBE;
    color: #fff;
    font-size: 16px;
    font-family: var(--ds-font-600);
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(109, 45, 255, 0.4);
}

    .moon-dashboard__button:hover {
        color: #fff;
        text-decoration: none;
    }

.moon-dashboard__scroll {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: 8px auto 0;
    width: max-content;
    color: rgba(255, 255, 255, 0.8);
}

.moon-dashboard__scroll-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

    .moon-dashboard__scroll-toggle:hover {
        background: rgba(255, 255, 255, 0.14);
    }

    .moon-dashboard__scroll-toggle.is-hidden {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

.moon-dashboard__chevron {
    width: 18px;
    height: 18px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(45deg);
    position: relative;
    bottom: 5px;
}

.moon-dashboard__chevron--up {
    transform: rotate(225deg);
    position: relative;
    top: 5px;
}

.moon-dashboard__bottom {
    min-height: 100vh;
    margin-top: 0;
    padding: 110px 0 62px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.moon-dashboard__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 24px;
    padding: 0 24px;
}

.moon-dashboard__panel {
    min-height: 270px;
    padding: 24px;
    border: 1px solid var(--panel-border);
    border-radius: 24px;
    background: var(--panel-bg);
    box-shadow: var(--panel-shadow);
}

    .moon-dashboard__panel h3 {
        margin: 0 0 14px;
        font-size: 24px;
        font-family: var(--ds-font-500);
        color: #fff;
    }

.moon-dashboard__leader {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 88px;
    align-items: center;
}

.moon-dashboard__leaders-head {
    margin-bottom: 20px;
    padding: 0 8px;
    font-size: 11px;
    color: #fff;
    font-size: 14px;
    font-family: var(--ds-font-500);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
}

.moon-dashboard__leaders {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 400px;
    overflow: auto;
    margin-right: -24px;
    padding-right: 24px;
}

.moon-dashboard__leader {
    padding: 12px 14px;
    border-bottom: 1px solid #252339;
    border-radius: 0;
    background: #000
}

    .moon-dashboard__leader:last-child {
        border-bottom: none;
    }

.moon-dashboard__leader-name {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-size: 15px;
}

.moon-dashboard__leader-rank {
    flex: 0 0 auto;
    width: 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.moon-dashboard__leader-icon {
    width: 28px;
    height: 24px;
    object-fit: contain;
    opacity: 0.9;
}

.moon-dashboard__leader-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-family: var(--ds-font-600);
    color: #fff;
}


.moon-dashboard__leader-score {
    justify-self: end;
    min-width: 76px;
    padding: 8px 24px;
    border-radius: 5px;
    background: #14142B;
    color: #fff;
    font-size: 18px;
    font-family: var(--ds-font-700);
    text-align: center;
}

.moon-dashboard__dist {
    display: grid;
    justify-items: center;
    gap: 22px;
    padding-top: 6px;
}

.moon-dashboard__donut {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    background: conic-gradient(#9cc9f6 0 51.5%, #5cadff 51.5% 68.7%, #3f84ef 68.7% 100%);
    position: relative;
}

    .moon-dashboard__donut::after {
        content: "";
        position: absolute;
        inset: 23px;
        border-radius: 50%;
        background: #040508;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    }

.moon-dashboard__legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.moon-dashboard__legend-item {
    display: grid;
    gap: 5px;
    justify-items: start;
}

.moon-dashboard__legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.moon-dashboard__legend-amount {
    font-size: 20px;
    line-height: 1;
    font-family: var(--ds-font-700);
}

    .moon-dashboard__legend-amount small {
        font-size: 0.45em;
        font-weight: 500;
    }

.moon-dashboard__legend-label {
    font-size: 10px;
    color: #fff;
}

@media (max-width: 1366px) {
    .moon-dashboard {
        /*overflow: auto;
            height: 100vh;*/
        scrollbar-color: #14142B #000;
        /* thumb color, track color */
        scrollbar-width: thin;
        /* optional: thin, auto, none */
    }

    .moon-dashboard__scroll {
        display: none;
    }
}

@media (max-width: 1199px) {
    /* .moon-dashboard__journey {
          min-height: 650px;
        } */

}

@media (max-width: 768px) {
    .moon-dashboard__stats-card {
        width: 100%;
    }

    .moon-dashboard__bottom {
        padding-top: 0;
    }


    .moon-dashboard__hero {
        padding: 96px 20px 48px;
    }

    .moon-dashboard__hero-inner,
    .moon-dashboard__bottom {
        width: min(1280px, calc(100% - 0));
    }

    .moon-dashboard__grid,
    .moon-dashboard__stats-card,
    .moon-dashboard__legend {
        /* grid-template-columns: 1fr; */
        position: inherit;
    }
}

@media (max-width: 767px) {
    .moon-dashboard__mine {
        padding-left: 0;
        padding-top: 8px;
        border-top: 1px solid #4C189E;
    }

    .moon-dashboard__grid,
    .moon-dashboard__stats-card {
        grid-template-columns: 1fr;
        position: inherit;
    }

    .moon-dashboard__stats-divider {
        display: none;
    }

    .moon-icon {
        position: absolute;
        right: -65px;
        top: 25px;
        z-index: -1;
        width: 130px;
    }

    .moon-dashboard__mine p,
    .moon-dashboard__metric strong,
    .moon-dashboard__mine strong {
        font-size: 22px;
    }

    .moon-dashboard__hero {
        background: url("../../assets/images/hcl50bg-new.png") left top 50px / cover no-repeat;
        background-size: 1550px;
        /* linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.72) 100%), */
    }

    .moon-dashboard__stats-card {
        position: inherit;
        text-align: center;
    }

    .moon-dashboard__mine {
        align-items: center;
    }


    .header-dark {
        padding: 14px 16px;
    }

    .moon-dashboard__hero {
        padding-top: 84px;
    }

    .moon-dashboard__bottom {
        padding-top: 0;
    }

    .moon-dashboard__title,
    .moon-dashboard__eyebrow {
        font-size: 24px;
    }

    .moon-dashboard__desc {
        font-size: 14px;
    }

    .moon-dashboard__journey {
        min-height: 500px;
    }


    .moon-dashboard__leaders-head,
    .moon-dashboard__leader {
        grid-template-columns: minmax(0, 1fr) 70px;
    }

    .moon-dashboard__leader-score {
        min-width: 66px;
        font-size: 12px;
    }

    .moon-dashboard__legend-amount {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .moon-dashboard__journey {
        min-height: 370px;
    }

    .moon-dashboard__stats-card {
        padding: 16px;
    }

    .moon-dashboard__hero {
        padding-bottom: 10px;
    }
}

/* steper css */
:root {
    --bg-start: #050916;
    --bg-end: #0a1124;
    --panel: rgba(14, 20, 41, 0.86);
    --panel-border: rgba(95, 30, 190, 0.42);
    --text-main: #ffffff;
    --text-soft: rgba(255, 255, 255, 0.72);
    --text-muted: rgba(255, 255, 255, 0.55);
    --accent: #ffcd41;
    --active: #39ff14;
    --track: #9ed7ff;
    --track-base: #9ed7ff;
    --tooltip-text: #14142b;
    --shadow-glow: 0 0 18px rgba(57, 255, 20, 0.45);
}

.step-slider {
    position: relative;
    margin-top: -220px;
    padding: 22px 12px 8px;
}

.step-slider__canvas {
    position: relative;
    width: min(1366px, 100%);
    height: clamp(260px, 42vw, 600px);
    margin: 0 auto;
}

.step-slider__svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.step-slider__base {
    fill: none;
    stroke: var(--track-base);
    stroke-width: 8;
    stroke-linecap: round;
}

.step-slider__active {
    fill: none;
    stroke: var(--active);
    stroke-width: 8;
    stroke-linecap: round;
    filter: drop-shadow(0 0 10px rgba(57, 255, 20, 0.8));
    transition: stroke-dashoffset 0.4s ease;
}

.step-slider__future {
    fill: none;
    stroke: var(--track);
    stroke-width: 6;
    stroke-linecap: round;
    filter: drop-shadow(0 0 10px rgba(158, 215, 255, 0.6));
}

.step-slider__milestone {
    fill: #ffffff;
    stroke: var(--track-base);
    stroke-width: 3;
    transition: transform 0.25s ease, stroke 0.25s ease, filter 0.25s ease;
}

    .step-slider__milestone.is-reached {
        stroke: var(--active);
        stroke-width: 4;
        filter: drop-shadow(0 0 8px rgba(57, 255, 20, 0.72));
    }

    .step-slider__milestone.is-current {
        transform-origin: center;
        transform: scale(1.12);
    }

.ml--16 {
    margin-left: -16px !important;
}

.step-slider__moon {
    position: relative;
}

.moon-icon {
    position: absolute;
    right: 200px;
    top: 110px;
    z-index: -1;
    width: 180px;
}

    .moon-icon img {
        width: 100%;
    }

@media (max-width: 1366px) {
    .step-slider__canvas {
        position: relative;
        width: min(1100px, 100%);
        height: clamp(260px, 42vw, 600px);
        margin: 0 auto;
        /* padding-right: 30px; */
    }

    .step-slider {
        margin-top: -210px;
    }

    .step-slider {
        margin-top: -170px;
    }
}

@media (max-width: 1199px) {
    .moon-icon {
        right: 210px;
        top: 28%;
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1024px) {
    .step-slider {
        margin-top: -110px;
    }
}

@media (max-width: 992px) {
    .step-slider {
        margin-top: -50px;
    }
}

/* ipad air */
@media (max-width: 820px) {
    .moon-icon {
        right: 118px;
        top: 23%;
    }
}

/* ipad mini */
@media (max-width: 768px) {
    .moon-icon {
        right: 108px;
        top: 20%;
    }
}

.step-slider__start {
    position: absolute;
    left: 2%;
    bottom: 18%;
    padding: 6px 12px;
    background: #17AA35;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: rotate(-16deg);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
}

    .step-slider__start:after {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 2px;
        height: 55px;
        background: #fff;
        border-radius: 50px
    }

.step-slider__tooltip {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 86px;
    padding: 10px 10px 12px;
    border-radius: 10px;
    background: #ffffff;
    color: var(--tooltip-text);
    text-align: center;
    transform: translate(-50%, -132%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    pointer-events: none;
    transition: left 0.4s ease, top 0.4s ease;
}

    .step-slider__tooltip::after {
        content: "";
        position: absolute;
        top: calc(100% - 7px);
        left: 50%;
        width: 12px;
        height: 12px;
        background: #ffffff;
        transform: translateX(-50%) rotate(45deg);
        border-radius: 2px;
    }

    .step-slider__tooltip strong {
        display: block;
        position: relative;
        z-index: 1;
        font-size: 24px;
        line-height: 1;
        font-weight: 700;
    }

    .step-slider__tooltip span {
        display: block;
        position: relative;
        z-index: 1;
        margin-top: 4px;
        font-size: 14px;
        line-height: 1.1;
        font-weight: 500;
    }

.step-slider__labels {
    position: absolute;
    inset: 0;
    pointer-events: none;
    display: none;
}

.step-slider__canvas:hover .step-slider__labels {
    display: block;
}

.step-slider__label {
    position: absolute;
    display: grid;
    gap: 4px;
    width: 120px;
    text-align: center;
    transform: translateX(-50%);
}

    .step-slider__label strong {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 700;
        color: var(--text-main);
    }

    .step-slider__label span {
        font-size: 12px;
        line-height: 1.2;
        color: #fff;
    }

.step-slider__control {
    width: min(760px, 100%);
    margin: 10px auto 0;
    display: grid;
    gap: 10px;
    visibility: hidden;
}

.step-slider__control-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: var(--text-soft);
}

.step-slider__value {
    color: var(--accent);
    font-weight: 700;
}

.step-slider__range {
    width: 100%;
    appearance: none;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(57, 255, 20, 0.95) 0%, rgba(57, 255, 20, 0.95) var(--progress), rgba(158, 215, 255, 0.22) var(--progress), rgba(158, 215, 255, 0.22) 100%);
    outline: none;
}

    .step-slider__range::-webkit-slider-thumb {
        appearance: none;
        width: 18px;
        height: 18px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: var(--active);
        box-shadow: var(--shadow-glow);
        cursor: pointer;
    }

    .step-slider__range::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: var(--active);
        box-shadow: var(--shadow-glow);
        cursor: pointer;
    }

@media (max-width: 767px) {
    .step-slider__start {
        bottom: 28%;
    }

    .step-slider__labels {
        display: none !important;
    }

    .moon-icon {
        position: absolute;
        right: 95px;
        top: 40px;
        z-index: -1;
        width: 130px;
    }

    .step-slider {
        margin-top: 0;
    }

    .step-slider-demo {
        padding: 18px 14px 20px;
        border-radius: 22px;
    }

    .step-slider-head span {
        font-size: 14px;
    }

    .step-slider__canvas {
        height: 300px;
    }

    .step-slider__label {
        width: 84px;
    }

        .step-slider__label strong {
            font-size: 11px;
        }

        .step-slider__label span {
            font-size: 10px;
        }

    .step-slider__tooltip {
        min-width: 74px;
        padding: 8px 8px 10px;
    }

        .step-slider__tooltip strong {
            font-size: 18px;
        }

        .step-slider__tooltip span {
            font-size: 11px;
        }

    .step-slider__control-row {
        font-size: 12px;
    }
}

@media (max-width: 540px) {
    .moon-icon {
        right: 40px;
        top: 18%;
    }
}

@media (max-width: 480px) {
    .step-slider__canvas {
        rotate: -15deg;
    }

    .moon-icon {
        position: absolute;
        right: 28px;
        top: 58px;
        z-index: -1;
        width: 130px;
    }

    .step-slider__start {
        bottom: 120px;
        display: none;
    }

    .step-slider {
        margin-top: -50px;
    }
}

.float-btn {
    /* Apply the infinite animation */
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(24px);
        /* Moves down 10px at the halfway point */
    }
}

.profile-btn {
    border: 0;
    background-color: transparent;
}

#js-startTimer {
    text-decoration: none !important;
}

    #js-startTimer:hover {
        text-decoration: underline !important;
    }


/* css 15-6-26 */

.profile-section {
    display: flex;
    gap: 10px;
}

.dropdown-menu.ds-hd-empd {
    padding: 8px !important;
}

.ds-hd-navmenu .ds-hd-role > li > a {
    display: flex;
    justify-content: space-between;
}

.more-icon-nav {
    width: 260px !important;
    padding: 16px 24px 6px;
}

.more-icon-btn:hover,
.more-icon-btn.show {
    background-color: rgba(255, 255, 255, 0.15);
}

.more-icon-btn:after {
    display: none !important;
}

.more-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    font-size: 21px;
    margin: 0;
    padding: 0;
    min-width: 48px;
    height: 48px;
    border-radius: 4px;
    position: relative;
}

.header-light {
    display: flex;
    justify-content: space-between;
}

#example1_length,
#example1_filter,
#example1_info,
#example1_paginate {
    display: none;
}

.height-fix {
    height: calc(50vh - 0px);
    overflow-y: auto;
}

.form-control:disabled {
    background-color: #EFF0F7;
    color: #6C7882 !important;
}

.form-control[readonly] {
    background-color: #EFF0F7;
    color: #000 !important;
}

.input-steps {
    position: absolute;
    right: 10px;
    top: 12px;
}

.ocr-info {
    display: none !important;
}

.tooltip {
    --bs-tooltip-opacity: 1;
}

.landingNote {
    padding-bottom: 10px;
    font-size: 14px !important;
    padding: 10px;
}

@media(max-width:767px) {
    .modal-xl.sa-modal {
        margin: 0 !important;
    }

        .modal-xl.sa-modal .height-fix {
            height: auto;
            overflow: inherit;
        }

        .modal-xl.sa-modal .modal-content {
            padding: 16px !important;
        }

            .modal-xl.sa-modal .modal-content h5 {
                font-size: 16px !important;
            }

        .modal-xl.sa-modal .modal-body.mt-24 {
            margin-top: 16px !important;
        }

        .modal-xl.sa-modal .modal-body .mb-24 {
            margin-bottom: 0px !important;
        }

        .modal-xl.sa-modal .modal-body .col-md-4.mb-16,
        .col-md-12.mb-16 {
            margin-bottom: 0px !important;
        }

        .modal-xl.sa-modal .modal-body .row {
            gap: 16px;
        }

        .modal-xl.sa-modal .switch label {
            font-size: 12px !important;
        }

        .modal-xl.sa-modal .activity-box img {
            display: none;
        }

        .modal-xl.sa-modal .activity-box span {
            font-size: 12px;
        }

    .activity-box {
        padding: 8px 8px;
        min-height: auto;
        justify-content: center;
    }

    #SubmitActivityModal {
        height: 100vh;
        background-color: #ffffff;
    }

    .modal-xl.sa-modal .ds-checkbox {
        margin-bottom: 0px !important;
    }

    #OCROverRideSection {
        gap: 16px;
    }
}

.mobile-logo {
    display: none;
}

@media(max-width: 767px) {
    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none !important;
    }
}


#stepSliderPercent {
    display: none;
}

.step-slider__tooltip {
    z-index: 9;
}

#stepDot5 {
    display: none;
}

.step-slider__labels .step-slider__label:nth-child(4) {
    display: none;
}

.step-slider__tooltip {
    min-width: 122px;
}

    .step-slider__tooltip span {
        font-size: 20px;
        font-weight: 600;
    }
