@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

:root {
    --btn-color: #5a8d54;
    --font-black: #242424;
    --white: #ffffff;
    --navbar: #6399a6;
    --dash-head: #99bbc3;
    --primary: #54778d;
}

body {
    background-color: #ffffff !important;
}

.table>thead {
    vertical-align: middle !important;
}

body table.dataTable {
    white-space: nowrap;
    border: 1px solid #efefef;
    box-sizing: border-box;

    a {
        color: #000000;
    }
}

.table>thead {
    vertical-align: middle !important;
}

body {
    background-color: #ffffff !important;
}

hr {
    border-color: #a0a0a0 !important;
}

table.dataTable {
    position: relative;
}

table.dataTable td:last-child,
table.dataTable th:last-child {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
}

/* table.dataTable td:first-child,
table.dataTable th:first-child {
    max-width: 180px;
} */

table.dataTable thead th:last-child {
    position: sticky !important;
    right: 0;
    z-index: 15;
    background: #99bbc3;
}

table.dataTable tbody td:last-child {
    position: sticky !important;
    right: 0;
    z-index: 15;
    background-color: #ffffff;
}

table.dataTable tbody tr:nth-child(even) td:last-child {
    background-color: #fbfbfb;
}

h4 {
    color: var(--font-black);
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
    border-radius: 5px;
    border: 1px solid var(--primary);
    cursor: pointer;
    overflow: hidden;
}

input[type="checkbox"]:checked {
    background-color: var(--primary);
    border-radius: 5px;
}

/*---- Loign-Start-----*/

.login-page {
    /* min-height: 100vh; */
    width: 100%;
    background-size: cover;
    color: var(--font-black);
    z-index: 1;
    margin-top: -5rem !important;
    margin-bottom: 5rem;
}

.login-page-admin {
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    color: var(--font-black);
    z-index: 1;
}

.login-form {
    background-color: var(--white);
    padding: 30px 60px;
    max-width: 666px;
    border-radius: 10px;
    border: 2px solid #c6e9ff;
    box-shadow: 0px 0px 9.6px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.login-form .header span {
    font-size: 34px;
    color: var(--btn-color);
    font-weight: 700;
}

.login-form .login-head h4 {
    font-weight: 700;
}

.login-form .login-fields input {
    background-color: #f0f9ff;
    border-color: var(--primary);
    height: 46px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
    color: #000;
    font-weight: 600;
}

input:focus {
    box-shadow: none;
}

input::placeholder {
    font-weight: 500;
}

span.input-group-text {
    background: #5a8d54;
    color: #ffffff;
    font-size: 1.1rem;
    border-color: #dee2e6;
    border-left: none;
}

input[type="file"]::file-selector-button {
    background-color: #5a8d54;
    color: #ffffff;
    padding: 10px 15px 11px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 46px;
}

input[type="file"]:hover::file-selector-button {
    background-color: #467541 !important;
}

.remember input {
    width: 20px;
    height: 20px;
    accent-color: var(--primary);
}

.remember a {
    color: var(--font-black);
}

.login-form button {
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    border: none;
    padding: 12px;
}

.login-form .login {
    font-size: 24px;
    background-color: var(--btn-color);
    color: var(--white);
    margin: 40px 0px;
}

.login-form .login:hover {
    background-color: #477b41;
}

.login-form button img {
    width: 38px;
}

.login-form .google {
    background-color: #f4f8f9;
    border: 1px solid var(--primary);
    color: #242424;
}

.login-form .google:hover {
    background-color: var(--primary);
    color: var(--white);
}

/*-------login end--------*/

/*----Dashboard-----*/

.dashboard-page .header {
    padding: 5px 30px;
    background: var(--white);
    position: sticky;
    top: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    width: 100%;
    height: 70px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.05);
}

.dashboard-page .header img {
    width: 225px;
}

.user-detail .img {
    width: 50px;
    height: 50px;
    padding: 1px;
    border-radius: 100%;
    border: 1px solid #bfbfbf;
    box-shadow: 0px 3.006px 3.006px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-detail .img img {
    width: 105%;
    height: 103%;
    border-radius: 100%;
}

.user-detail {
    color: var(--btn-color);
    cursor: pointer;
}

.sidebar {
    background-color: var(--white);
    padding: 20px 15px;
    width: 280px;
    left: 0px;
    top: 0;
    position: fixed;
    height: 100vh;
    z-index: 999;
    transition: 0.3s ease-in;
    box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.sidebar ul li {
    list-style: none;
    padding: 2px 0px;
    transition: 0.3s;
}

.sidebar ul a {
    text-decoration: none;
    color: #202224;
    padding: 10px;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 5px;
}

.sidebar ul a svg {
    margin-right: 10px;
}

.sidebar ul li:hover a {
    background-color: var(--primary);
    color: var(--primary);
    border-radius: 6px;
    box-shadow: 0px 2px 7.3px 0px rgba(0, 0, 0, 0.13);
    font-weight: 600;
    color: var(--white);
}

.sidebar .active a {
    background-color: var(--primary);
    color: var(--primary);
    font-weight: 600;
    color: var(--white);
}

.sidebar .active a svg path {
    stroke: var(--white);
}

.sidebar ul li:hover a svg path {
    stroke: var(--white);
}

.sidebar a svg path {
    fill: transparent;
}

.main-content {
    min-height: calc(100vh - 70px);
    height: 100%;
    padding-bottom: 1px;
}

.main-content .content-header {
    padding: 0px 30px 0 30px;
}

.investor-header {
    background-color: #99bbc3;
    padding: 15px 30px !important;
    margin: unset !important;
}

.main-content .content {
    margin-left: 280px;
    padding-top: 90px;
    transition: 0.3s ease-in;

}

.main-content .content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #202224;
}

.content-header .add-new {
    border: 1px solid var(--white);
    background-color: var(--btn-color);
    padding: 10px 40px;
    color: var(--white);
    border-radius: 6px;
    font-weight: 700;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.13);
    text-decoration: none;
}

.content .data-table {
    padding: 20px;
    background: #fff;
    margin: 30px;
    border-radius: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    /* height: calc(100vh - 150px);
    overflow: auto; */
}

.data-table table {
    background-color: var(--white);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    border: 1px solid #d0d5dd !important;
    background: #e7e7e7 !important;
    border-right: none !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
    border: 1px solid var(--primary) !important;
    border-right: none !important;
}

div.dt-container .dt-paging .dt-paging-button {
    text-align: center;
    border: 1px solid #d0d5dd !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    border-right: none !important;
}

div.dt-container .dt-paging .dt-paging-button:last-child {
    border-right: 1px solid #d0d5dd !important;
}

.dt-paging.paging_full_numbers {
    border-radius: 5px;
    overflow: hidden;
}

table.dataTable thead tr th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead tr th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead tr th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead tr th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead tr th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead tr td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead tr td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead tr td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead tr td.dt-ordering-desc span.dt-column-order:before {
    opacity: 0.5 !important;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    opacity: 1 !important;
}

.data-table table tr th {
    background-color: #99bbc3;
    color: var(--white);
    text-align: start !important;
    font-weight: bold;
    border: none !important;
    height: 50px;
}

.v-table > .v-table__wrapper > table > tbody > tr > th, .v-table > .v-table__wrapper > table > thead > tr > th, .v-table > .v-table__wrapper > table > tfoot > tr > th {
    font-weight: bold !important;
}

.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover {
    color: var(--white) !important;
}

/* .data-table table tr th.roleHeader,
.data-table table tr td.roleHeader {
    text-align: center !important;
} */

.data-table table tbody tr:nth-child(even) {
    background-color: #fbfbfb;
}

table.dataTable.row-border>tbody>tr>*,
table.dataTable.display>tbody>tr>* {
    border-top: 1px solid #f2f2f2 !important;
}

.data-table table tbody tr:nth-child(odd) {
    background-color: var(--white);
}

.data-table table tbody tr td {
    box-shadow: none !important;
    text-align: start !important;
    height: 50px;
    vertical-align: middle;
}

div.dt-container.dt-empty-footer tbody>tr>* {
    border: none;
    height: 50px;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border: none;
    border-bottom: none !important;
}

.data-table .active {
    padding: 6px 30px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #edf8ff;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.data-table .In-Progress {
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #ffeae9;
    border: 1px solid #ed0f02;
    color: #ed0f02;
}

.data-table .dt-input {
    padding: 6px 8px !important;
    align-items: center;
    border-radius: 5px !important;
    border: 1px solid #d0d5dd !important;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.data-table .dt-input:focus-visible {
    outline: 0;
}

button.dt-paging-button.current {
    background-color: #f8fffb !important;
    border-color: var(--btn-color) !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

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

div.dt-container div.dt-layout-row {
    white-space: nowrap;
    overflow: auto;
    border-radius: 6px;
}

.dashboard-page .logo a {
    font-size: 30px;
    color: #242424;
}

.dashboard-page .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.dashboard-page .logo img {
    width: 200px;
}

.sidebar-toggle .sidebar {
    left: 0px;
    transition: 1s ease-in;
}

.sidebar-toggle .content {
    margin: 0px;
    transition: 1s ease-in;
}

.logo .toggle {
    display: none;
}

.login-page .password-eye-icon {
    font-size: 1.2rem;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: transparent;
}

.fade-out {
    transition: opacity 1s ease;
    opacity: 0;
}

#password-eye {
    background: #f0f9ff;
    border: 1px solid #54778d;
}

.modal-body .active {
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #edf8ff;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.data-table .In-Progress {
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #ffeae9;
    border: 1px solid #ed0f02;
    color: #ed0f02;
}

.cstm-active {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-footer .save {
    background-color: var(--primary);
    color: var(--white);
}

.modal-footer .close {
    background-color: #ed0f02;
    color: var(--white);
}

.cstm-active .email {
    width: 70%;
}

.modal-header {
    background-color: var(--primary);
    color: var(--white);

    .btn-close {
        filter: invert(1);
    }
}

/* Add Admin */

.profile {
    background-color: #ffffff;
    margin: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.profile .profile-logo {
    padding: 4px;
    border: 1px dashed var(--navbar);
    border-radius: 50%;
}

.profile .profile-logo .profile-pick {
    width: 100%;
    max-width: 161px;
    object-fit: contain;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.profile .add-btn {
    max-width: 40px;
    position: absolute;
    bottom: -3px;
    right: 8px;
}

/* The switch - the box around the slider */
.profile .status-switch {
    width: 76px;
    height: 31px;
    position: relative;
}

/* Hide default HTML checkbox */
.profile .checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.profile .switch {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #6399a6;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

/* The slider */
.profile .slider {
    width: 25px;
    height: 25px;
    position: absolute;
    /* left: calc(50% - 25px/2 - 10px);
    top: calc(50% - 25px/2); */
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-out;
    cursor: pointer;
    left: calc(50% - 10px / 2 + 10px);
    top: calc(50% - 25px / 2);
}

.profile .checkbox:checked+.switch {
    background-color: #e9e9eb;
}

.profile .checkbox:checked+.switch .slider {
    left: calc(50% - 44px / 2 - 10px);
    top: calc(50% - 25px / 2);
}

.profile .status span {
    font-size: 24px;
    color: #a8a8a8;
    font-weight: 600;
}

.active-font {
    color: var(--primary) !important;
}

.profile .profile-details .fields {
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid rgba(210, 210, 210, 0.4);
    /* background: rgba(255, 255, 255, 0.8); */
    /* box-shadow: 0px 4px 23px -3px rgba(234, 234, 234, 0.5); */
    padding: 20px;
}

/* .fields .width {
    width: 48%;
} */

.fields .form-control {
    height: 46px;
    box-shadow: 4px 4px 12px -3px rgba(177, 177, 177, 0.1);
    background-color: var(--white);

    &:focus {
        border: 1px solid var(--primary);
        box-shadow: 0 0 0 0.25rem #54778d40;
    }
}

.fields select {
    height: 46px;
    box-shadow: 4px 4px 12px -3px rgba(177, 177, 177, 0.1);
    background-color: var(--white);

    &:focus {
        border: 1px solid var(--primary);
        box-shadow: 0 0 0 0.25rem #54778d40;
    }
}

.fields label {
    color: #242424;
    font-size: 14px;
}

.fields .form-control::placeholder {
    color: #bdbdbd;
}

.fields .all input {
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
}

.permission-fields .active {
    padding: 15px 10px;
    background-color: var(--btn-color);
    border-radius: 6px;
    text-decoration: none;
    color: var(--white);

    width: 100%;
    max-width: 215px;
}

.permission-fields input {
    width: 19.5px;
    height: 19.5px;
    accent-color: var(--white);
}

.profile-footer .back,
.save,
.savebtn,
.resetBtn,
.mainBtn,
.secondaryBtn,
button.swal2-confirm.swal2-styled,
button.swal2-deny.swal2-styled,
.cancelBtn button.swal2-confirm.swal2-styled.swal2-default-outline,
button.swal2-cancel.swal2-styled.swal2-default-outline,
button.swal2-cancel.swal2-styled {
    border: 1px solid #bfd4d9;
    padding: 8px 25px;
    background-color: var(--white);
    border-radius: 5px;
    transition: 0.3s;
}

.cancelBtn,
button.swal2-cancel.swal2-styled.swal2-default-outline,
button.swal2-cancel.swal2-styled {
    border: 1px solid #ed0f02 !important;
    color: #ed0f02 !important;
    background-color: #ffffff !important;
    padding: 8px 25px;
    background-color: var(--white);
    border-radius: 5px;
    transition: 0.3s;

    &:hover {
        background-color: #ed0f02 !important;
        color: var(--white) !important;
    }
}

.secondaryBtn,
button.swal2-deny.swal2-styled {
    border: 1px solid #5a8d54;
    color: #5a8d54;

    &:hover {
        background-color: #5a8d54;
        color: var(--white);
    }
}

.resetBtn {
    border: 1px solid #5a8d54;
    color: #5a8d54;

    &:hover {
        background-color: #5a8d54;
        color: var(--white);
    }
}

.mainBtn,
.savebtn,
button.swal2-confirm.swal2-styled {
    background-color: var(--primary);
    color: var(--white);
    box-shadow: none;

    &:hover {
        background-color: #385a70;
    }
}

.profile-footer .save {
    background-color: var(--primary);
    color: var(--white);
    padding: 8px 25px;
    border-radius: 5px;
    transition: 0.3s;

    &:hover {
        background-color: #385a70;
    }
}

.profile-photo .bg-pick {
    width: 100%;
    max-width: 250px;
    position: absolute;
    bottom: 50px;
    z-index: -2;
}

.profile-photo p {
    font-size: 0.8rem;
}

.dashboardImg {
    margin-top: 7%;
}

.viewPass {
    font-size: 1.2rem;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #89868d !important;
    transform: translateY(-50%);
    z-index: 9;
    border: none !important;
    background-color: transparent !important;
}

div:where(.swal2-icon) {
    background-image: url("../Images/info2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10em !important;
    height: 10em !important;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 1rem !important;
}

div:where(.swal2-icon) .swal2-icon-content {
    display: none !important;
}

h2#swal2-title {
    padding-top: 0;
}

.alert {
    transition: opacity 0.5s ease-in-out;
}

.alert.fade {
    opacity: 0;
}

input.form-control {
    padding-right: 40px;
}

.input-group {
    display: flex;
    align-items: center;
    position: relative;
}

.error-message {
    border-color: #dc3545 !important;
    padding-right: 0.375rem;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.error-message~.invalid-feedback {
    display: block;
    margin-top: 0.25rem;
}

.file-upload {
    display: none;
}

.upload-button {
    cursor: pointer;
}

.profile-widget {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed var(--navbar);
    text-align: center;
}

#cropper {
    width: 100%;
    height: 300px;
    display: none;
    margin-block: 20px;
}

.cr-slider-wrap {
    visibility: hidden;
}

.chngPassImg {
    bottom: unset;
    top: 20%;
}

/* hide the eye icon from ms edge which showing by default */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/* set max-height for the datafield modal box */
#dataPointsContainer,
#editDataPointsContainer {
    max-height: 60vh;
    overflow-y: scroll;
}

.modal-content .modal-body {
    background-color: var(--white);
}

.modal-content .modal-footer {
    background-color: var(--white);
}

.modal-spinner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    /* Optional, for slight background overlay */
    padding: 20px;
    border-radius: 50%;
}

.dt-empty {
    text-align: center !important;
}

.lockedBgClr {
    background-color: #f5cccc;
}

.snapShotLabel {
    padding: 0 30px;
}

td.text-truncate {
    max-width: 20vh;
}

/*30/01/2025*/
.comparison-outer {
    border-radius: 8px;
    border-radius: 10px;
    border: 1px solid rgba(210, 210, 210, 0.4);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 23px -3px rgba(234, 234, 234, 0.5);
    padding: 30px;
}

.comparison-content {
    display: flex;
    align-items: center;
    gap: 0px;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
}

.comparison-content label {
    width: 230px;
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 600;
}

.comparison-content h4 {
    font-size: 16px;
    /* color: #696969; */
}

/* .comparison-btn a {
    padding: 10px 25px;
    font-size: 16px;
}

.comparison-btn button {
    padding: 10px 25px;
    font-size: 16px;
} */

.comparison-table-outer {
    border-radius: 10px;
    border: 1px solid rgba(210, 210, 210, 0.4);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 23px -3px rgba(234, 234, 234, 0.5);
    padding: 30px;
    margin-top: 25px;
}

.comparison-inner {
    border: 1px solid #d9d9d9d9;
    border-radius: 6px;
    width: 50%;
}

.profile .profile-details .profile-details-inner {
    box-shadow: unset;
    border: none;
    background-color: unset;
    padding: 0px;
}

/* div#result {
    min-width: 160px;
    min-height: 160px;
    display: flex;
} */

img.logoImage {
    width: 300px !important;
}

input[type="color"] {
    height: 35px;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    padding: 0;
}

.table-container button {
    position: sticky;
    bottom: 0;
    z-index: 1;
    background-color: white;
}

.sortable-placeholder {
    background-color: red;
    height: 40px;
    border: 1px dashed #ccc;
}

.primaryColorBtn,
.secondaryColorBtn,
.benchmarkColorBtn {
    height: 35px;
    border: 1px solid #000;
}

.color-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
    vertical-align: middle;
    background: conic-gradient(red, yellow, green, cyan, blue, magenta, red);
}

#primaryColorPicker,
#secondaryColorPicker,
#textColorPicker,
#benchmarkColorCircle {
    width: 15px;
}

.profileDiv,
.dataDiv {
    background-color: var(--white);
}

.profile-logo.profile-pic.icon-logo {
    max-height: 150px;
    max-width: 150px;
    min-height: 140px;
    min-width: 140px;
    object-fit: cover;
}

/* 24/02/2025 */

.profile-logo-big {
    max-width: 170px;
    max-height: 170px;
    width: 100%;
    height: 100%;
}

.profile-logo-big #result {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.profile-logo-big #result img.profile-pick {
    width: 100%;
    height: 100%;
    border-radius: unset;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    object-fit: cover;
}

.cstm-profile-logo {
    align-items: center;
}

.cstm-profile-logo #iconLogo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cstm-profile-logo #iconLogo img.profile-pick {
    width: 100%;
    height: 100%;
    border-radius: unset;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.benchmark-logo img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    border: 1px solid #d2cdcd;
    padding: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.company-logo img {
    width: 40px;
    height: 40px;
}

.main-card-content {
    padding: 20px;
}

.custom-card .card {
    border: 1px solid #eaeaea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
}

.total-card .card-body {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 20px;
}

.total-card .card-body .card-logo {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.total-card .card-body .card-logo img {
    width: 40px;
}

.user-icon {
    background: #e6eee6;
}

.companes-icon {
    background: #e6ebee;
}

.benchmark-icon {
    background: #ede6ee;
}

.snapshot-icon {
    background: #ede7e3;
}

.total-card .card-details label {
    color: #202224;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.total-card .card-details h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.oneCard h3 {
    color: #5a8d54;
}

.secCard h3 {
    color: #54778d;
}

.thirdCard h3 {
    color: #87548d;
}

.fourCard h3 {
    color: #8d6a54;
}

.heading h3 {
    color: #030229;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.heading .form-select {
    width: 150px;
}

/* .main-page .header {
    padding: 5px 30px;
    background: #071543;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 104px;
} */

.main-page .header {
    padding: 5px 30px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 104px;
    transition: background 0.3s ease;
}

.header.scrolled {
    background: #071543;
}

.main-page .header .logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-page .header .logo img {
    width: 230px;
}

.header-right .menu-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-right .menu-item .nav-item {
    padding: 0 30px;
}

.header-right .menu-item .nav-item:not(:last-child) {
    border-right: 1px solid rgb(189 218 225);
}

.benchmark-table-section {
    padding: 70px 30px;
}

.benchmark-tbl table.table thead th {
    background-color: #ffffff;
    color: #000000;
    white-space: nowrap;
}

.benchmark-tbl table.table tbody th {
    background-color: #5398a5;
    color: #ffffff;
}

.benchmark-tbl table.table .secondary-header {
    background-color: #91bbc2;
    color: #ffffff;
}

.content-header h2 {
    font-weight: 700;
    color: var(--white);
}

.main-page .nav-link,
.investor-nav .nav-link {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

.main-page .nav-link:hover {
    color: var(--white);
}

.questionSym {
    cursor: pointer;
    width: 40px;
}

#infoModal.modal {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#infoModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

#infoModal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#infoModal .close:hover,
#infoModal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.main-login-page .login-container {
    height: calc(100vh - 180px);
}

.sidebar.mainpage-sidebar {
    left: -280px;
}

.logo a {
    font-size: 30px;
    color: #242424;
}

.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;

    th,
    td {
        padding: 9px 10px;
    }

    .pinned {
        display: none;
    }

    .scrollable {
        table {
            width: 100%;
        }
    }
}

.main-page .login-container {
    height: calc(100vh - 131px);
    display: flex;
    align-items: center;
}

.main-page .login-container.admin-login-container {
    height: calc(100vh - 175px);
    display: flex;
    align-items: center;
}

.homeIcon {
    cursor: pointer;
}

img.profile-pick {
    border-radius: 50%;
}

.no-color-link {
    color: inherit !important;
}

/* Benchmark Section css start */

.benchmark-content {
    padding: 15px 30px;
}

.benchmark-profile {
    padding: 50px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.benchmark-profile .profile-img {
    width: 150px;
    border: 2px solid #99bbc3;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benchmark-profile .profile-img img {
    width: 100%;
}

.benchmark-profile .profile-details {
    width: calc(100% - 150px);
    padding: 5px 20px;
}

.benchmark-profile .profile-name h3 {
    font-size: 32px;
    font-weight: 600;
}

.benchmark-profile .profile-name p {
    font-size: 21px;
    font-weight: 500;
}

.benchmark-profile .profile-summary p {
    font-size: 16px;
    font-weight: 400;
}

.benchmark-profile .profile-content label {
    width: 225px;
}

.benchmark-profile .profile-content label span {
    font-size: 16px;
    color: #5e5e5e;
    width: 225px;
}

.benchmark-profile .profile-content .details span {
    font-size: 16px;
    color: #000000;
}

.benchmark-profile .profile-content .details {
    margin-bottom: 6px;
}

.benchmark-profile .profile-content .details button.btn.query-btn {
    padding: 0;
    background: #99bbc3;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/* Benchmark Section css end */

.chart-container {
    padding: 15px 30px;
    font-size: 1rem;

    .icon-cursor-pointer {
        align-items: center;
        margin: 0.8rem 1rem 1rem 0;
    }

    svg {
        width: 32px;
        height: 32px;
    }

    h6 {
        font-size: 1rem;
        margin-bottom: 0;
        margin-left: 0.6rem;
    }
}

.chart-container span.apexcharts-legend-marker {
    display: none;
}

/* div#customLegend {
    display: flex; flex-direction: column;
} */

/* 05/27/2025 */
/* div#customLegend {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
} */

/* 05/27/2025 */

div#customLegend>div {
    width: 19%;
}

.benchmark-tbl .table {
    font-size: 1rem;
}

.benchmark-tbl .table thead tr th {
    padding: 14px 10px;
    background-color: #99bbc3;
    color: var(--white);
}

/*
.questionSym {
    vertical-align: middle;
    width: 60px;
    cursor: pointer;
    height: 40px;
}

.benchmark-tbl .table thead tr th:nth-child(2) {
    padding: 0 !important;
} */

.questionSym:hover+.infoModals {
    display: block;
}

.infoModals,
.strategyTooltip,
.portfolioTooltip,
.investorTooltip,
.managementTooltip,
.sharpTooltip,
.performanceTooltip,
.websiteTooltip {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    top: 40px;
    max-width: 80%;
}

.strategyTooltip,
.portfolioTooltip,
.investorTooltip,
.managementTooltip,
.sharpTooltip,
.performanceTooltip,
.websiteTooltip {
    background-color: #99bbc3 !important;
}

.strategyTooltip {
    top: 50%;
}

.portfolioTooltip {
    top: 53%;
}

.investorTooltip {
    top: 57%;
}

.managementTooltip {
    top: 60%;
}

.sharpTooltip {
    top: 63%;
    z-index: 10;
}

.performanceTooltip {
    top: 66%;
    z-index: 10;
}

.websiteTooltip {
    top: 69%;
    z-index: 10;
}

.query-btn:hover+.strategyTooltip,
.query-btn:hover+.portfolioTooltip,
.query-btn:hover+.investorTooltip,
.query-btn:hover+.managementTooltip,
.query-btn:hover+.sharpTooltip,
.query-btn:hover+.performanceTooltip,
.query-btn:hover+.websiteTooltip {
    display: block;
}

/* Nandan P css for toggle button 05/19/2025 */

.sidebar ul {
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 157px);
}

.toggle-button {
    position: absolute;
    top: 19px;
    right: -50px;
    font-size: 18px;
    color: #ffffff;
    rotate: 0deg;
    transition: 0.3s ease-in;
}


.sidebar .sidebar-heading {
    display: block;
}

.main-content.close .sidebar ul a svg {
    margin-right: 0px;
}

.main-content.close .sidebar {
    width: 100px;
    padding: 20px;
}

.main-content.close .sidebar ul .toggle-button {
    rotate: 180deg;
}

.main-content.close .sidebar .sidebar-heading {
    display: none;
}

.main-content.close .sidebar ul a {
    justify-content: center;
}

.main-content.close .content {
    margin-left: 100px;
}

.sidebar.close ul a svg {
    margin-right: 0px;
}

.benchmark-table>thead>tr>th:nth-child(1) {
    width: 600px;
}

.benchmark-table>thead>tr>th:nth-child(2) {
    width: 220px;
}

.benchmark-profile .profile-content label {
    position: relative;
}

.managementTooltip,
.sharpTooltip,
.investorTooltip,
.portfolioTooltip,
.strategyTooltip {
    top: inherit;
    position: absolute;
    z-index: 13;
    width: 100%;
    min-width: 900px;
    height: fit-content;
}

.ModalInsideLogo {
    width: 120px;
    height: auto;
    position: absolute;
    left: 10px;
    bottom: -92px;
}

.cstmLogoContainerModal.modal-content {
    position: relative;
}

.cstmLogoContainerModal {
    border: 2px solid #99bbc3;
    border-radius: 20px;
    width: 800px;
    max-width: 90%;
    padding: 20px 30px;
    padding-bottom: 70px;
    background-color: var(--white) !important;
}

.cstmModalInnerText {
    text-wrap: wrap;
    text-align: left;
    line-height: 150%;
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.labels-list {
    max-height: 340px;
    overflow: auto;
}

.label-card {
    padding: 10px 16px;
    display: flex;
    align-items: center;
}

.label-header {
    padding: 16px;
    margin-bottom: 0px;
}

.label-image {
    width: 60px;
    height: 60px;
    padding: 4px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4.306px 4.306px 0 rgba(0, 0, 0, 0.05);
}

.label-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    object-fit: contain;
}

.labelcard-heading {
    width: 100%;
    max-width: 400px;
    white-space: nowrap;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.viewBenchmarkTable thead tr th {
    background-color: #99bbc3;
}

.viewBenchmarkTable thead tr th {
    background-color: #99bbc3;
}

.viewBenchmarkTable thead tr th:first-child {
    width: 65%;
}

/* 18 June */
.questionSym:hover+.infoModals.tooltip-content {
    display: block;
    position: absolute;
    left: 30px;
}

.tooltip-content .modal-content {
    background: none;
    border: none;
}

.homePageTable {
    position: relative;

    .tableLogo {
        position: absolute;
        top: 7px;
        z-index: 1;
    }

    .table> :not(caption)>*>* {
        background-color: var(--white);
        vertical-align: middle;
    }
}

.benchMark-table {
    height: 618px;
    overflow: auto;
}

.benchMark-table table thead {
    position: sticky;
    top: 0px;
}

.benchMark-table table thead {
    position: sticky;
    top: 0px;
}

.icon-cursor-pointer {
    cursor: pointer;
}

/* ===================================================================================================================== */
/* =============================================Latest Style Start 09/07/2025========================================= */
/* ===================================================================================================================== */

/* Login Page Admin Dashboard */

.main-logo {
    width: 230px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form-admin {
    background-color: var(--white);
    padding: 90px 35px 35px 35px;
    border-radius: 20px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);

    .header {
        span {
            font-size: 34px;
            color: var(--btn-color);
            font-weight: 700;
        }
    }

    .login-head {
        h4 {
            font-family: "Roboto", sans-serif;
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            color: var(--primary);
        }

        p {
            font-family: "Roboto", sans-serif;
            color: #b7b7b7;
            text-align: center;
            font-weight: 400;
            font-size: 1rem;
        }
    }

    .login-fields {
        input {
            border-radius: 5px;
            background: #efefef;
            font-family: "Roboto", sans-serif;
            height: 50px;
            border: none;
            font-size: 1rem;
            padding-left: 35px;

            &::placeholder {
                color: #9b9a9a;
                font-family: "Roboto", sans-serif;
                font-size: 16px;
                font-weight: 400;
            }
        }
    }

    button {
        width: 100%;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        border: none;
        padding: 12px;
        font-family: "Roboto", sans-serif;

        img {
            width: 38px;
        }
    }

    .login {
        font-size: 18px;
        background-color: var(--primary);
        color: var(--white);
        margin: 40px 0;
        font-family: "Roboto", sans-serif;

        &:hover {
            background-color: #477b41;
        }
    }

    label {
        color: #1d1d1d;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .remember {
        input {
            width: 17px;
            height: 17px;
            accent-color: var(--primary);
        }

        span {
            color: #1d1d1d;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 400;
        }

        a {
            color: var(--primary);
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-decoration: underline;
            text-align: right;
        }
    }

    #password-eye {
        background: none;
        border: none;
        color: #b1b1b1;
        padding: 5px;
    }

    .input-group {
        border-radius: 5px;
        overflow: hidden;
        position: relative;

        svg {
            position: absolute;
            z-index: 10;
            top: 18px;
            left: 10px;
        }

        .passwordSvg {
            position: absolute;
            z-index: 10;
            top: 15px;
            left: 10px;
        }
    }
}

/*========= Admin Dashboard ===========*/

.profileName {
    h4 {
        color: #1d1d1d;
        font-size: 15px;
        font-weight: 600;
    }

    p {
        color: #2b2b2b;
        font-size: 11px;
        margin-bottom: 0;
    }
}

.header-left .dropdown-menu a.dropdown-item {
    color: #1d1d1d;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    padding: 7px 0.5rem;
    border-radius: 5px;
}

.header-left .dropdown-menu a.dropdown-item svg {
    margin-top: -3px;
}

.header-left .dropdown-menu a.dropdown-item:active {
    background-color: var(--primary);
    color: var(--white);
}

.header-left .dropdown-menu a.dropdown-item:active svg path {
    stroke: var(--white);
}

.header-left .dropdown-menu {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
    border: none;
    padding: 0.8rem;
    width: -webkit-fill-available;
    min-width: 200px;
}

.dashboard-page .logo .clemHead {
    width: 50px;
}

.actionBtns {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;

    a {
        height: 35px;
        width: 35px;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        display: inline-flex;

        svg {
            pointer-events: none;
            width: 20px;
        }
    }

    .editAction {
        border: 1px solid rgba(10, 135, 67, 0.4);
        background: rgba(10, 135, 67, 0.2);
    }

    .calendar-snapshot {
        border: 1px solid #0d6efd73;
        background: #0d6efd2e;
    }

    .viewAction {
        border: 1px solid rgba(135, 84, 141, 0.4);
        background: rgba(135, 84, 141, 0.2);
    }

    .deletAction {
        border: 1px solid rgba(255, 101, 80, 0.4);
        background: rgba(255, 101, 80, 0.2);
    }
}

/* Admin Details Page */

.dataTitle {
    color: #202224;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.profile-details {
    table {
        border: 1px solid #efefef;
        font-size: 1rem;
        white-space: nowrap;
    }

    tr {
        height: 50px;
        vertical-align: middle;

        th {
            color: #202224;
        }
    }

    .table-striped>tbody>tr:nth-of-type(odd)>* {
        background-color: #fbfbfb !important;
    }

    .table> :not(caption)>*>* {
        padding: 0.5rem;
        background-color: var(--white);
        box-shadow: none;
    }

    span.dataHead {
        padding: 1rem;
    }
}

.add-point {
    padding: 0;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.remove-point {
    padding: 0;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

button.swal2-confirm.swal2-styled.swal2-default-outline {
    background-color: #87548d !important;
}

.snapShotTableSelect select {
    height: 32px;
}

.datapara p {
    margin-bottom: 0;
}

.websiteHeader {
    background-color: #99bbc3;
    padding: 15px 30px;
}

.iconsCircle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: none;
    cursor: none;
}

.portfolioIcons {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;

    .profile-pick {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
}

/* ===================================================================================================================== */
/* =============================================User Module Style Start 27/08/2025========================================= */
/* ===================================================================================================================== */
.loginNavBtn {
    font-size: 1rem;
    text-decoration: none;
    border: 0;
    padding: 12px 28px;
}

.login-form-user {
    width: 100%;

    .login-form {
        border-radius: 30px;
        background: #fff;
        box-shadow: 0 0 29.3px 8px rgba(0, 0, 0, 0.05);
        border: none;
        padding: 30px 50px;
    }

    .gotoRegisterText {
        text-align: center;
        font-size: 1rem;
        color: #767676e0;
        margin-bottom: 0;

        a {
            color: #000000;
            font-weight: 600;
            text-decoration: none;
        }
    }

    .login-head {
        h4 {
            font-family: "Roboto", sans-serif;
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            color: #000000;
        }

        p {
            font-family: "Roboto", sans-serif;
            color: #b7b7b7;
            text-align: center;
            font-weight: 400;
            font-size: 1rem;
        }
    }

    .login-fields {
        input {
            border-radius: 5px;
            background: #efefef;
            font-family: "Roboto", sans-serif;
            height: 50px;
            border: none;
            font-size: 1rem;
            padding-left: 35px;

            &::placeholder {
                color: #9b9a9a;
                font-family: "Roboto", sans-serif;
                font-size: 16px;
                font-weight: 400;
            }
        }
    }

    .login {
        font-size: 18px;
        background-color: var(--primary);
        color: var(--white);
        margin: 40px 0;
        font-family: "Roboto", sans-serif;
        transition: all 0.5s;

        &:hover {
            background-color: #385a70;
        }
    }

    label {
        color: #1d1d1d;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .remember {
        input {
            width: 18px;
            height: 18px;
            accent-color: var(--primary);
        }

        span {
            color: #1d1d1d;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 400;
        }

        a {
            color: var(--primary);
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 400;
            text-decoration: underline;
            text-align: right;
        }
    }

    #password-eye {
        background: none;
        border: none;
        color: #b1b1b1;
        padding: 5px;
    }

    .input-group {
        border-radius: 5px;
        overflow: hidden;
        position: relative;

        svg {
            position: absolute;
            z-index: 10;
            top: 18px;
            left: 10px;
        }

        .passwordSvg {
            position: absolute;
            z-index: 10;
            top: 15px;
            left: 10px;
        }
    }
}

.sideLoginImg {
    display: flex;
    justify-content: end;
    align-items: center;
}

footer {
    background-image: url("../Images/sandBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 375px;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: flex !important;
    align-items: flex-end;
    filter: drop-shadow(2px -9px 14px rgba(192, 192, 192, 0.45));

    .footerLogo {
        width: 330px;
        position: absolute;
        top: -10px;
        left: 40px;
    }

    .footerNav {
        padding: 0 40px;
        width: 100%;
        margin-bottom: 2rem;

        .footerAddress {
            font-size: 1.2rem;
            color: var(--white);
            margin-bottom: 0;
        }
    }

    .subNav {
        .nav-item {
            padding: 0 15px !important;

            &:last-child {
                padding-right: 0 !important;
            }

            .nav-link {
                font-size: 0.9rem;
                font-weight: 400;
            }
        }
    }

    .copyrightText {
        text-align: right;
        font-size: 1rem;
        color: var(--white);
    }
}

.main-page .nav-link {
    position: relative;
    text-decoration: none;
    color: var(--white);
}

.main-page .nav-link:focus {
    color: var(--white);
}

.main-page .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: var(--white);
    transition: left 0.3s ease, width 0.3s ease;
}

.main-page .nav-link:hover::after {
    width: 100%;
    left: 0;
}

.main-page .nav-link:focus::after {
    width: 100%;
    left: 0;
}

.main-page .nav-link.active::after {
    width: 100%;
    left: 0;
}

.homePageMain {
    height: 880px;
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
    z-index: 1;

    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        clip-path: url(#clipPath);
        object-fit: cover;
        z-index: -1;
    }

    .shape {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        aspect-ratio: 100 / 5;
        background-image: url(../Images/bannershadow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bannerText {
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 2;

        h3 {
            color: var(--white);
            font-size: 60px;
        }

        p {
            color: var(--white);
            font-size: 30px;
        }
    }
}

.video-container {
    width: 100%;
    height: 35vh;
    background-color: #ffffff;
    position: relative;

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .shape {
        position: absolute;
        bottom: -14px;
        left: 0;
        width: 100%;
        aspect-ratio: 100 / 5;
        background-image: url(../Images/bannershadow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .shape svg {
        position: relative;
        display: block;
    }

    .shape .shape-fill {
        fill: #ffffff;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 26px;
    min-width: 50px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border-radius: 26px;
    transition: 0.3s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);

}

/* Circle (dynamic color via CSS variable) */
.slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: var(--thumb-color, grey);
    /* dynamic */
    border-radius: 50%;
    transition: 0.3s;
    border: 1px solid #dfdfdf;
}

/* Move knob when active */
.switch input:checked+.slider::before {
    transform: translateX(24px);
}

.contactUs {
    background-color: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 29.3px 8px rgba(0, 0, 0, 0.05);

    h4 {
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: 700;
    }
}

.aboutUsPage {
    padding-top: 0rem;

    .firstSec {
        padding: 30px;

        .aboutInfo {
            margin: 8rem 0;

            .aboutSidecartoons {
                width: 350px;
                height: fit-content;
            }

            .aboutText {
                display: flex;
                justify-content: center;

                .bubbleContainer {
                    position: relative;
                    display: flex;
                    justify-content: center;

                    .mainBubble,
                    .mainBubbleTwo,
                    .mainBubbleThr,
                    .mainBubbleFor {
                        background: url(../Images/bigBubble.png) no-repeat center/cover;
                        margin: 0 auto;
                        width: 29rem;
                        aspect-ratio: 1;
                        padding: 2.5rem 3rem;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        animation: big-bubble-animation 6.5s infinite linear;

                        h3 {
                            color: var(--white);
                            text-align: center;
                            font-size: 2rem;
                        }
                    }

                    .verySmallBubble {
                        position: absolute;
                        width: 4.74rem;
                        aspect-ratio: 1;
                        background: url(../Images/verysmallbubble.png) no-repeat center/cover;
                    }

                    .smallBubble {
                        position: absolute;
                        width: 6.69rem;
                        aspect-ratio: 1;
                        background: url(../Images/smallbubble.png) no-repeat center/cover;
                    }

                    .bubble1 {
                        bottom: -6rem;
                        right: 2rem;
                        animation: very-small-bubble-animation 3.5s infinite linear;
                    }

                    .bubble2 {
                        bottom: -1rem;
                        right: -4rem;
                        animation: small-bubble-animation 4.5s infinite linear;
                    }

                    .bubble3 {
                        bottom: 25rem;
                        right: 26rem;
                        animation: very-small-bubble-animation 3.5s infinite linear;
                    }

                    .bubble4 {
                        bottom: -1rem;
                        right: -4rem;
                        animation: small-bubble-animation 4.5s infinite linear;
                    }

                    .bubble5 {
                        bottom: -2rem;
                        right: 27rem;
                        animation: small-bubble-animation 4.5s infinite linear;
                    }

                    .bubble6 {
                        bottom: 24rem;
                        right: -4rem;
                        animation: very-small-bubble-animation 3.5s infinite linear;
                    }

                    .bubble7 {
                        bottom: 24rem;
                        right: 27rem;
                        animation: small-bubble-animation 4.5s infinite linear;
                    }
                }
            }
        }
    }

    .secondSec {
        background-image: url("../ImagesutBG.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 30px;

        h4 {
            text-align: center;
            font-size: 46px;
            color: var(--white);
        }

        p {
            text-align: center;
            font-size: 46px;
            font-size: 28px;
            color: var(--white);
        }

        .mainBtn {
            font-size: 1rem;
            text-decoration: none;
            padding: 0.6rem 2rem;
            border: none;
        }
    }

    .thirdSec {
        padding: 30px;
        margin-bottom: 3rem;
        margin-top: 4rem;

        .sectitle {
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin-bottom: 1rem;

            h2 {
                text-align: center;
                font-size: 46px;
                font-weight: 700;
            }

            p {
                color: #667085;
                text-align: center;
                font-size: 24px;
            }
        }

        .teamSection {
            margin-top: 2rem;

            .imgSec {
                height: 250px;
                display: flex;
                align-items: end;
                justify-content: center;
            }

            p {
                color: #7c818f;
                font-size: 16px;
                font-weight: 400;
                text-align: center;
                margin-top: 1rem;
                margin-bottom: 0.5rem;
            }
        }
    }
}


/* Keyframes for Big Bubble (moves upward) */
@keyframes big-bubble-animation {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    10% {
        transform: translateY(-10px) translateX(0);
    }

    20% {
        transform: translateY(-20px) translateX(0);
    }

    30% {
        transform: translateY(-28px) translateX(0);
    }

    40% {
        transform: translateY(-35px) translateX(0);
    }

    50% {
        transform: translateY(-30px) translateX(0);
    }

    60% {
        transform: translateY(-25px) translateX(0);
    }

    70% {
        transform: translateY(-18px) translateX(0);
    }

    80% {
        transform: translateY(-10px) translateX(0);
    }

    90% {
        transform: translateY(-5px) translateX(0);
    }
}

/* Keyframes for Small Bubble (moves downward and slightly left) */
@keyframes small-bubble-animation {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    12.5% {
        transform: translateY(5px) translateX(-2px);
    }

    25% {
        transform: translateY(15px) translateX(-5px);
    }

    37.5% {
        transform: translateY(22px) translateX(-8px);
    }

    50% {
        transform: translateY(25px) translateX(-10px);
    }

    62.5% {
        transform: translateY(22px) translateX(-9px);
    }

    75% {
        transform: translateY(20px) translateX(-8px);
    }

    87.5% {
        transform: translateY(10px) translateX(-4px);
    }
}

/* Keyframes for Very Small Bubble (moves downward and slightly left, faster) */
@keyframes very-small-bubble-animation {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    15% {
        transform: translateY(5px) translateX(-2px);
    }

    30% {
        transform: translateY(10px) translateX(-5px);
    }

    45% {
        transform: translateY(15px) translateX(-8px);
    }

    60% {
        transform: translateY(14px) translateX(-10px);
    }

    75% {
        transform: translateY(12px) translateX(-8px);
    }

    90% {
        transform: translateY(6px) translateX(-4px);
    }
}

div:where(.swal2-icon).swal2-success .swal2-success-ring,
span.swal2-success-line-tip,
span.swal2-success-line-long,
.swal2-success-circular-line-left,
.swal2-success-circular-line-right,
.swal2-success-fix {
    display: none !important;
}

.termsPageModel {
    margin-bottom: 5rem;

    h1 {
        font-weight: 700;
        font-size: 1.4rem;
        text-align: center;
    }

    h2 {
        color: #333;
        font-size: 1.3rem;
        font-weight: 600;
    }

    p {
        color: #1b1b1b;
        font-size: 1rem;
    }

    hr {
        margin: 1rem 0;
    }
}

.policy-link {
    cursor: pointer;
}

.benchmark-tbl.table-responsive {
    min-height: 250px;
}

.profile-details ul.dropdown-menu.show {
    max-height: 350px;
    overflow: auto;
}

.content:has(.video-container) {
    padding-top: 0;
}
