@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

body {
    font-size: 16px !important;
    color: #242424 !important;
}

a {
    cursor: pointer;
}

.root-wrapper {
    position: relative;
    display: grid;
    grid-row-gap: 0;
    grid-column-gap: 0;
    grid-template-columns: 90px;
    grid-template-rows: 70px;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #F9F9F9;
    border-radius: 24px 0 0 0;

}

.nexus-app-header {
    background-color: #F9F9F9;
    width: 100%;
    grid-column: 1 / 4;
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.body-container {
    width: 100%;
    display: flex;
}

.left-side-menu {
    background-color: #F9F9F9;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nexus-navigation {
    min-height: 100vh;
    width: 90px;
    padding: 0 10px;
}

.nexus-navigation ul {
    padding-top: 30px;
}

.nexus-navigation ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    color: #242424;
    margin-bottom: 30px;
    text-align: center;
}

.nexus-navigation ul li .svg-icon-box {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 6px;
}

.nexus-navigation ul li .svg-icon-box svg {
    width: 20px;
}

.app-logo-box img {
    width: 170px;
}

.nexus-navigation ul li.active .svg-icon-box svg path {
    fill: #fff;
}

.nexus-navigation ul li:hover .svg-icon-box {
    background-color: #d9d9d9;
}

/*.nexus-navigation ul li.active .svg-icon-box {*/
/*    background-color: rgb(50, 70, 211);*/
/*}*/

.right-side-container {
    height: calc(100% - 70px);
    overflow: hidden;
    background-color: #fff;
    border-radius: 24px 0 0 0;
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    display: flex;
    flex-direction: column;
}

.right-side-container-in {
    overflow-y: auto;
    height: 100%;
}

.content-area {
    width: 1140px;
    /*overflow: hidden;*/
    margin: 0 auto;
    box-sizing: content-box;
}

/*.logo-box {
    display: flex;
    align-items: center;
}*/

.logo-box img {
    max-width: 200px;
    max-height: 50px;
}


.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.universal-search-box {
    width: 360px;
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 0 15px;
}

.universal-search-box .form-control {
    background: #fff;
    height: 42px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    padding: 0 0 0 10px;
    color: #242424;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #9EA8BA !important;
}

.form-control {
    border-color: #E2E8F3 !important;
    box-shadow: none !important;
}

.nexus-user-profile-button {
    display: flex;
    align-items: center;
    color: #0F1D40;
    gap: 10px;
    text-transform: capitalize;
    background: none;
    border: none;
}

.nexus-user-profile-button .user-image {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #3246D3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.app-banner {
    width: 100%;
    height: 220px;
    background: #D6E2FF;
    border-radius: 24px;
    display: flex;
    margin: 50px 0;
    padding-left: 40px;
}

.app-banner.my-banner {
    width: 100%;
    height: auto;
    padding: 30px 0 40px 0;
    background-image: url("https://quicklaunch.io/wp-content/uploads/2025/05/bg_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 24px 24px 0 0;
    display: flex;
    margin-bottom: 30px;
    margin-top: 0;
}

.app-banner.change-password-banner {
    background-color: #E2F1FF;
}

.app-banner .txtb {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.app-banner .txtb h4 {
    font-size: 32px;
    color: #242424;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.app-banner .txtb p {
    color: #475467;
    font-size: 16px;
}

.app-banner .security-imgb {
    padding: 0 40px 0 50px;
}

h4.title {
    font-size: 22px;
    color: #242424;
    font-weight: 500;
    margin: 25px 0;
}

.font-16 {
    font-size: 16px !important;
}

.auth-factor-container {
    margin-top: 30px;
    margin-bottom: 90px;
}

.panel-heading-content {
    display: flex;
    color: #0F1D40;
}

.panel-heading-content .icon-box {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.auth-factor-container .panel-default {
    border-color: #E2E8F3;
}

.auth-factor-container .panel-default > .panel-heading {
    background-color: #fff;
    border-color: #E2E8F3;
    border-radius: 24px;
}

.btn {
    font-size: 16px !important;
    padding: 10px 20px !important;

}

.btn-primary {
    border: none !important;
}

.auth-factor-container .panel-heading {
    padding: 25px 30px;
}

.auth-factor-container .panel-heading a:hover,
.auth-factor-container .panel-heading a:focus {
    text-decoration: none;
}

.auth-factor-container .panel-heading-content .first-col {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.auth-factor-container .panel-heading-content .second-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 600px;
}

.auth-factor-container .panel-heading-content .second-col p {
    font-size: 16px;
    color: #475467;
    margin: 0;
    font-weight: 400;
}

.txt-red {
    color: #FF3E3E;
}

.auth-factor-container .panel-group .panel {
    border-radius: 24px;
    margin-bottom: 26px;
}

.auth-factor-container .panel-body {
    background-color: #F3F5F8;
    padding: 30px;
    border-radius: 0px 0px 24px 24px;
    border-top-color: #E2E8F3 !important;
}

.auth-factor-container .panel-body-content {
    display: flex;
    gap: 30px;
}

.auth-factor-container .panel-body-content .common-column {
    width: 50%;
}

.auth-factor-container .panel-body-content .form-control {
    border: none;
    box-shadow: none;
    height: 48px;
    font-size: 16px;
}

.auth-factor-container .panel-body-content .form-control[disabled] {
    background-color: #fff;
}

.auth-factor-container .panel-body-content .input-box-white {
    border-radius: 5px;
    border: 1px solid #E2E8F3;
    background: #FFF;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.auth-factor-container .panel-body-content .input-box-white .btn-box {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 7px;
}

.auth-factor-container .panel-body-content .input-box-white .btn-box .btn {
    padding: 10px 10px !important;
}

.auth-factor-container .btn-link {
    color: #3246D3;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0 !important;
}

.auth-factor-container .btn-link:hover,
.auth-factor-container .btn-link:focus,
.auth-factor-container .btn-link:active {
    text-decoration: none;
    color: #3246D3;
    outline: none;
}

.auth-factor-container .panel-body-content .form-group label {
    font-weight: 400;
}

.auth-factor-container .panel-body-content .form-group label span {
    color: #34A853;
    font-weight: 400;
    display: inline;
    margin-left: 10px;
    font-size: 14px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.security-question-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.security-question-container .question-list {
    display: flex;
    flex-direction: column;
    width: 48.5%;
}

.security-question-container .question-list .label-text {
    color: #475467;
}

.security-question-container .question-list .label-text .custom-text {
    display: inline;
    background-color: #e5e8ff;
    border-radius: 52px;
    padding: 2px 8px;
    font-size: 12px;
    margin-left: 7px;
    color: #0F1D40;
}

.security-question-container .question-box {
    background-color: #fff;
    border-radius: 10px;
}

.security-question-container .sq-select-box,
.security-question-container .answer-box {
    border-color: #fff;
    height: 60px;
    box-shadow: none;
    border-radius: 10px 10px 0 0;
    color: #0F1D40;
    font-size: 16px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 6px 20px;
}

.security-question-container .sq-select-box {
    padding: 0;
}

.security-question-container .sq-select-box .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 16px;
    color: #0F1D40;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.security-question-container .answer-box {
    border-radius: 0 0 10px 10px;
    border-bottom: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.security-question-container .answer-box .form-control,
.update-question-box .form-control {
    height: 54px;
    padding-left: 20px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    text-overflow: ellipsis;
}

.security-question-container .answer-box .eye-icon span {
    width: 54px;
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.security-question-container .form-control:focus {
    box-shadow: none;
    border-color: #fff;
}

.update-question-box,
.update-question-box .btn-box {
    display: flex;
}

.scane-qr-block {
    padding-top: 10px;
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
}

.mt-25 {
    margin-top: 25px;
}

.scane-qr-block .qr-box {
    width: 200px;
    height: 200px;
}

.scane-qr-block .qr-box img {
    width: 100%;
    height: 100%;
}

.qr-code-box {
    background-color: #fff;
    width: 240px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
}

.qr-confirm-input {
    height: 50px !important;
    width: 52% !important;
}

.modal.otp-success-modal {
    text-align: center;
    padding: 0 !important;
}

.modal.otp-success-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal.otp-success-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 400px;
}

.svg-success {
    display: inline-block;
    vertical-align: top;
    height: 110px;
    width: 110px;
    opacity: 1;
    overflow: visible;
    margin-bottom: 20px;
}

@keyframes success-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 31px;
        opacity: 1;
    }
}

@keyframes success-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
}

@keyframes success-circle-fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.success-tick {
    fill: none;
    stroke-width: 1px;
    stroke: #ffffff;
    stroke-dasharray: 15px, 15px;
    stroke-dashoffset: -14px;
    animation: success-tick 450ms ease 1400ms forwards;
    opacity: 0;
}

.success-circle-outline {
    fill: none;
    stroke-width: 1px;
    stroke: #34A853;
    stroke-dasharray: 72px, 72px;
    stroke-dashoffset: 72px;
    animation: success-circle-outline 300ms ease-in-out 800ms forwards;
    opacity: 0;
}

.success-circle-fill {
    fill: #34A853;
    stroke: none;
    opacity: 0;
    animation: success-circle-fill 300ms ease-out 1100ms forwards;
}

.otp-success-box {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.otp-success-box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #1E0606;
    margin-bottom: 20px;
}

.otp-success-box p {
    font-size: 18px;
    color: #475467;
}

.modal.otp-success-modal .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 24px;
}

.mt-20 {
    margin-top: 20px;
}

.mfa-status {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-right: 30px;
}

.acc-arrow-box {
    width: 50px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.accordion-toggle.collapsed .right-arrow {
    display: block;
}

.accordion-toggle .right-arrow {
    display: none;
}

.accordion-toggle.collapsed .down-arrow {
    display: none;
}

.accordion-toggle .down-arrow {
    display: block;
}


/*.accordion-toggle[aria-expanded="false"] .down-arrow {*/
/*    display: none;*/
/*}*/

/*.accordion-toggle[aria-expanded="true"] .right-arrow {*/
/*    display: none;*/
/*}*/

/*.accordion-toggle[aria-expanded="true"] .down-arrow {*/
/*    display: block;*/
/*}*/

.nexus-modal .otp-verification-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}

.nexus-modal .otp-verification-box .otp-input {
    width: 100%;
}

.nexus-modal .otp-verification-box .txtb {
    text-align: center;
    color: #475467;
    font-size: 16px;
    margin-bottom: 15px;
}

.nexus-modal .otp-verification-box h4 {
    color: #0F1D40;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-input-field {
    height: 50px !important;
    font-size: 16px !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.modal-backdrop.in {
    opacity: 0.2 !important;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
}

.btn-close {
    background: none;
    border: none;
    position: absolute;
    right: 30px;
    top: 30px;
}

.set-up-title h4 {
    font-size: 20px;
}

.set-up-title p {
    color: #475467;
}

.has-error {
    color: #FF4757;
    margin: 10px 0;
}

#myaccount .modal {
    margin-top: 0;
}

#myaccount .modal-dialog .modal-content {
    border: none;
    box-shadow: 0px 4px 204px 0px rgba(0, 0, 0, 0.21);
    border-radius: 20px;
}

#myaccount .modal .modal-dialog {
    transform: translate(0, -50%) !important;
    top: 50%;
    margin: 0 auto;
}

.btn-txt-cancel {
    color: #FF4757 !important;
}

.select-box-btn {
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    line-height: 60px;
    padding-left: 20px;
}

.select-box-btn .caret {
    position: absolute;
    right: 20px;
    top: 28px;
}

.select-box-btn .value {
    white-space: nowrap;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-right-box .dropdown-menu {
    left: -200px;
    margin: 19px 0 0;
    padding: 15px 20px;
    border: 1px solid #E2E8F3;
    background: #FFF;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.15);
}

.header-right-box .dropdown-menu .sign-out-box {
    width: 300px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.user-profile-image {
    background: #000;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right-box .dropdown-menu .sign-out-box .txtb {
    width: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-right-box .dropdown-menu .sign-out-box .txtb span {
    display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.btn-sign-out {
    width: 100%;
}

.modal.otp-success-modal,
.modal.modal-center {
    text-align: center;
    padding: 0 !important;
}

.modal.otp-success-modal:before,
.modal.modal-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal.otp-success-modal .modal-dialog,
.modal.modal-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;

}


/*-------------------------*/


.nexus-app-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.nexus-app-list.all-apps-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
}

.nexus-app-list .nexus-apps {
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s all;
}

.nexus-app-list .nexus-apps.frequently {
    width: 110px;
}

.nexus-app-list .nexus-apps.frequently .txtb {
    margin: 0;
    align-items: center;
    padding: 12px 0;
}

.nexus-apps.all-apps {
    background: #F8F8F8;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 100%;
}

.nexus-apps.all-apps:hover {
    z-index: 10;
}

.hover-info {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 74px 0px rgba(0, 0, 0, 0.11);
    opacity: 0;
    visibility: hidden;
    /*transform: translateY(10px);*/
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.icon-ext {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: transform 0.3s ease;
    transform: translateX(100%);
}

.nexus-apps.all-apps:hover .hover-info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nexus-apps.all-apps .hover-info:hover .icon-ext {
    transform: translateX(0);
}

.nexus-apps.all-apps a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nexus-apps.all-apps .hover-info a {
    flex-direction: column;
    align-items: start;
}

.nexus-apps.all-apps .hover-info a .txtb {
    width: 100%;
}

.nexus-apps.all-apps .hover-info a .txtb p {
    white-space: normal;
    overflow: visible;
    margin-top: 5px;
}

.nexus-apps.all-apps:hover {
    background-color: #fff;
    box-shadow: 0px 0px 74px 0px rgba(0, 0, 0, 0.11);
}

.nexus-app-list .nexus-apps .imgb {
    width: 100%;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
}

.nexus-app-list .nexus-apps.all-apps .imgb {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.nexus-app-list .nexus-apps.all-apps .txtb {
    text-align: left;
    width: calc(100% - 80px);
    transition: transform 0.5s ease;
}

.nexus-app-list .nexus-apps.all-apps .txtb p {
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #475467;
    margin: 0;
    font-size: 14px;
    transition: transform 0.5s ease;
    text-transform: none;
}

.nexus-app-list .nexus-apps .imgb img {
    height: 100%;
    object-fit: cover;
}

.nexus-app-list .nexus-apps .txtb {
    text-align: center;
    color: #242424;
    text-transform: capitalize;
    font-weight: 500;
}

.all-apps-title-row {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nexus-app-list .nexus-apps a,
.nexus-app-list .nexus-apps a:hover {
    color: #242424;
    text-decoration: none;
}

.info-widget-row {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.info-widget {
    width: 250px;
    border: 1px solid #E2E8F3;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    gap: 12px;
}

.info-widget .icon-box {
    width: 44px;
    height: 44px;
    background-color: #ECF0F6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-widget .txtb {
    display: flex;
    flex-direction: column;
}

.info-widget .txtb span {
    color: #475467;
    font-size: 14px;
}

.info-widget .txtb strong {
    font-size: 18px;
    font-weight: 500;
}

.change-password-form {
    display: flex;
    gap: 30px;
}

.change-password-form label {
    font-weight: 400;
}

.change-password-form .form-group {
    width: 33%;
}

.change-password-form .update-pass-btn {
    margin-top: 31px;
}

.input-invalid {
    border-color: #FF4757 !important;
}

.input-invalid:focus {
    border-color: #FF4757 !important;
}

.width-120 {
    width: 120px !important;
}

.width-160 {
    width: 160px !important;
}

.text-capitalize {
    text-transform: capitalize;
}

.nexus-confirmation-modal {
    padding: 30px;
}

.nexus-confirmation-modal .title-bar .icon-box {
    width: 42px;
    height: 42px;
    background-color: #ECF0F6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.nexus-confirmation-modal .title-bar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.nexus-confirmation-modal .title-bar h4 {
    font-size: 20px;
    color: #1E0606;
    font-weight: 600;
}

.nexus-confirmation-modal .content-box {
    margin-bottom: 20px;
}

.nexus-confirmation-modal .content-box p {
    font-size: 16px;
}

.nexus-confirmation-modal .action-row {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}

.panoramaPro-error-banner {
    /*position: absolute;*/
    /*top: 11px;*/
    z-index: 9999;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #f2dede;
    border: 1px solid #eed3d7;
    color: #c74a48;
    font-size: 16px;
    display: none;
    width: 100%;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    border-radius: 5px;
    margin-top: 30px;
    transition: 0.3s all;
}

.panoramaPro-warning-banner {
    position: absolute;
    top: 40px;
    z-index: 9;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #fff6ec;
    border: 1px solid #ffa242;
    color: #ffa242;
    font-size: 16px;
    display: block;
    width: 90%;
    left: 52%;
    transform: translateX(-50%);
    border-radius: 5px;
    margin-top: 30px;
    transition: 0.3s all;
}

.panoramaPro-info-strip {
    background-color: #FFF6EC;
    padding: 10px;
    border-left: 2px solid #FFA242;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    color: #07090F;
    margin-bottom: 30px;
}

.green-strip {
    background-color: #e5f6f5;
    border-color: #01ada1;
}

.security-answer-error {
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #f2dede;
    border: 1px solid #eed3d7;
    color: #c74a48;
    font-size: 16px;
}

.notifyjs-wrapper {
    width: 100% !important;
    position: absolute !important;
    top: 0;

}

.notifyjs-wrapper .notifyjs-container {
    text-align: center;
    margin-bottom: 50px;
    position: inherit !important;
}

.notifyjs-wrapper .notifyjs-bootstrap-error {
    background-image: none;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
}

.authenticator-on {
    display: flex;
    justify-content: space-between;
}

.m-0 {
    margin: 0 !important;
}

.font-14 {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 7px;
}

.required-label, .optional {
    padding: 1px 10px;
    /*border-radius: 3px;*/
    /*background: #fef4f3;*/
    /*border: 1px solid #ea4335;*/
    font-size: 12px;
    color: #ea4335;
    display: inline-block;
}

.optional {
    background: #fff6ec;
    color: #ffa242;
    border-color: #ffa242;
}

.display-flex {
    display: flex;
    gap: 10px;
}

.height-30 {
    height: 30px;
    width: 100%;
}

.show-eye-icon {
    display: block;
}

.hide-eye-icon {
    display: none;
}

.pass-eye-icon {
    background: #fff;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 40px;
    height: 36px;
    cursor: pointer;
    padding-left: 10px;
}

.settingAlert {
    padding: 0 30px;
}

/********************** MY DEVICE CSS **************************/
.app-banner.my-device-banner {
    background-color: #F0F3F8;
}

.myDeviceData tbody tr td h2 {
    font-size: 16px;
    line-height: normal;
    margin: 0px;
    color: #2C3652;
    font-weight: normal;
}

.myDeviceData tbody tr td span {
    width: 100%;
    font-size: 14px;
    color: #9a9a9a;
}

.myDeviceData table#tul_dt {
    padding-top: 20px !important;
}

#tul_dt_info {
    font-size: 14px;
}

.myDeviceInfo {
    display: flex;
    align-items: center;
}

.myDeviceInfo img {
    margin-right: 10px;
}

.unTrustDevice {
    color: #01ADA1;
}

.unTrustDevice a {
    width: 100%;
    font-size: 14px;
    display: flex;
    padding: 0px !important;
    cursor: pointer;
}

.notTrusted {
    color: #FF3E3E;
}

.browserIp span {
    width: 100%;
    display: flex;
}

#deviceData_wrapper .mytable thead tr th {
    background-color: transparent !important;
}

.custom-toolbar {
    float: right;
}

.dataTables_paginate {
    margin: 10px 0;
    padding: 0px;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px !important;
    margin-left: 8px !important;
    border: 1px solid #cbcbcb !important;
}

/********************** MY DEVICE CSS **************************/


/********************** POST LOGIN MODAL CSS **************************/

.terms-conditions-updated-row {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.panoramaTac {
    padding: 5px;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.panoramaTac p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.panoramaTacDisagree {
    padding: 5px;
}

.panoramaTacDisagree p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0px;
}

a.disagreeBtn, button.disagreeBtn {
    color: #FF4D4D;
    border: 1px solid #FF4D4D;
    background-color: transparent;
}

a.disagreeBtn:hover, button.disagreeBtn:hover {
    background-color: #ffecec;
    color: #FF4D4D;
}

#declineTermsConditionsModal .modal-content, #termsConditionsModal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    border: 0px;
}

.ql-delete-confirmation-modal .confirmation-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 30px 0;
}

.ql-delete-confirmation-modal .confirmation-container .icon-circle {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-color: #FFDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ql-delete-confirmation-modal .confirmation-container .icon-circle-warning {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-color: #FFF1E3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ql-delete-confirmation-modal .modal-content {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.05);
    border: 0;
}

.modal-content {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.05);
    border: 0;
}

.ql-delete-confirmation-modal .modal-footer {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dropup .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
}

/********************** POST LOGIN MODAL CSS **************************/
.notifyjs-arrow {
    display: none !important;
}

.notifyjs-wrapper {
    width: 100% !important;
    position: fixed;
}

.notifyjs-container {
    width: 100%;
    top: 0 !important;
}

.notifyjs-bootstrap-success {
    background-image: none !important;
}

.notifyjs-bootstrap-base {
    padding: 10px 5px !important;
    font-weight: normal !important;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
}

.verify-detail-section {
    padding: 20px;
}

.verify-detail-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 10px;
}

.panoramaProSecuritySuccess {
    background-color: #e5f6f5;
    border-top: 2px solid #01ada1;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.panoramaProSecuritySuccess a {
    border: 2px solid #01ada1;
    border-radius: 5px;
    padding: 8px 20px 8px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #01ada1;
    margin-left: 20px;
}

.panoramaProSecuritySuccess a:hover {
    text-decoration: none;
    background-color: #eefffe;
    color: #01ada1;
}

.arrow1 {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 0px;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

.verify-detail-section {
    padding: 20px;
}

.verify-detail-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 10px;
}

.panorama_sticky_notify {
    position: fixed;
    top: 70px;
    max-width: 1140px;
    z-index: 1;
    width: 100%;
}





