
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #eff0f4;
    height: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    line-height: 1.38;
    display: flex;
    flex-direction: column;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}

.currentPin {
    -webkit-text-security: disc;
}

.newPin {
    -webkit-text-security: disc;
}

.confirmPin {
    -webkit-text-security: disc;
}

.displayPinText {
    -webkit-text-security: unset;
}

.mx-470 {
    max-width: 470px;
}

.border-regular-gray {
    border: 1px solid #F2F3F7;
    padding: 10px;
    border-radius: 8px;
}

.dprofile-dropdown {
    text-align: center;
    border: 3px solid #1DD3FC;
    width: 4.625rem;
    height: 4.625rem;
}


.mx-820 {
    max-width: 820px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mainSiteContainer {
    background: #fff;
}


.wrapper-toggled.toggledSide + .mainsite-wrapper {
    height: 100vh;
    overflow: hidden;
}

#AlertNotificationMessage {
    margin-top: 0.625rem;
    z-index: 99999;
}

#AlertNotificationPanelMessage {
    text-align: center;
    border-radius: 8px;
    z-index: 1035;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    color: #fff;
    display: flex;
}

.notification-order-icon {
    padding: 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.notificationMenu .dropdown {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.alert-notification-message {
    top: 3.063rem;
    margin: 0 0 0 -50%;
    position: fixed;
    left: 75%;
    width: 50%;
    z-index: 1035;
    text-align: center;
}

.fa-question-circle:before {
    color: #D4D5D9;
}

input[type="date"]::-webkit-inner-spin-button {
    opacity: 0;
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../../Images/Onboarding/calendar.svg) center no-repeat;
    cursor: pointer;
}


input[type="time"]::-webkit-inner-spin-button {
    opacity: 0;
    cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: url(../../Images/Onboarding/clock.svg) center no-repeat;
    cursor: pointer;
}
/*Firefox browser*/
@-moz-document url-prefix() {
    input[type="date"], input[type="datetime-local"], input[type="month"] {
        background: url(../../Images/Onboarding/calendar-blue.png) no-repeat;
        cursor: pointer;
        background-position: 95%;
    }

    input[type="time"] {
        background: url(../../Images/Onboarding/clock.svg) no-repeat;
        cursor: pointer;
        background-position: 95%;
    }


    .displayPinText {
        font-family: text-security-disc;
    }
}



.notification-content.ng-hide {
    display: none;
}

.notification-content {
    position: fixed;
    background: #fff;
    top: 3.75rem;
    right: 5rem;
    transition: all .75s ease;
    border-radius: 0.5rem;
    box-shadow: rgb(202,202, 202) 0rem 0rem 0.438rem 0rem;
}

.notif-img {
    height: 2.813rem;
    width: 2.813rem;
    justify-content: center;
    display: flex;
}

.notification-scroll {
    width: 28.125rem;
    height: 28.125rem;
    list-style: none;
    overflow: auto;
}

.highlight {
    background-color: #f0f8ff;
    border-radius: 8px;
}

.truncate-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.notification-type-icon {
    height: 1.125rem;
    width: 1.125rem;
}

.notification-order {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 99999;
}

.notification-order-message {
    text-align: center;
    border-radius: 0.5rem;
    position: fixed;
    margin-top: 4.375rem;
    z-index: 1035;
    box-shadow: 0 0 0.25rem 0.125rem rgba(0,0,0,.2);
    display: flex;
    overflow: hidden;
    color: #fff;
}

.notification-order-icon {
    padding: 0.938rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.search-top .dropdown-item {
    white-space: normal;
}

.dropdown-header {
    white-space: pre-wrap;
}

/*header notification*/
.header-notif-icon {
    cursor: pointer;
    position: relative;
}

    .header-notif-icon::after {
        display: none !important;
    }

.notification-scroll li:hover, .notification-scroll li:hover a, .notification-scroll li:hover small, .notification-scroll li:hover span {
    background-color: #428bca;
    color: #fff !important;
    cursor: pointer;
    border-radius: 0.5rem;
    text-decoration: none;
}

.badge-notify {
    color: #fff;
    z-index: 1000;
    background: #f44336;
    border-color: #f44336;
    width: 0.938rem;
    font-size: 0.688rem;
    height: 0.938rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.313rem;
    margin-top: -1.25rem;
    font-family: var(--roboto);
    cursor: pointer;
    top: 0.625rem;
}

.notification-dropdown {
    position: relative;
}

.header-notif-icon:hover {
    text-decoration: none !important;
}

.header-notif-icon .notif-label:hover {
    cursor: default !important;
}

.regular-cursor {
    cursor: default;
}

.notification-dropdown .dropdown-menu {
    will-change: unset !important;
    transform: unset !important;
    background-color: transparent !important;
    border: none !important;
}

    .notification-dropdown .dropdown-toggle:after {
        display: none;
    }

.toast-top-right {
    top: 52px !important;
}

#toast-container {
    max-width: 300px;
}

.toast-info {
    background-color: #25a7df !important;
}


/*end notification header*/
/* Scroll Bar */

/* width */
::-webkit-scrollbar {
    width: 0.625rem;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/*Radius*/
::-webkit-scrollbar-track {
    border-radius: 0.625rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.625rem;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.full-height {
    display: flex;
    flex: 1 1 0 !important;
}

.parent-full-height {
    display: flex !important;
    flex-direction: column !important;
}

.mainsite-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* #displayTermsAndCondition {
    display: none;
} */

.fatcaScrollBtn {
    display: block;
}

.fatcaDoneBtn {
    display: none;
}
/*start welcome*/
.welcome-left-side {
    background-image: linear-gradient(#00D0FA, #00A8FC);
    max-width: 440px !important;
}

.welcome-header {
    position:absolute;
    width: 100%;
}

.wc-glass-bg {
    max-height: 680px;
    max-width: 442px;
    /*background: url(../../Images/Welcome/glass-bg.png) no-repeat center center;*/
    background-color: rgba(255, 255, 255, .15) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 30px;
}

.wc-bg-img {
    background: url(../../Images/Welcome/welcome-bg.png) no-repeat bottom;
}

.welcome-container {
    max-width: 43.75rem;
}

.wc-glass-details {
    background: url(../../Images/Welcome/glass-bg.png) no-repeat center center;
    background-size: 90% 94%;
    height: 100%;
    position: relative; 
    overflow: hidden;
}

.wc-img {
    bottom: -40px;
}

.wc-img-register {
    bottom: 0;
    right: 10px;
}
/*end welcome*/
/*Sidebar*/
.sidebar {
    height: 100%;
    width: 17rem !important;
    position: fixed;
    background: white;
    z-index: 10;
    position: fixed;
    padding-top: 3.125rem;
    border-right: 0.125rem solid #F2F3F7;
    left: auto;
    /*transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;*/
}
/*end sidebar*/

/*custom modal*/
.modal-xm {
    max-width: 25rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-xsm {
    max-width: 320px;
    margin: 0 auto !important;
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}

/*end custom modal*/

/*navbar*/
.navbar {
    width: 50px;
}
#sidebarToggleTop {
    /* background: #fff;*/
    position: fixed;
    /* width: 100%;*/
    z-index: 100;
}

    #sidebarToggleTop .navbar-brand {
        margin-top: -0.25rem;
    }
/*end of navbar*/
/*Main Content*/
.main-content {
    margin-top: 3.125rem;
    margin-left: 69px;
    display: flex;
    flex-grow: 1;
    background: #fff;
}

.main {
    flex: 3;
}

/*Onboarding*/
.investaMF-container {
    display: flex;
    flex: 1 1 0;
}

.flex-grid {
    display: flex;
    /*height: 100vh;*/
    flex: 1 1 0;
}

.onboarding-sidebar {
    display: flex !important;
    flex: .7;
    background: #fff;
    max-width: 290px;
}

.form-progress a {
    color: #878787;
    font-size: 0.938rem;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    cursor: no-drop;
}

.a-active {
    background: #E5FAFE;
    padding-left: 0.625rem;
}

    .a-active a {
        color: var(--light-blue) !important;
        font-weight: 500;
    }

.panel-card {
    max-width: 550px;
    margin: 0 auto;
    padding: 1.875rem;
    border: 0.063rem solid #fff;
    border-radius: 0.625rem;
    letter-spacing: 0.5px;
}

.small-card {
    border: 0.063rem solid #F2F3F7;
    border-radius: 0.625rem;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgb(120 136 162 / 10%);
}

.deposit-panel-card {
    max-width: 565px;
}

.get-started {
    width: 25rem;
}

.application-form {
    padding: 1.25rem;
    border-radius: 0.5rem !important;
    border: 0.063rem solid transparent !important;
    overflow: hidden;
}

a.investa-btn-blue:hover {
    text-decoration: none;
}


.btn-application-form-active {
    color: #00D0FA;
    font-family: var(--roboto);
    font-weight: var(--medium);
    font-size: 0.813rem;
    background: #E5FAFF;
}

.application-form .btn-application-form-active {
    color: #fff;
    font-family: var(--roboto);
    font-weight: var(--medium);
    font-size: 0.813rem;
    background: #00BEF9;
}


.btn-application-form-active a {
    color: #00D0FA !important;
}


.btn-application-form-active p {
    color: #fff;
    border: 0;
}

.btn-application-form {
    background: var(--white);
    color: #3E3E3E;
    font-family: var(--roboto);
    font-weight: var(--medium);
    font-size: 0.813rem;
    border: 0.063rem solid #E6E9EC;
}

.circle {
    height: 1.563rem;
    width: 1.563rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    color: #fff;
    font-size: 0.875rem;
    margin-right: 0.625rem;
    background: #fff;
    border: 0.125rem solid #E6E9EC;
    color: #ABABAB;
}



.application-form-content {
    background: #fff;
    border-radius: 0.5rem;
}

.form-control.onboarding {
    max-width: 250px;
}

.application-form-input {
    border: 0.063rem solid #D5D6D9;
}

.application-form-label {
    color: #3E3E3E;
    font-size: 0.938rem;
    font-family: var(--roboto);
    font-weight: var(--medium);
    padding-left: 0.313rem;
}

.dp select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dp {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    border-radius: 3px;
}

    .dp:after {
        content: "\f078";
        color: var(--light-blue);
        padding: 0.5rem 0.625rem;
        position: absolute;
        right: 0;
        font-size: 0.625rem;
        top: 0.313rem;
        text-align: center;
        pointer-events: none;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.add-button {
    background: #E5FAFE;
    color: var(--light-blue);
    border-color: var(--light-blue);
    font-size: 0.938rem;
    font-family: 'Roboto', sans-serif;
    font-weight: var(--regular);
}

.red-border {
    border: 0.125rem solid red !important;
    color: red !important;
}

.fatca-agreement-title {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #31456A;
}

.fatca-agreement-content {
    font-size: 0.938rem;
    font-family: 'Roboto', sans-serif;
}

.order-list {
    height: 450px;
    overflow-y: scroll;
}

    .order-list li {
        color: #3E3E3E;
    }

.border-investment-objective {
    padding: 0.313rem 0.625rem;
    width: 250px;
    border-radius: 6px;
    border: 0.063rem solid #D5D6D9
}

.investment-rank {
    background: #D5D6D9;
    width: 2.5rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    height: 2.5rem;
    color: #878787;
    font-size: 0.938rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

/*end of onboarding */
/*end main content*/


/*Disabled*/
.btn.disabled, .btn:disabled {
    cursor: not-allowed !important;
}

.btn-application-form:disabled {
    color: #ABABAB;
    font-family: var(--roboto);
    font-weight: var(--medium);
    font-size: 0.813rem;
    background: #F2F3F7;
    border: 0.063rem solid #E6E9EC;
}

/*end disabled*/

/*drag and drop Css*/
.fr-back{
    display: flex;
}

.dc-dash {
    border: 0.063rem solid #D5D6D9;
    border-style: dashed;
    position: relative;
    border-radius: 6px;
    padding: 10px;
}

.dc-browse-file {
    font-size: 0.875rem;
    color: var(--gray);
    font-weight: 500;
}

.dc-modal-body {
    position: relative;
    padding: 1.875rem;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 1.25rem;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.selfie-upload-content {
    display: none;
    text-align: center;
}

.irs-upload-content {
    display: none;
    text-align: center;
}

.uspassport-upload-content {
    display: none;
    text-align: center;
}

.consent-upload-content {
    display: none;
    text-align: center;
}

.deposit-upload-content {
    display: none;
    text-align: center;
}


.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-selfie {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-irs {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-uspassport {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-consent {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-deposit {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-image {
    margin: auto;
    padding: 1.25rem;
    width: 100%;
    max-height: 18.75rem;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-selfie {
    margin: auto;
    padding: 1.25rem;
    width: 100%;
    max-height: 18.75rem;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-irs {
    margin: auto;
    padding: 1.25rem;
    width: 100%;
    max-height: 18.75rem;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-uspassport {
    margin: auto;
    padding: 1.25rem;
    width: 100%;
    max-height: 18.75rem;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-consent {
    margin: auto;
    padding: 1.25rem;
    width: 100%;
    max-height: 18.75rem;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-deposit {
    margin: auto;
    padding: 1.25rem;
    width: 100%;
    max-height: 18.75rem;
    object-fit: cover;
    overflow: hidden;
}

.remove-image {
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 0.625rem;
    border-radius: 0.25rem;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.625rem;
}

.retry-btn {
    display: none;
}

#sig-canvas {
    /*border: 0.125rem dotted #CCCCCC;*/
    border-radius: 0.938rem;
    cursor: crosshair;
}

.use-mouse {
    position: absolute;
    bottom: 0.938rem;
    color: #ABABAB;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 0.938rem;
}
/*end drop css*/

/*footer*/
.mf-footer {
    width: 100%;
    height: auto;
    z-index: 9;
    position: relative;
    background: #FAFAFC;
    /*bottom:0px;*/
}

.user-dropdown {
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    z-index: 100;
}

.ft-icon {
    background: #F5F5F5;
    border-radius: 50px;
    cursor: pointer;
    padding: 5px;
}
/*end footer*/


/*side nav*/
.navbar-brand i {
    color: #ABABAB;
}

#wrapper {
    display: flex;
    flex: 1 1;
}

    #wrapper #content-wrapper {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden;
    }

.sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 0.125rem;
}


.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
    z-index: 9;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
}

.sidebar .sidebar-brand {
    margin: 1.5rem 0rem;
    cursor: pointer;
    padding: 0rem 2.2rem;
}

    .sidebar .sidebar-brand .sidebar-brand-icon i {
        font-size: 1.65rem;
        color: #ABABAB;
    }

    .sidebar .sidebar-brand .sidebar-brand-image {
        display: none;
    }

.sidebar-toggled #wrapper #content-wrapper {
    overflow: hidden;
    height: 100vh;
    /*    min-height: 100vh;
    width: 100%;
    position: absolute;
    background: #6c1e1e;
    z-index: 8;*/
}

.wrapper-toggled.toggledSide {
    background-color: #0000007a;
    overflow: hidden;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    z-index: 999999;
    width: calc(100% - 17rem);
    /*right:0; */
    margin-left: 17rem;
}

/*.toggledSide + .wrappmain { 
    position: absolute;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    height: 100vh;
}*/

.sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
}



.sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: 0 1rem;
}

.nav-item {
    max-height: 78px;
    justify-content: center;
    display: flex;
}

.nav-item.--prize {
    height: 100%;
    justify-content: center;
    display: flex;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.7rem 1.313rem;
    width: 16rem;
}

    .sidebar .nav-item .nav-link i {
        font-size: 1.45rem;
        width: 2.688rem;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 0.938rem;
        display: inline;
    }

.toggled.sidebar .nav-item .nav-link span {
    font-size: 0.75rem;
}

.sidebar .sidebar-brand .sidebar-brand-image {
    display: inline;
}

.sidebar .sidebar-heading {
    text-align: left;
}

.sidebar.toggled {
    overflow: visible;
    width: 69px !important;
    padding-top: 70px;
}

    .sidebar.toggled .nav-item .collapse {
        position: absolute;
        left: calc(6.5rem + 1.5rem / 2);
        z-index: 1;
        top: 0.125rem;
    }

        .sidebar.toggled .nav-item .collapse .collapse-inner {
            box-shadow: 0 0.15rem 28px 0 rgba(58, 59, 69, 0.15);
            border-radius: 5.6px;
        }

    .sidebar.toggled .nav-item .collapsing {
        display: none;
        transition: none;
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        width: 65px;
        justify-content: center;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

        .sidebar.toggled .nav-item .nav-link i {
            margin-right: 0;
            margin-bottom: 0.25rem;
            padding-top: 0.625rem;
        }

        .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
            display: none;
        }

    .sidebar.toggled .sidebar-brand .sidebar-brand-image {
        display: none;
    }

.sidebar .sidebar-brand i {
    color: #CDD0D4;
}


.sidebar .nav-item .nav-link {
    /*color: #CDD0D4;*/
    color: #3E3E3E;
}

.sidebar.toggled .nav-item .nav-link {
    color: #CDD0D4;
}


.sidebar-toggled .sidebar .nav-item .nav-link {
    color: #3E3E3E;
    display: flex;
    align-items: center;
}


.sidebar .nav-item .nav-link i {
    color: #CDD0D4;
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
    color: #00D0FA;
}

    .sidebar .nav-item .nav-link:active i, .sidebar .nav-item .nav-link:focus i, .sidebar .nav-item .nav-link:hover i {
        color: #00D0FA;
    }

.sidebar .nav-item.active .nav-link {
    color: #00D0FA;
}

    .sidebar .nav-item.active .nav-link i {
        color: #00D0FA;
    }

.prizes-icon{
    position: relative;
    width: 20px;
    height: 22px;
   
}
    .prizes-icon::after {
        content: "";
        height: 44px;
        width: 44px;
        border-radius: 50%;
        position: absolute;
        inset: 0 0 auto auto;
        transform: translate(0, -1rem);
    }
    .prizes-icon::before {
        content: url(../../Images/Prizes/icon-prizes.png);
        position: absolute;
        inset: 0 0 auto auto;
        transform: translate(-0.25rem, -0.5rem);
        z-index: 1;
    }
.sidebar .nav-item.--prize.active .nav-link .prizes-icon::after,
.sidebar .nav-item.--prize .nav-link:hover .prizes-icon::after{
    background-color: #FEECB4
}

.sidebar .nav-item.--prize.active .nav-link,
.sidebar .nav-item.--prize .nav-link:hover{
    color: #B71B1C
}

.fa-home:before {
    font-size: 21.6px;
}

.fa-briefcase:before {
    font-size: 21.6px;
}

.fa-search:before {
    font-size: 21.6px;
}

.toggled .toggle-none {
    display: none;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    right: 0.25rem;
    margin-top: -0.25rem;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
}


.topbar #sidebarToggleTop {
    width: 2.5rem;
}


.topbar .navbar-search {
    width: 25rem;
}

.topbar .form-inline .input-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar .navbar-search input {
    background-color: #F2F3F7;
    border: 0rem;
    margin-right: 1rem;
    height: 2.188rem;
    padding-left: 36px;
    border-radius: 6px !important;
}

.topSearchIcon .fa-search:before {
    font-size: 1rem !important;
}

.topSearchIcon .fa-search {
    position: absolute;
    z-index: 9;
    color: #ABABAB;
    margin-left: 0.75rem;
}

.dropdown-search-result-content {
    max-height: 31.25rem;
    list-style: none;
    overflow: auto;
}


.topbar .btn {
    height: 2.188rem;
    align-items: center;
    display: flex;
    justify-content: center;
}


.topbar .topbar-divider {
    width: 0;
    border-right: 0.063rem solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    color: #CDD0D4;
}


.topbar #sidebarToggleTop {
    font-size: 1.65rem;
    color: #ABABAB;
}

.TopDrop {
    border: 0.063rem solid var(--grey-bg-divider);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0rem 0.25rem 0.75rem #0000001A;
    border: 0.063rem solid #F2F3F7;
    border-radius: 6px;
}

.item-top .setting:before {
    content: url(../../Images/Common/icon/settings.png);
    vertical-align: middle;
}

.item-top .faqs:before {
    content: url(../../Images/Common/icon/headphone.png);
    vertical-align: middle;
}
.item-top .reports:before {
    content: url(../../Images/Common/icon/calendar-blue.png);
    vertical-align: middle;
}

.item-top .investa:before {
    content: url(../../Images/Common/icon/investagrams.png);
    vertical-align: middle;
}

.item-top .cpanel:before {
    content: url(../../Images/Common/icon/dashboard.png);
    vertical-align: middle;
}

.item-top .logout:before {
    content: url(../../Images/Common/icon/out.png);
    vertical-align: middle;
}




a.item-top:hover {
    color: #00bef9;
    text-decoration: none;
    background: #e5faff;
}

.iconTop {
    background: var(--grey-bg-divider) 0% 0% no-repeat padding-box;
    background: #E5FAFF 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-top {
    width: 100%;
    padding: 0.938rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #3E3E3E;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.loadingImg {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    width: 33%;
    text-align: right;
}
/*.max-container {
    max-width: 1515px;
}*/
.col-lg {
}

.side-col {
    max-width: 19.813rem;
}

.rc-txt {
    padding: 0.313rem 0.625rem;
    background: #FFF1DF;
    border-radius: 1.25rem;
    color: #FFA939;
    font-weight: 600;
    text-transform: uppercase;
}

.or-list {
    list-style: none;
    padding: 0rem;
}

.table td, .table th {
    text-align: left !important;
    position: relative;
    vertical-align: baseline !important;
}


.table > tbody > tr > td {
    vertical-align: middle !important;
}

.table th {
    color: #878787;
}

    .table td:first-child, .table th:first-child {
        text-align: left;
    }

tbody tr:nth-child(odd) {
    background: #FAFAFC;
}

.table thead th:first-child {
    padding-left: 2.5rem;
}

.payment .table td, .payment .table th {
    text-align: left !important;
}

th.sorting {
    white-space: nowrap;
}

.table-hover tbody tr a:hover span {
    color: var(--light-blue) !important;
}

.width-fn{
    min-width: 240px;
}

.cash .table td, .cash .table th {
    text-align: left !important;
}

#uploadID {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.inv_history .table td, .inv_history .table th {
    text-align: left !important;
}

    .inv_history .table td:nth-child(4), .inv_history .table th:nth-child(4), .inv_history .table td:nth-child(5), .inv_history .table th:nth-child(5), .inv_history .table td:nth-child(6), .inv_history .table th:nth-child(6) {
        text-align: left !important;
    }

.orders .table td, .orders .table th {
    text-align: left !important;
}

    .orders .table td:nth-child(4), .orders .table th:nth-child(4), .orders .table td:nth-child(5), .orders .table th:nth-child(5), .orders .table td:nth-child(6), .orders .table th:nth-child(6) {
        text-align: left !important;
    }

.table thead th, .table td, .table th {
    border-bottom: 0rem solid transparent;
    border-top: 0rem solid transparent;
}

/*thead .sorting:after {
    content: "\f0dd";
    font: normal normal normal 0.875rem/1 FontAwesome;
    color: #CDD0D4;
    position: absolute;
    float: right;
    right: 0;
    font-size: 0.625rem;
    margin-top: 0.313rem;
}

thead .sorting:before {
    content: "\f0d8 ";
    font: normal normal normal 0.875rem/1 FontAwesome;
    color: #CDD0D4;
    position: absolute;
    float: right;
    right: 0;
    font-size: 0.625rem;
}

thead .sorting {
    cursor: pointer;
}*/

.no_Invhistory {
    background-color: #FAFAFC;
}




.back-image {
    /*   max-width: 100%;
    width: 100%;
    height: 100%;
    flex-grow: 1;
    position: absolute;
    z-index: -1;
    top: 0;*/
    flex-grow: 1;
}

.mn-40 {
    margin-top: -5rem;
}

.w-30 {
    width: 30%;
}

.w-38 {
    width: 38%;
}

.w-80 {
    width: 80%;
}

.back-text {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 0.625rem;
}

.r-60 {
    right: 3.75rem;
}

.l-60 {
    left: 3.75rem;
}

.wh-35 {
    width: 2.188rem;
    height: 2.188rem;
}

.wh-50 {
    width: 3.125rem;
    height: 3.125rem;
}

.topbar {
    width: 100%;
    height: 3.125rem;
    z-index: 10;
    right: auto;
    position: fixed;
    background: #fff;
    border-bottom: 0.125rem solid #F2F3F7;
}


.mn-20 {
    margin-left: -1.25rem;
    margin-right: 1.25rem;
}

.back-blue-green {
    background: transparent linear-gradient(180deg, var(--primary) 0%, #00A8FC 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(164deg, #00D0FA 31%, #00A8FC 100%) 0% 0% no-repeat padding-box;
    border-radius: 0.75rem;
    /*overflow:hidden;*/
}

.skyblue-to-blue {
    background-image: linear-gradient(to right, rgba(0,208,250, 1), rgba(0,168,252,1)) !important;
    border-radius: 25px;
    overflow: hidden;
}

.bg-circle {
    background: url(../../Images/Common/Background/wallet-bg-img.png) no-repeat top right;
    height: 100%;
    width: 100%;
}


.left_image {
    position: relative;
    left: 0px;
}


.back-icon {
    position: relative;
    margin-right: -0.938rem !important;
    right: 0rem;
    width: auto;
    height: auto;
    bottom: 0rem;
}

.banner-image {
    position: absolute;
    right: 0rem;
    width: auto;
    height: 100%;
    margin: 0rem;
    bottom: 0rem;
}
/* .h-200 {
        height:12.5rem;
    }*/
/*.cat .col-lg-4 {
    flex: 0 0 31.5%;
    max-width: 31.5%;
    margin-bottom:20px;
}
.cat .col-lg-4 h3 {
    z-index:9;
}
 
.cat .col-lg-4, .cat .col-lg-5 {
    cursor: pointer;
    transition-duration: 0.5s;
}

.cat .col-lg-4:hover {
    transform: scale(1.05);
    transition-duration: 0.5s;
    box-shadow: 0rem 0.063rem 0.125rem 0.125rem #e6e9ecb0;
}
.cat .col-lg-5:hover {
    transform: scale(1.05);
    transition-duration: 0.5s;
    box-shadow: 0rem 0.063rem 0.125rem 0.125rem #e6e9ecb0;
}

.cat .col-lg-4:nth-child(3n+1) {
    margin-right: 1rem;
}
 

.cat .col-lg-4:nth-child(3n+3) { 
    margin-left: 1rem;
}*/




.cat a {
    flex: 0 0 31.5%;
    max-width: 31.5%;
    margin-bottom: 1.25rem;
}

    .cat a .col-lg-4 {
        flex: 1;
        max-width: 100%;
    }


        .cat a .col-lg-4 h3 {
            z-index: 9;
        }

.cat a {
    cursor: pointer;
    transition-duration: 0.5s;
}

    /*.cat a:hover {
        transform: scale(1.05);
        transition-duration: 0.5s;
        box-shadow: 0rem 0.063rem 0.125rem 0.125rem #e6e9ecb0;
    }*/

.cat.col-lg-5:hover {
    /*transform: scale(1.05);*/
    transition-duration: 0.5s;
    box-shadow: 0rem 0.063rem 0.125rem 0.125rem #e6e9ecb0;
}

.cat.col-lg-5 {
    transition-duration: 0.5s;
}




.cat a:nth-child(3n+1) {
    margin-right: 1rem;
}


.cat a:nth-child(3n+3) {
    margin-left: 1rem;
}












/*.categoryTab{
    justify-content:space-between;
}*/
.categoryTab img {
    width: 95%;
    margin-bottom: 1.25rem;
}

.categoryTab .col-md-4 {
    padding-left: 0.438rem;
    padding-right: 0.438rem;
    cursor: pointer;
    transition-duration: 0.5s;
    margin-bottom: 22px;
    flex: 0 0 29%;
    max-width: 29%;
}

    .categoryTab .col-md-4:nth-child(3n+1) {
        padding-left: 0rem;
        padding-right: 0.875rem;
    }

    .categoryTab .col-md-4:nth-child(3n+3) {
        padding-left: 0.875rem;
        padding-right: 0rem;
    }

    .categoryTab .col-md-4:hover {
        transform: scale(1.05);
        transition-duration: 0.5s;
    }




.pending-status, .verifying-status, .received-status {
    background: #FFF1DF;
    border-radius: 1.25rem;
    color: #FFA939;
    padding: 0.313rem 0.625rem;
    letter-spacing: 0.063rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 700;
}

    .pending-status::before, .verifying-status::before, .received-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f252";
        color: #FFA939;
        font-size: 0.75rem;
        margin-right: 0.313rem;
    }



.confirmed-status {
    color: #3DDB72;
    background-color: #E0F9E8;
    border-radius: 1.25rem;
    padding: 0.313rem 0.625rem;
    letter-spacing: 0.063rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 700;
}

    .confirmed-status:before {
        content: "\f058";
        font-family: 'Font Awesome 5 Free';
        color: #3DDB72;
        font-size: 0.875rem;
        margin-right: 0.313rem;
    }

.cancelled-status {
    color: #F45B50;
    background-color: #FEE4E3;
    border-radius: 1.25rem;
    padding: 0.313rem 0.625rem;
    letter-spacing: 0.063rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 700;
}

    .cancelled-status:before {
        content: "\f071";
        font-family: 'Font Awesome 5 Free';
        color: #F45B50;
        font-size: 0.75rem;
        margin-right: 0.313rem;
    }




.deposit-barvalue:before, .cash-barvalue:before, .withdrawn-barvalue:before, .fund-barvalue:before {
    content: "\f111 ";
    font-family: 'Font Awesome 5 Free';
    font-size: 0.75rem;
    margin-right: 0.313rem;
}

.deposit-barvalue:before {
    color: #FA9D00;
}

.withdrawn-barvalue:before {
    color: #DA507D;
}

.cash-barvalue:before {
    color: #1BABF6;
}

.fund-barvalue:before {
    color: #2568E3;
}

.deposit-transaction-header {
    background-image: linear-gradient(to right, #00D0FA, #00A8FC);
}

.deposit-gray-bg {
    background: #F9FAFC;
}

.deposit-denomination {
    width: 125px;
    height: 35.6px;
}

.autoinvest-denomination {
    min-width: 112.2px;
    height: 35.6px;
}

.deposit:before {
    content: url(../../Images/Common/icon/deposit.png);
    vertical-align: middle;
}

.widthdraw:before {
    content: url(../../Images/Common/icon/withdraw_icon.png);
    vertical-align: middle;
}

.s-lock:before {
    content: url(../../Images/Common/icon/lock.png);
    margin-right: 0.625rem;
}

.inv_history input {
    background-color: #F2F3F7;
    border: 0rem;
    margin-right: 1rem;
    height: auto;
    width: auto;
    font-family: inherit;
    padding-left: 2.188rem;
    margin-bottom: 0px;
}

.invSearch .fa-search {
    position: absolute;
    z-index: 9;
    color: #ABABAB;
    margin-left: 0.75rem;
    margin: auto 0rem auto 0.75rem;
}

    .invSearch .fa-search:before {
        font-size: 1rem !important;
    }



.conservative-type, .aggressive-type, .moderate-type, .trade-type {
    border-radius: 1.25rem;
    padding: 0.313rem 0.625rem;
    letter-spacing: 0.063rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 700;
}


.conservative-type {
    color: #3DDB72;
    background-color: #E0F9E8;
}

.aggressive-type {
    color: #F45B50;
    background-color: #FEE4E3;
}

.moderate-type {
    color: #FFA939;
    background-color: #FFF1DF;
}

.trade-type {
    color: #00BEF9;
    background-color: #ECFAFF;
}

.banner-text {
    width: 600px;
}

.portfolio_graph {
    height: 150px;
}

.fund_graph {
    height: 31.25rem;
}


.search_result .nav-tabs .nav-item.show .nav-link, .search_result .nav-tabs .nav-link.active {
    color: #00D0FA;
    font-weight: 500;
    background-color: #fff;
    border: 0rem;
    border-bottom: 0rem solid #F2F3F7;
}

.search_result .nav-tabs .nav-link {
    border: 0rem;
    margin-left: -0.938rem;
}

.search_result a.nav-link {
    color: #878787;
}

.search_result .nav-tabs {
    border-bottom: 0.063rem solid #F2F3F7;
}

.transaction-pending .circle-img {
    padding: 0.625rem 0.813rem;
    background: #FFEBD2;
    border-radius: 1.875rem;
}


.top-text {
    width: 31.25rem;
    font-weight: bold;
}

.bank-info {
    width: 18.75rem;
}

.deposit-btn .active {
    background: #00D0FA;
    color: #fff;
    border: 0.063rem solid #00D0FA;
}

.table-pagination .pagination li {
    padding: 5px 0.125rem;
}

    .table-pagination .pagination li a {
        color: #3E3E3E;
        font-size: 0.875rem
    }

.table-pagination .pagination .next a, .table-pagination .pagination .prev a {
    padding: 0.313rem 0.625rem;
    color: #00D0FA;
}

.table-pagination .pagination .noNextPrev a {
    color: #E6E9EC;
}

.table-pagination .pagination li .active {
    padding: 0.313rem 0.625rem;
    border: 0.063rem solid #F2F3F7;
}

.gray-bg {
    background: #F7F8FA;
    border-radius: 6px;
}

.blue-bg {
    background: #00BEF9;
    border-radius: 6px;
}

.lightblue-bg {
    background: #E5F8FE;
    border-radius: 6px;
}

.btn-transparent {
    background-color: transparent;
}

.btn_blck {
    background: #4A4A4A;
    color: white;
    width: 202px;
}

    .btn_blck:hover {
        background: #5a5a5a;
        color: white;
    }

.btn-200 {
    width: 200px;
}

.btn-250 {
    width: 250px;
}

button.close:focus, button:focus {
    outline: 0rem auto -webkit-focus-ring-color;
}
/*modal widthdrawal*/
.withdrawalModal, .filterModal {
    width: 95%;
    right: 0;
    left: auto;
}

    .withdrawalModal .modal-dialog, .trans .modal-dialog, .filterModal .modal-dialog {
        max-width: 383px;
        margin: auto;
    }



.banksList, .banksNewList {
    border-radius: 0rem 0rem 6px 6px;
    border: .5px solid #E6E9EC;
}

.banksList .dropdown-menu {
    max-height: 300px;
    overflow: auto;
}


#changed_bank .dropdown-toggle::after, #add_new .dropdown-toggle::after {
    color: #00BEF9;
}

#changed_bank .dropdown-item.active, #changed_bank .dropdown-item:active, #add_new .dropdown-item.active, #add_new .dropdown-item:active {
    background-color: #e9ecef;
}

.select-bank-item, .select-bank-new-item {
    padding: 0.938rem 0.938rem 0rem 0.938rem;
    margin: 0rem;
}

    .select-bank-item p {
        margin: 0rem;
        padding-bottom: 0.938rem;
        border-bottom: 0.063rem solid #E6E9EC;
    }

    .select-bank-new-item p {
        margin: 0rem;
        padding-bottom: 0.938rem;
    }

    .select-bank-item:hover div p {
        color: #fff !important;
    }

    .select-bank-item:hover div span {
        color: #fff !important;
    }

    .select-bank-item:hover div img {
        filter: brightness(0) invert(1);
    }

    .select-bank-item:hover {
        cursor: pointer;
        background-color: #00BEF9;
    }

.select-bank-item-active {
    padding: 0.938rem 0.938rem 0rem 0.938rem;
    margin: 0rem;
    background-color: #00BEF9 !important;
}

    .select-bank-item-active div p {
        color: #fff !important;
    }

    .select-bank-item-active div span {
        color: #fff !important;
    }

    .select-bank-item-active div img {
        filter: brightness(0) invert(1);
    }


.account-info {
    text-align: justify;
    text-align-last: right;
}
/*transaction modal*/
.trans .modal-title {
    color: #31456A;
}

.transaction-completed {
    color: #3DDB72;
    background: #F0FCF4;
    border-radius: 0.5rem;
}

    .transaction-completed .circle-icon {
        background: #D3F6DE;
        border-radius: 50%;
        width: 3.125rem;
        height: 3.125rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .transaction-completed .circle-img {
        padding: 0.625rem;
        background: #D3F6DE;
        border-radius: 1.875rem;
    }

    .transaction-completed .circle-icon i:before {
        font-weight: 900;
        content: "\f058";
    }



.transaction-failed {
    color: #F45B50;
    background: #FFF2F1;
    border-radius: 0.5rem;
}

    .transaction-failed .circle-img {
        padding: 0.625rem 0.813rem;
        background: #FED9D7;
        border-radius: 1.875rem;
    }

    .transaction-failed .circle-icon {
        background: #FED9D7;
        border-radius: 50%;
        width: 3.125rem;
        height: 3.125rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .transaction-failed .circle-icon i:before {
            font-weight: 900;
            content: "\f057";
        }

.transaction-pending {
    color: #FFA939;
    background: #FFF8EF;
    border-radius: 0.5rem;
}

    .transaction-pending .circle-img {
        padding: 0.625rem 0.813rem;
        background: #FFEBD1;
        border-radius: 1.875rem;
    }

    .transaction-pending .circle-icon {
        background: #FFEBD1;
        border-radius: 50%;
        width: 3.125rem;
        height: 3.125rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .transaction-pending .circle-icon i:before {
            font-weight: 900;
            content: "\f252";
        }


.right_icon {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.left_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*end transaction modal*/
.card-choices {
    border: 0.063rem solid #E6E9EC;
    background: #fff;
}

    .card-choices img.wp-100 {
        width: auto;
        max-width: 100px;
    }
    .card-choices:active {
        background: #D5D6D9;
    }

/*FAQS*/
.faq-accordion {
    cursor: pointer;
}

    .faq-accordion::after {
        font-family: 'Font Awesome 5 Free';
        content: "\f107";
        color: #a4a6ad;
        right: 1.563rem;
        font-size: 1.563rem;
        font-weight: 700;
    }

    .faq-accordion[aria-expanded="true"]::after {
        content: "\f106";
        color: #a4a6ad;
    }
/*end FAQs*/


/*Account Settings*/
.settings-sm {
    max-width: 31.25rem;
}
.settings-md {
    max-width: 43.75rem;
}

.mobile-mf-account {
    display: none;
}

.m-account-settings {
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
    width: 100%;
}

.new_user_banner {
    background: url(../../Images/Common/blue-banner.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
/*End account settings*/

/*Terms and Privacy*/
.terms-panel {
    background: #fff;
    border-radius: 0.5rem;
}

.terms-content p {
    color: var(--dark-gray);
    font-size: 0.938rem;
    line-height: 1.5;
}

.terms-list-numbers {
    list-style-type: decimal;
}

    .terms-list-numbers li {
        margin-bottom: .5rem !important;
        line-height: 1.5;
    }

.list-group li a {
    list-style: none;
    color: var(--dark-gray);
}

.terms-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1.25rem;
    background-color: #fff;
    z-index: 1;
}

.terms-list-color {
    color: var(--light-blue) !important;
}
/*End of terms and privacy*/

.isDesktopStrict {
    display: block;
}

.isMobileStrict {
    display: none !important;
}



.hasStickyNav {
    position: sticky;
    top: 0;
    z-index: 99;
    flex-grow: 1;
    margin-left: -0.938rem;
    margin-right: -0.938rem;
}

.terms-panel-onboarding {
    max-height: 41.625rem;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.forgot-password:hover {
    color: #0C91CF !important;
}

.err_message, .req_message {
    display: flex;
    border-radius: 0.625rem;
    overflow: hidden;
    height: 2.813rem;
    width: auto;
    background: #FFFFFF;
    box-shadow: 0.063rem 0.063rem 9px 0rem #797979;
}

.error_mess {
    color: #A83F38;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.813rem;
    padding: 0rem 0.938rem;
}

.sent_mess {
    color: #288F4A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.813rem;
    padding: 0rem 0.938rem;
}

.failed_text, .sent_text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.813rem;
    padding: 0rem 1.25rem;
}

.req_failed_con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 0.938rem;
}

.req_sent_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -1.25rem;
}

/*explore modal*/

.ex_modal_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    border: 0.063rem solid #ababab;
    cursor: pointer;
    background: #ababab;
    border-radius: 0.75rem;
}

    .ex_modal_icon.active {
        background: transparent linear-gradient(180deg, #00D0FA 0%, #00A8FC 100%) 0% 0% no-repeat padding-box;
        border: 0.063rem solid #00bef9;
    }


    .ex_modal_icon:hover {
        /* box-shadow: inset 0rem 0rem 1.25rem 0.125rem #00b3fb;*/
        box-shadow: inset 0rem 0rem 1.25rem 0.125rem #9b99999c;
    }

    .ex_modal_icon img {
        width: 30%;
    }


.messWidth {
    width: 58%;
    margin: auto;
}

.grp_pass .form-control {
    border-top: 0.063rem solid #ced4da;
    border-right: 0rem;
    border-left: 0.063rem solid #ced4da;
    border-bottom: 0.063rem solid #ced4da;
}

.grp_pass .input-group-text {
    border-top: 0.063rem solid #ced4da;
    border-right: 0.063rem solid #ced4da;
    border-left: 0px;
    border-bottom: 0.063rem solid #ced4da;
}


.grp_pass .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}

.agreement-fade-bottom {
    background-image: linear-gradient(to bottom, transparent, #ffffff 100%);
    height: 110px;
    z-index: 5;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#NewPassword button.input-group-text, #newPin button.input-group-text {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#NewPassword input, #newPin input{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: transparent;
}

.isIOS {
    display: none !important;
}

.step-circle-blue {
    background: #00BEF9;
    padding: 3px 8px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}

.vl {
    border-left: 5px solid #E6E9EC;
    height: 100%;
    width: 5px;
}

.border-gray {
    border: 1px solid #E6E9EC;
    border-radius: 8px;
}

.carousel-circle-indicator-blue {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50px !important;
    background: #00BEF9 !important;
}

/*Wallet*/
.bg-gray {
    background: #F9FAFC;
    border-radius: 10px;
}

.bg-darker-gray {
    background: #F2F3F7;
}

.bg-white {
    background: #fff;
}

.steps-active-level {
    padding: 4px 10px;
    background: #00BEF9;
    border-radius: 50px;
    color: #fff;
}

.steps-level {
    padding: 4px 10px;
    background: #F2F3F7;
    border-radius: 50px;
    color: #ABABAB;
}

.progress-two {
    padding: 4px 10px;
    background: #00BEF9;
    border-radius: 50px;
    color: #fff;
}

.badge-done {
    background: #EAFFF1;
    border-radius: 20px;
    color: #3DDB72;
    padding: 0px 15px 2px;
    letter-spacing: 1px;
    font-weight: 500;
}

    .badge-done::before {
        content: "Done";
        color: #3DDB72;
        font-size: 0.6875rem;
    }

.badge-inprogress {
    background: #EBFAFF;
    border-radius: 20px;
    color: #00BEF9;
    padding: 0px 7px 2px;
    font-weight: 500;
}

    .badge-inprogress::before {
        content: "In Progress";
        color: #00BEF9;
        font-size: 0.6875rem;
    }
/*endof wallet*/

.portfolio-right {
    background: #FCFCFC;
}

.pr-cards {
    background: #fff;
    border: 1px solid #F2F3F7;
    box-shadow: 0 3px 10px rgb(120 136 162 / 10%);
    overflow: hidden;
}

.badge-green {
    background: #EBFBF9;
    color: #1BBFAF;
    border-radius: 20px;
    padding: 3px 10px;
}

.badge-red {
    background: #FFEEF0;
    color: #FA6960;
    border-radius: 20px;
    padding: 3px 10px;
}

.badge-gray {
    background: #F2F3F7;
    color: #000;
    border-radius: 20px;
    padding: 3px 10px;
}

.chart-btn {
    width: 24px;
    height: 24px !important;
    padding: 0 !important;
    border-radius: 4px !important;
}

.badge-green img {
    margin-bottom: 3px;
}

.badge-red img {
    margin-bottom: 3px;
}

.footer-growr-text {
    width: 100%;
}

.mf-header-logo {
    position: absolute;
    left: 64px;
    z-index: 9999;
    cursor: pointer;
    width: auto;
}

.mf-nav .nav-tabs li a {
    color: #878787;
    font-weight: 500;
    border: 0;
    padding: 5px 15px;
}

.mf-nav .nav-tabs .nav-item.show .nav-link, .mf-nav .nav-tabs .nav-link.active {
    color: #00BEF9;
    font-weight: 500;
    border: 0;
    border-bottom: solid #00BEF9;
}

.mf-nav .nav-tabs {
    background-color: transparent;
    z-index: 9;
}

.portfolio-chart {
    width: 100%;
    height: 50vh;
}

/*Insure style*/
.insure-banner {
    max-height: 222px;
    background: linear-gradient(rgba(0,208,250,1) 0%,rgba(0,143,248,1) 100%);
    position: relative;
    overflow: hidden;
}

.insure-banner img {
    margin-top: -13px;
}

.insure-hw {
    height: 136px;
    border: 1px solid #E6E9EC;
    position: relative;
    overflow: hidden;
}

.insure-hw img {
    position: absolute;
    right: 3px;
    top: -38px;
}

.insure-faq {
    height: 136px;
    border: 1px solid #E6E9EC;
    position: relative;
    overflow: hidden;
}

    .insure-faq img {
        position: absolute;
        right: -32px;
        top: -92px;
    }

.insure-what {
    height: 136px;
    border: 1px solid #E6E9EC;
    position: relative;
    overflow: hidden;
}

.insure-what img {
    position: absolute;
    right: -32px;
    top: -91px;
}


.insure-title {
    letter-spacing: 1.5px;
}

.insure-life {
    height: 150px;
    background: #6CCB7F url(../../Images/Insure/life.png) no-repeat center center;
    background-size: cover;
    transition-duration: 0.5s;
    cursor: pointer;
}

.insure-health {
    height: 150px;
    background: #FC7070 url(../../Images/Insure/health.png) no-repeat center center;
    background-size: cover;
    transition-duration: 0.5s;
    cursor: pointer;
}

.insure-coming-soon {
    height: 150px;
    background: #FFD79E url(../../Images/Insure/coming-soon.png) no-repeat center center;
    background-size: cover;
    transition-duration: 0.5s;
    cursor: pointer;
}

.insure-coming-soon-two {
    height: 150px;
    background: #AA81E8 url(../../Images/Insure/coming-soon-two.png) no-repeat center center;
    background-size: cover;
    transition-duration: 0.5s;
    cursor: pointer;
}

.hover-card:hover {
    transform: scale(1.05);
    transition-duration: 0.5s;
}

.health-banner-one {
    height: 150px;
    background: no-repeat center center;
    background-size: cover;
    transition-duration: 0.5s;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.health-banner-two {
    height: 150px;
    background: url(../../Images/Insure/health-banner-two.png) no-repeat center center;
    background-size: cover;
    transition-duration: 0.5s;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.health-banner-panel {
    background: #fff;
    border-radius: 8px;
}

.insure-started {
    justify-content: center;
}

.insure-policy-banner {
    border: 1px solid #95CEFC;
    border-radius: 8px;
    height: 110px;
    background: #ECFAFF;
    overflow: hidden;
    position: relative;
}

    .insure-policy-banner:hover {
        background: #D6F5FF;
    }

.singlife-policy {
    position: absolute;
    right: -1px;
}

.banner-life {
    height: 200px;
    background: #6CCB7F url(../../Images/Insure/banner-life.png) no-repeat;
    background-position: 80% 45%;
}

.banner-health {
    height: 200px;
    background: #FC7070 url(../../Images/Insure/banner-health.png) no-repeat;
    background-position: 80% 42%;
}



.mk-banner-context {
    margin-left: 180px;
}

.mk-search {
    width: 25rem !important;
    border: 1px solid #E6E9EC;
    border-radius: 8px !important;
}

.file-claim {
    background: #fff;
    width: 536px;
}

.dp-gray select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 220px;
    background-position-y: 13px;
    cursor: pointer;
    position: relative;
}

    .dp-gray {
        position: relative;
        overflow: hidden;
        width: 250px;
        border-radius: 3px;
        cursor: pointer;
    }

        .dp-gray:after {
            content: '';
            background: url(../../Images/Common/arrow-down-gray.png) no-repeat !important;
            padding: 0.5rem 0.625rem;
            position: absolute;
            right: 7px;
            font-size: 0.625rem;
            top: 0.9rem;
            text-align: center;
            pointer-events: none;
            border: none !important;
        }

.dp-gray-a:hover {
    background: #D6F5FF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.singlife-bg {
    background: #FF0008;
}

.insured-btn {
    font-size: 1rem;
}

/*End insure style*/
.success-order-bg {
    background: linear-gradient(rgb(43 201 250 / 95%), rgba(70 211 255 /100%));
    border-radius: 1.875rem;
    background-size: cover;
}

.success-order-bg-img {
    background: url(../../Images/ViewFund/success-order-bg.png) no-repeat top center;
    background-size: contain;
}

.success-order-content {
    margin-top: 7.375rem;
    text-align: center;
}

.success-order-header {
    position: absolute;
    top: -13%;
    vertical-align: top;
    left: 24%;
}

.app-alert {
    display: none;
}

.categories-width {
    width: 86%;
}
.blur-bg {
    background: rgb(251 251 251 / 25%);
    backdrop-filter: blur(2px);
}

.wave {
    background: url(../../Images/Common/Icon/wave.png) bottom no-repeat;
    background: url(../../Images/Common/Icon/wave.png) bottom no-repeat;
    background-size: 112% 124%;
    background-position-y: 15px;
}

/*Showman*/
.showman-small {
    height: 100px;
    border-radius: 1.25rem;
}
.showman-sidebar img{
    height: 623px;
    width: 285px;
    border-radius: 1.25rem;
}
/*end showman*/

.dp-checkbox {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .dp-checkbox:after {
        content: "\f078";
        color: #00BEF9;
        padding: 0.5rem 0.625rem;
        position: absolute;
        right: 0;
        font-size: 0.625rem;
        top: 0.313rem;
        text-align: center;
        pointer-events: none;
        font-family: 'Font Awesome 5 Free';
    }

.dp-checkbox-down {
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    border: 1px solid #D5D6D9;
}

.dp-checkbox-hover:hover {
    background: #F5F5F5;
    border-radius: 8px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.mobile-nav-display {
    display: none !important;
}

.card-active {
    border: 1px solid rgb(158 210 250);
    background-color: rgba(233, 240, 250);
}

.card-active span,
.card-active small {
    /*color: #fff !important;*/
}

.max-w-full {
    max-width: 100% !important;
}

.user-dividend-table-responsive::-webkit-scrollbar {
    height: 4px;
}


/*responsive*/
@media (min-width: 1921px) {
    .investaMF-container {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        flex: 1 1 0;
    }

    .mainSiteContainer {
        width: 1600px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .main-content {
        background: none;
    }

    .notification-content {
        position: absolute;
    }

    .topbar {
        max-width: 1600px;
    }

    .wrapper-toggled.toggledSide {
        max-width: calc(1600px - 17rem);
    }

    .new_user img.w-100, .new_create img.w-100, .welcome_banner img.w-100 {
        width: 65% !important;
    }
}

@media (max-width: 1366px) {
    .terms-panel-onboarding {
        max-height: 420px !important;
    }

    .mk-banner-context {
        margin-left: 120px;
    }

    .xl-fs-12 {
        font-size: 12px !important;
    }
}

@media (max-width: 1900px) {
    .new_user img.w-100, .new_create img.w-100, .welcome_banner img.w-100 {
        width: 55% !important;
    }
}
@media (min-width: 1821px) {
    .new_user img.w-100, .new_create img.w-100, .welcome_banner img.w-100, .userReg_empty img.w-100, .portfolio_empty img.w-100 {
        width: auto !important;
        height: 15.188rem;
        margin: auto;
    }
}
@media (max-width: 1800px) {
    .new_user img.w-100, .new_create img.w-100, .welcome_banner img.w-100 {
        width: 60% !important;
    }
}


@media (max-width: 1500px) {
    .new_user img.w-100, .new_create img.w-100, .welcome_banner img.w-100 {
        width: 92% !important;
    }
}

@media (max-width: 1290px) {

    .mn-40 {
        width: 80%;
    }

    .fs-20 {
        font-size: 18px;
    }

    .mk-banner-context {
        margin-left: 45px;
    }
}

@media (max-width: 1155px) {
    .categories-width {
        width: 100%;
    }
}

@media (max-width: 1098px) {


    .right-col {
        margin-top: 1.25rem !important;
    }
}

@media (max-width: 1044px) {
    .cat a:nth-child(3n+1) {
        margin-right: 0.938rem;
    }
}


@media (max-width: 1154px) {
    .direction-column {
        flex-direction: column;
    }

    .cstm_dblock {
        display: block;
    }

        .cstm_dblock .right-col {
            margin-top: 0.625rem !important;
        }

    .categoryTab .col-md-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}


@media (max-width: 1024px) {


    form.form-inline.navbar-search {
        margin-bottom: 0rem;
        margin-right: 0.625rem;
    }

    .mn-40 {
        width: auto;
    }

    .welcome-container {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
    }

    /*.mf-footer {
    position: relative;
    overflow: hidden;
}*/

    .banner-text {
        width: 450px;
    }

    /* .cat .col-lg-4 {
    flex: auto;
    margin: 0rem 0rem 100px 0rem !important;
    max-width: 100%;
}*/
    .cat a {
        flex: auto;
        margin: 0rem 0rem 100px 0rem !important;
        max-width: 100%;
    }



    .w-80 {
        width: 80%;
    }

    .r-60 {
        right: 0.625rem;
    }

    .footer-growr-text {
        font-size: 0.625rem !important;
    }

    .hw-title {
        font-size: 1rem !important;
        z-index: 1;
    }

    .auto-invest-payment-logs {
        max-height: 100% !important;
    }
}



@media (max-width: 992px) {
    .direction-column {
        flex-direction: row;
    }

    .inv_history input {
        width: 100%; /*
        margin-right: 0rem;*/
        height: 2.188rem;
    }

    .inv_history button {
        width: 150px;
    }

    .searchCon {
        width: 100%;
    }

    #sidebarToggleTop.toggled {
        background: #fff;
    }

    .sidebar {
        overflow: scroll;
    }

    .messWidth {
        width: 92%;
        margin: auto;
    }

    .new_user img.w-100, .new_create img.w-100, .welcome_banner img.w-100 {
        width: 80% !important;
    }

    .search-top {
        display: flex;
    }

    /* .cat .col-lg-4 {
        flex: auto;
        margin: 0rem 0rem 1.25rem 0rem !important;
        max-width: 100%;
    }*/

    .cat a {
        flex: auto;
        margin: 0rem 0rem 1.25rem 0rem !important;
        max-width: 100%;
    }

    .cat {
        flex-direction: column;
    }

    .right_icon {
        position: relative;
        width: 50%;
        float: right;
    }

    .isMobile {
        display: block;
    }

    .isDesktop {
        display: none !important;
    }

    /*.mf-footer {
        height: 150px !important;
    }*/

    .mbt-sm-5 {
        margin-top: 3.75rem !important;
    }

    .cat .mbt-sm-5 {
        margin-top: 5rem !important;
    }

    .side-col {
        max-width: 100%;
        margin: 0rem 0.938rem;
    }

    .topbar .navbar-search {
        width: auto;
    }

    .w-80 {
        width: 80%;
    }

    .r-60 {
        right: 3.75rem;
    }

    .back-text {
        position: relative;
    }

    .left_image {
        position: relative;
    }

    .welcome-left-side{
        display: none !important;
    }

    .auto-invest-navs {
        margin-top: 5px !important;
    }

    .auto-invest-nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .auto-invest-nav-tabs {
        flex-wrap: nowrap;
        overflow: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .auto-invest-tab-content {
        margin-bottom: 80px;
    }

    .auto-invest-nav-tabs .nav-item {
        white-space: nowrap;
    }

    .auto-invest-nav-tabs .nav-link {
        padding: .5rem;
    }

    .footer-container {
        display: none !important;
    }

    .investa-long {
        width: 50% !important;
    }

}

@media (max-width: 850px) {

    .how-it-works .col-md-6 {
        padding: 0 0.938rem !important;
    }

    .dropdown-search-result-content {
        max-height: 12.5rem;
        width: 21.875rem !important;
    }

    form.form-inline.navbar-search {
        margin-right: 0.625rem;
    }

    .main-content {
        margin-left: 0rem;
    }

    .topbar {
        border-bottom: 0rem;
    }

    .failed_text, .sent_text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 4.375rem;
        padding: 0rem 1.25rem;
    }

    .err_message, .req_message {
        height: 4.375rem;
    }

    .error_mess, .sent_mess {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 4.375rem;
        padding: 0rem 1.25rem;
    }

    .req_sent_container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1.25rem;
        position: relative;
        bottom: 0rem;
        top: 0rem;
    }

    .req_failed_con {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1.25rem;
        position: relative;
        bottom: 0rem;
        top: 0rem;
    }

    .categoryTab {
        justify-content: space-between;
    }

    .notification-content {
        right: 3.125rem;
    }

    .notification-scroll {
        max-height: 150px;
    }

    .search-top {
        display: inline;
    }
    /*modal widthdrawal*/
    .withdrawalModal, .filterModal {
        width: 91%;
    }

    .new_user_banner {
        background-color: #1699f8;
    }

    /*.new_user_banner img, .userReg_empty img {
        width: 70% !important;
        margin: auto
    }*/





    /* .invSearch .fa-search {
            margin-top: -8px;
        }*/

    .inv_history input {
        margin-right: 1.563rem;
    }

    .welcome-left-side {
        display: none !important;
    }

    .welcome-content {
        justify-content: center;
        margin: 0 auto;
    }

    .w-500 {
        width: 100%;
    }

    .mx-770 {
        max-width: 43.75rem;
    }

    /* .cat .col-lg-4 {
        flex: auto;
        margin: 0rem 0rem 1.25rem 0rem !important;
        max-width: 100%;
    }
*/
    .cat a {
        flex: auto;
        margin: 0rem 0rem 1.25rem 0rem !important;
        max-width: 100%;
    }

    .cat .mbt-sm-5 {
        margin-top: 5rem !important;
    }

    .categoryTab img {
        width: 100%;
        margin-bottom: 0rem;
    }

    .categoryTab .col-md-4 {
        padding: 0rem;
        flex: 0 0 33%;
        max-width: 31%;
    }

        .categoryTab.col-md-4 img {
            width: 50%;
        }

        .categoryTab .col-md-4:nth-child(3n+1) {
            padding: 0rem
        }

        .categoryTab .col-md-4:nth-child(3n+3) {
            padding: 0rem
        }

    .sidebar.toggled {
        display: none;
    }

    .topbar .navbar-search {
        width: 100%;
    }

    .banner-text {
        width: 100%;
    }

    .banner-image {
        position: relative;
        margin-right: -0.938rem !important;
        margin-bottom: -0.938rem !important;
    }




    .mobile-mf-account {
        display: block;
        height: 3.125rem;
        overflow: hidden;
        position: relative;
    }

    .m-account-settings {
        position: relative;
    }

    .mf-footer {
        height: auto !important;
        margin: 0 auto;
        position: relative;
        text-align: center !important;
    }

    .mf-footer {
        padding: 0 !important;
        margin: 0 !important;
    }

    .welcome-content .col-md-3, .welcome-content .col-md-6 {
        padding: 0.938rem 0.938rem 0rem 0.938rem !important;
    }

    .mf-footer .h50 {
        height: auto;
    }

    .ft-last-column {
        justify-content: center !important;
    }

    .ft-last-column {
        margin-right: 0 !important;
    }

    .ft-reserve {
        justify-content: center !important;
        margin-right: 0 !important;
    }

    .ft-growr-img {
        padding-left: 0 !important;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .footer-growr-text {
        margin: 0 auto;
    }

    .mobile-nav-display {
        display: block !important;
    }

    .mobile-prizes-footer {
        display: none !important;
    }
    
    .user-dividend-table thead th,
    .user-dividend-table tbody td {
        padding: .5rem !important;
    }

    .user-dividend-card {
        padding: .75rem;
    }

    .td-date {
        width: 80px !important;
    }

}

@media (min-width: 768px) {
    .register-container {
        max-width: 446px;
        margin: 0 auto;
    }

    .terms-content p {
        font-size: 0.938rem;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .main-content {
        flex: 1 0 auto !important;
    }

    .search-top {
        right: 0rem;
    }

    .topSearchIcon {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        .topSearchIcon .fa-search {
            margin-top: auto;
            display: flex;
            align-items: center;
            position: relative;
        }

    .topbar .navbar-search input {
        margin: auto;
        padding-left: 0.625rem;
        box-shadow: 0 0 0 0.2rem transparent;
    }

    .topbar .form-inline .input-group {
        height: 100%;
        display: flex;
        align-items: center;
    }

    form.form-inline.navbar-search {
        height: 100%;
        display: flex;
        align-items: center;
        background: #F2F3F7;
    }

    .mx-820 {
        max-width: 730px !important;
    }

    .hw-title {
        font-size: 1.2rem !important;
    }

}

@media (max-width: 767px){
    .mr-absolute {
        position: relative !important;
    }
}

@media (max-width: 766px) {
    .topbar .form-inline .input-group {
        margin-top: 0rem;
    }

    .inv_history button {
        width: 100%;
    }

    form.form-inline.navbar-search {
        margin-bottom: 0rem;
    }

    .inv_history input {
        margin-right: 0rem;
    }

    /*.invSearch .fa-search {
            margin-top: -5px;
        }*/

    .new_user img.w-100, .new_create img.w-100, .welcome_banner img.w-100, .userReg_empty img.w-100, .portfolio_empty img.w-100 {
        width: 40% !important;
        margin: auto
    }

    .register-closed-margin {
        margin-top: 3.25rem !important;
    }

    .app-alert {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        color: #31456A;
        font-size: .625rem;
        max-height: 64px;
        display: block;
        background: #fff;
        padding: .75rem 1.25rem;
        border-radius: 0;
        border: none;
        margin-bottom: 0;
        z-index: 1000;
        border-bottom: 1px solid #cfdce8 !important;
    }

    .alert-dismissible {
        padding-right: 2.25rem !important;
    }

    .alert-dismissible .close {
        top: 50%;
        transform: translateY(-50%);
    }

    .download-logo-text {
        color: #31456A !important;
        text-decoration: none !important;
    }

    .app-alert h5 {
        font-size: .875rem;
        font-weight: 700;
    }

    .ob-mobile-scrollbar {
        max-width: 310px !important;
    }
    /*Testing code mobile toast message*/
    #AlertNotificationMessage {
        left: 55%;
        width: 90%;
    }
}

@media (max-width: 600px) {
    .card-choices img.wp-100 {
        float: right;
    }

    .new_user_banner img, .userReg_empty img {
        width: 70% !important;
        margin: auto
    }


    .main-content {
        margin-top: 147px;
    }

    .main-content {
        margin-top: 0px !important;
    }

    .search-top {
        top: 3.125rem;
        width: 100%;
        position: absolute;
        padding: 0.625rem 0.938rem 0.938rem 0.938rem;
        background: #fff;
        margin-top: -10px;
        border-bottom: 0.125rem solid #F2F3F7;
        flex-direction: column;
    }

    .topbar .navbar-search input {
        margin-right: 0rem;
        /* margin-bottom: 0.625rem;*/
    }

    form.form-inline.navbar-search {
        margin-bottom: 0rem;
        margin-right: 0rem;
    }

    /* .topSearchIcon .fa-search {
            margin-top: -8px;
        }*/

    .topbar .btn {
        width: 100%;
        margin-top: 0.625rem;
    }

    .w-80 {
        width: 100%;
    }

    .user-dividend-table thead th,
    .user-dividend-table tbody td {
        font-size: .75rem;
        max-width: 120px;
        width: 120px !important;
    }

    .main {
        margin-bottom: 50px;
    }

    .modal-body.dc-modal-body {
        max-height: 85vh;
        max-height: 85dvh;
        overflow: auto;
    }
    .w-medium-100{
        width: 100% !important;
    }
}

@media (max-width: 567px) {

    .country-form-group {
        margin-left: 0 !important;
    }

    .application-form-input.onboarding {
        max-width: 250px !important;
    }

    .dropdown-search-result-content {
        max-height: 25rem;
        width: 100% !important;
    }

    .welcome-container {
        padding-left: 0.938rem;
        padding-right: 0.938rem;
    }

    .wrapper-toggled.toggledSide + .mainsite-wrapper {
        height: 80vh;
    }

    .dropdown-search-result-content.dropdown-menu {
        width: 100%;
    }

    /*modal widthdrawal*/
    .withdrawalModal, .filterModal {
        width: 100%;
    }

    .deposit-btn span {
        font-size: 0.688rem;
    }

    .fund_graph {
        height: 18.75rem;
    }

    .portfolio_graph {
        height: 12.5rem;
    }

    .get-started {
        width: 100%;
    }

    .form-mobile {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .risk-profile-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .w-500 {
        width: 100% !important;
    }

    .dp {
        width: 100%;
    }

    #wrapper #content-wrapper {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden;
        margin-left: 0rem !important;
    }

    .sidebar.toggled {
        width: 100% !important;
        bottom: 0px;
        display: inline-flex;
        flex-flow: row;
        width: 100%;
        justify-content: space-between;
        z-index: 99999999; 
        align-items: flex-end;
        justify-content: space-between; 
        height:0px;
    }
        .sidebar.toggled .nav-item {
            background: var(--light-blue); 
            width: 100%;
            display: none;
        }
    .sidebar.toggled .nav-item .nav-link i {
        color: #B3ECFD;
        font-size: 2rem;
    }
    .sidebar.toggled .nav-item .nav-link {
        width: auto;
        padding: .5rem 0rem;
    }
            .toggled.sidebar .nav-item .nav-link span {
                display: none;
            }
    .sidebar.toggled .nav-item.active {
        background: #0C91CF;
        
    }
        .sidebar.toggled .nav-item.active .nav-link i {
            color: #fff !important;
        }

    .sidebar.toggled .nav-item.--prize {
        height: 66px;
        justify-content: center;
    }
    .prizes-icon::before {
        transform: translate(-0.25rem, 0.5rem);
    }
    .prizes-icon::after {
        transform: translate(0, 0);
    }


    .sidebar.toggled .fa-briefcase:before, .sidebar.toggled .fa-search:before {
        font-size: 1.8rem;
    }
    .sidebar.toggled{
        border-right:0rem;
        padding:0rem;
    }
    .footer-container{
        padding-bottom:90px !important;
    }

    .main-content {
        margin-left: 0rem;
    }

    .max-container {
        max-width: 35.438rem;
        overflow: auto;
    }

    /* .cat .col-lg-4:nth-child(3n+1), .cat .col-lg-4:nth-child(3n+2), .cat .col-lg-4:nth-child(3n+3) {
            margin: 0.625rem auto;
        }

        .cat .col-lg-4 {
            flex: auto;
            max-width: 100%;
            margin-bottom: 1.25rem;
        }*/



    .cat a {
        margin: 0.625rem auto;
        flex: auto;
        max-width: 100%;
        margin-bottom: 1.25rem;
    }


    .back-text {
        position: relative;
        display: block;
        padding-top: 1.25rem;
        /*padding-bottom: 230px;*/
    }

    .left_image {
        bottom: 0rem;
        position: absolute;
        margin: auto !important;
    }

    .r-60 {
        right: 0rem;
    }

    .mbt-sm-5 {
        margin-top: 5rem;
    }

    .search-top {
        top: 3.125rem;
        width: 100%;
    }


    #sidebarToggleTop {
        border-bottom: 0rem;
    }

    .inv_history input {
        width: 100%;
    }

    .top-text {
        width: 100%;
    }

    .bank-info {
        width: 100%;
    }

    .mobile-mf-account {
        display: block;
        width: 100%;
        height: 3.125rem;
        position: relative;
        overflow: hidden;
    }

    .mf-footer {
        z-index: 1;
    }

    .mf-footer p {
        text-align: center !important;
    }

    .notification-scroll {
        width: 25rem;
    }

    .notification-content {
        /*right: 0.625rem;*/
        right: 5px;
    }

    .isDesktopStrict {
        display: none !important;
    }

    .isMobileStrict {
        display: block !important;
    }

    .agreement {
        margin-top: 1.25rem;
    }

    .terms-panel-onboarding {
        max-height: 25rem;
    }

    .terms-content p {
        font-size: 0.75rem;
    }

    .terms-content label {
        font-size: 1.125rem;
    }

    .terms-list-numbers li {
        font-size: 0.75rem;
    }

    .i-agree {
        font-size: 0.75rem;
    }

    .btn-250 {
        width: 100%;
    }

    .security-pin {
        height: 100vh;
    }

    /*.form-mobile {
            padding-top: 1.875rem;
            padding-bottom: 1.875rem;
        }*/

    .flex-grid {
        min-height: calc(100vh - 112px);
   
    }

    #my_camera video {
        position: absolute;
        left: 50%;
        transform: scaleX(0.296875) scaleY(0.333333) translateX(-50%) !important;
    }

    .isMobile567 {
        display: none;
    }

    .deposit-col-11 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    #payment_time input {
        width: 100% !important;
    }

    .pr-cards {
        margin-bottom: 10px;
    }

    .remove-px-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .insure-started {
        justify-content: flex-start;
    }

    .hw-title {
        font-size: 1.2rem !important;
        margin-left: 25px;
        margin-top: 20px;
    }

    .insure-hw img {
        top: -160px;
    }

    .insure-faq img {
        top: -200px;
    }

    .insure-what img {
        right: -31px;
        top: -200px;
    }

    .insure-banner img {
        width: 65%;
        margin-top: 0;
        left: -50px;
        position: absolute;
    }

    .insure-banner span {
        font-size: 1.12rem;
    }

    .insure-banner button {
        font-size: 1rem;
    }

    .insure-banner-img {
        display: flex;
        height: 150px;
        width: 200px;
    }

    .mk-search {
        width: 320px !important;
    }

    .mk-banner-context {
        margin-left: 11px;
        width: 50%;
    }

    .banner-life {
        background-position: 125% 214%;
        background-size: 62% 81%;
    }

    .banner-health {
        background-position: 125% 214%;
        background-size: 62% 80%;
    }

    .insure-policy-banner {
        height: 100%;
        padding: 0.625rem;
    }

    .file-claim {
        width: 100%;
    }

    .custom-sm-flexcolumn {
        flex-direction: column;
    }

    .insured-btn {
        font-size: 0.688rem;
    }

    .auto-invest-nav-tabs .nav-link {
        font-size: 13px !important;
    }

    .sm-fs-11 {
        font-size: 0.688rem !important;
    }

    .bootstrap-datetimepicker-widget {
        max-width: 100%;
    }

    /* Adjust the input width */
    .input-group.date {
        width: 100%;
    }
}


@media (max-width: 480px) {
    .categoryTab .col-md-4 {
        padding: 0rem;
        flex: 0 0 48%;
        max-width: 48%;
    }

        .categoryTab.col-md-4 img {
            width: 100%;
        }

    .new_user img.w-100, .new_create img.w-100, .welcome_banner img.w-100, .userReg_empty img.w-100, .portfolio_empty img.w-100 {
        width: 70% !important;
        margin: auto
    }
}


@media(max-width: 390px) {
    .notification-content {
        right: 0;
    }
    .modal-xm {
        margin: 4px !important;
    }
}


@media (max-width: 375px) {
    .topbar .navbar-search input {
        margin-top: 0.313rem;
    }

    .categoryTab img {
        width: 100%;
    }

    .right_icon {
        width: 100%;
    }

    .deposit-barvalue, .cash-barvalue, .withdrawn-barvalue, .fund-barvalue {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .notification-content {
        /*position: absolute;*/
        background: #fff;
        transition: all .75s ease;
        right: 0.625rem;
    }

    .n-active {
        position: relative;
        padding: 0.625rem;
        top: auto;
        background: #1a2948;
        left: auto;
        font-size: 1.563rem;
    }

    .fa-bell {
        font-size: 1.563rem;
    }

    .notification-scroll {
        max-height: 21.875rem;
        width: 21.875rem;
    }

    #accordionSidebar {
        z-index: 22;
    }

    .success-order-header{
        left: 17%;
        top: -13%;
    }

    .success-order-header img {
        width: 80% !important;
    }
}

@media (max-width: 360px) {
    .max-container {
        max-width: 22.5rem;
        overflow: auto;
    }

    .dataTable {
        max-width: 100%;
        overflow: auto;
    }
}

@media (max-width: 320px) {
    .notification-scroll {
        width: 19.375rem;
    }

    .notification-content {
        right: 0.313rem;
    }

    .notification-sub-text {
        font-size: 0.75rem;
    }

    .terms-panel-onboarding {
        max-height: 15.625rem;
    }

    .terms-content p {
        font-size: 0.625rem;
    }

    .terms-content label {
        font-size: 1.125rem;
    }

    .mk-search {
        width: 270px !important;
    }

    .dc-modal-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .dc-modal-body .panel-card {
            padding-left: 0 !important;
            padding-right: 0 !important;            
        }

    .radio-customize {
        margin-right: 0px !important;
    }

    .radio-customize + label {
        font-size: 12px !important;
    }

    .application-form {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}



@media (-webkit-min-device-pixel-ratio: 1.25) {
    .terms-panel-onboarding {
        overflow-y: scroll;
    }
}

@media(max-width: 1280px) {
    .terms-panel-onboarding {
        overflow-y: scroll;
    }
}

@media(min-width: 1526px) {
    .terms-panel-onboarding {
        max-height: 31.25rem;
    }
}

@media(max-width: 1226px){
    .terms-panel-onboarding {
        max-height: 21.875rem;
    }
}

@media (min-height: 775px) and (max-width: 850px) {
    .modal-open .modal.mobile-view-modal {
        overflow-y: hidden !important;
    }

    .terms-content p {
        font-size: 1.175rem;
    }
}

@media(min-width: 1080px) and (max-width: 1225px) {
    .terms-panel-onboarding {
        max-height: 100vh;
    }
}

@font-face{
    font-family: 'password-mask';
    src: url(../Font/text-security-disc.woff);

}

.numeric-password {
    font-family: password-mask;
}
.numeric-password::placeholder {
    font-family: var(--roboto);
}



.c-modal .modal-dialog {
    margin: 0 auto;
    padding: 0 .5rem;
}

.c-modal .modal-content {
    border: none;
    border-radius: 1.25rem;
}

.c-modal .modal-body {
    padding: 0;
}

.c-modal .__close {
    position: absolute;
    inset: 28px 28px auto auto;
}

    .c-modal .__close::after {
        content: url(../../Images/Prizes/icon-modal-close.svg);
        vertical-align: middle;
    }

    .c-modal .__close:hover {
        opacity: .8;
    }


/*Prizes Page General*/
.prizes button{
    border: none;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}


/*Prizes Page*/
.prizes {
    max-width: 797px;
    margin: 0 auto;
    color: #3E3E3E;
    padding: 0rem 0 2rem;
}
.prizes__container {
    border-radius: 1.25rem;
    box-shadow: 0px 3px 50px rgba(49, 69, 106, 0.071);
}
.prizes-header {
    position: relative;
    width: min(797px, 100vw);
    height: 322px;
    background-color: #00D0FA;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
}
.prizes-header-bg {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 100%;
    border-radius: inherit;
}
.prizes-header-bg picture{
    position: absolute;
    inset: 0 0 auto auto;
    width: auto;
    height: 100%;
}

.prizes-music-btn ,
.prizes-info-btn {
    position: absolute;
    top:  28px;
}
    .prizes-music-btn:hover ,
    .prizes-info-btn:hover {
        opacity: .8;
    }

.prizes-music-btn {
    right: 70px;
}
.prizes-info-btn {
    right: 28px;
}
.prizes-info-btn::after {
    content: url(../../Images/Prizes/icon-info.svg); 
}
.prizes-music-btn::after {
    content: url(../../Images/Prizes/icon-music.svg); 
}
.prizes-music-btn.--muted::after {
    content: url(../../Images/Prizes/icon-music-muted.svg); 
}

.prizes-countdown,
.prizes-ticket-counter {
    pointer-events: none;
}

.prizes-countdown {
    position: absolute;
    inset: 23px auto auto 0;
    /*color: #F39444;*/
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    padding: 10px 14px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: linear-gradient(to right, #ED7D5F, #F39444, #FDC00F);
    /*text-transform: uppercase;*/
    /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
    /*white-space: nowrap;*/
    max-width: 210px;
}

.prizes-header .prizes-ticket-counter {
    position: absolute;
    /*inset: 235px 163px auto auto;*/
    inset: 100% 50% auto auto;
    transform: translate(50%,-50%);
    top: 100%;
}
.prizes-ticket-counter {
    background: url(../../Images/Prizes/ticket.svg?i_1) no-repeat center center;
    background-size: contain;
    color: #fff;
    display: flex;
    flex-flow: column;
    /*align-items: center;*/
    padding-left: 100px;
    justify-content: center;
    width: 237px;
    height: 81px;
    -webkit-filter: drop-shadow(0px 3px 25px rgba(49, 69, 106, .3));
    filter: drop-shadow(0px 3px 25px rgba(49, 69, 106, .3));
}

    .prizes-ticket-counter.--small {
        width: 133px;
        height: 45px;
        padding-left: 52px;
        -webkit-filter: drop-shadow(0px 3px 25px rgba(49, 69, 106, 0));
        filter: drop-shadow(0px 3px 25px rgba(49, 69, 106, 0));
    }
.prizes-ticket-counter.--small .__count {
    font-size: 1rem;
}
.prizes-ticket-counter.--small .__text {
    font-size: 12px;
}
.prizes-ticket-counter > .__text{
    font-size: 14px;
    /*font-weight: 700;*/
}
.prizes-ticket-counter > .__count{
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.dots {
    -webkit-text-security: disc !important;
    -moz-text-security: disc !important;
    text-security: disc !important;
}

@media (max-width: 600px) {
    .prizes-header {
       margin: 0 0 30px;
       height: 447px;
       background-size: cover;
       background-position: center center;
       border-radius: 0;
    }
    .prizes-header-bg picture {
        inset: 0 50% auto auto;
        transform: translateX(50%)
    }
    .prizes-music-btn ,
    .prizes-info-btn {
        top: 24px;
    }
    .prizes-music-btn {
        right: 66px;
    }
    .prizes-info-btn {
        right: 24px;
    }
    .prizes-countdown{
    /*.prizes-header .prizes-ticket-counter {*/
        /*right: 50%;
        transform: translateX(50%);*/
    }
    .prizes-countdown{
        /*top: 60px;*/
    }
    /*.prizes-header .prizes-ticket-counter {
        transform: translate(50%,-50%);
        top: 100%;
    }*/

}
.prizes-body{
    padding: 68px 20px;
    min-height: 400px;
}
.prizes-body > .__title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.prizes-claim-container {
    display: flex;
    gap: .5rem;
    justify-content: space-between;
    max-width: 618px;
    min-height: 114px;
    border-radius: 1.25rem;
    box-shadow: 0 3px 50px rgba(49, 69, 106, .1);
    margin: 0 auto 1rem;
    padding: 1rem 1.25rem;
    background-color: #fff;
}
    .prizes-claim__main-text {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: .25rem;
    }
    .prizes-claim__plus-text {
        color: #AFAFAF;
        font-weight: 500;
        padding-left: 28px;
        position: relative;
    }
        .prizes-claim__plus-text::before {
            content: url(../../Images/Prizes/icon-ticket.png?i_1);
            position: absolute;
            inset: 2px auto auto 0;
        }

    .prizes-claim-container > div{
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .prizes-claim-container > div:last-child > button{
        margin-left: auto;
    }

.prizes-claim__btn {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 1rem;
    padding: .85rem 0;
    min-width: 131px;
    max-width: fit-content;
    /*margin-bottom: .5rem;*/
    color: #fff;
    background-color: #5D4FFF;
    background: linear-gradient(180deg, #9990FF 0%, #5D4FFF 100%), #5D4FFF;
    box-shadow: 0px 3px 6px rgba(49, 69, 106, 0.2);
    transition: all .2s ease-in-out;
    transition-property: filter, transform, box-shadow;
}

    .prizes-claim__btn.--claiming {
        background-color: #F98A01;
        background: linear-gradient(180deg, #FFEF4E -110.42%, #F98A01 100%), #F98A01;
    }
        .prizes-claim__btn.--claiming::before {
            content: url(../../Images/Prizes/icon-ticket-white.png);
            margin-right: .4rem;
            vertical-align: middle;
        }
    

    .prizes-claim__btn:hover {
        filter: brightness(115%);
    }

    .prizes-claim__btn:active {
        transform: translateY(2px);
        box-shadow: none;
    }
    .prizes-claim__btn:disabled {
        opacity: 0;
    }
    /*.prizes-claim__btn.--claimed {
        background-color: #EBEBEB;
        background-image: none;
        cursor: not-allowed;
    }
    .prizes-claim__btn:not(.--claimed):hover{
        opacity: .9;
    }
    .prizes-claim__btn:not(.--claimed):active{
        opacity: .8;
    }*/

    .prizes-claim__label {
        font-size: 1rem;
        font-weight: 500;
        color: #878787;
        text-align: center;
        margin: .4rem 0 0 0;
    }

    .prizes-claim__cooldown {
        font-size: 1.25rem;
        font-weight: 700;
        color: #ED7E5F;
        min-width: 131px;
        text-align: center;
    }

    .prizes-claim__claimed {
        content: url(../../Images/Prizes/stamp-claimed.png);
        margin-right: .75rem;
    }

    .prizes-milestone-container {
        background-color: #D6F5FF;
        border-radius: 1.25rem;
        margin: 0 auto 1rem;
        max-width: 618px;
        padding: 1rem;
    }

    .prizes-milestone-container > div:last-child{
        margin-bottom: 0;
    }

        .prizes-milestone-container > .prizes-claim-container.--blue {
            background: url(../../Images/Prizes/bg-claimcontainer-blue.png) no-repeat center center, #00BEF9;
            background-size: cover;
        }
            .prizes-milestone-container > .prizes-claim-container.--blue .prizes-claim__btn {
                color: #00BEF9;
            }

        .prizes-milestone-container > .prizes-claim-container.--violet {
            background: url(../../Images/Prizes/bg-claimcontainer-violet.png) no-repeat center center, #9990FF;
            background-size: cover;
        }
            .prizes-milestone-container > .prizes-claim-container.--violet .prizes-claim__btn {
                color: #9990FF;
            }

            .prizes-milestone-container > .prizes-claim-container.--violet .prizes-claim__claimed {
                content: url(../../Images/Prizes/stamp-claimed--violet.png);
            }

        .prizes-milestone-container > .prizes-claim-container.--red {
            background: url(../../Images/Prizes/bg-claimcontainer-red.png) no-repeat center center, #DA2A58;
            background-size: cover;
        }
            .prizes-milestone-container > .prizes-claim-container.--red .prizes-claim__btn {
                color: #DA2A58;
            }

            .prizes-milestone-container > .prizes-claim-container.--red .prizes-claim__claimed {
                content: url(../../Images/Prizes/stamp-claimed--red.png);
            }

        .prizes-milestone-container > .prizes-claim-container.--orange {
            background: url(../../Images/Prizes/bg-claimcontainer-orange.png) no-repeat center center, #F39444;
            background-size: cover;
        }
            .prizes-milestone-container > .prizes-claim-container.--orange .prizes-claim__btn {
                color: #F39444;
            }

            .prizes-milestone-container > .prizes-claim-container.--orange .prizes-claim__claimed {
                content: url(../../Images/Prizes/stamp-claimed--orange.png);
            }


    .prizes-milestone-container .prizes-claim__main-text,
    .prizes-milestone-container .prizes-claim__plus-text,
    .prizes-milestone-container .prizes-claim__label {
        color: #fff;
    }
    .prizes-milestone-container .prizes-claim__btn {
        background-image: none;
        background-color: #fff;
        color: #5D4FFF;
    }

    .prizes-milestone-container .prizes-claim__btn.--claiming::before {
        content: url(../../Images/Prizes/icon-ticket.png);
    }



    .prizes-body__seperator {
        max-width: 618px;
        margin: 0 auto 2rem;
        padding-top: 1rem;
        border-bottom: 2px solid #D5D5D5;
        opacity: .5;
    }


@media (max-width: 600px) {
    .prizes-claim-container {
        min-height: 87px;
    }
    .prizes-claim__main-text,
    .prizes-claim__btn,
    .prizes-claim__cooldown {
        font-size: 1rem;
    }
    .prizes-claim__plus-text,
    .prizes-claim__label{
        font-size: 14px;
    }
    .prizes-claim__btn ,
    .prizes-claim__cooldown {
        min-width: 102px;
    }
    .prizes-claim__btn{
        min-width: 102px;
        padding: .75rem;
        border-radius: .75rem;
    }
}
    /*.prizes-claim-container.--main {
    background-color: #9990FF;
    background: url(../../Images/Prizes/bg-claimcontainer-violet.png) no-repeat center center;
    background-size: cover;
    color: #fff;
}

    .prizes-claim-container.--main .prizes-claim__plus-text {
        color: #fff;
    }

        .prizes-claim-container.--main .prizes-claim__btn {
            background-image: none;
            background-color: #fff;
            color: #9990FF;
        }
        .prizes-claim-container.--main .prizes-claim__btn.--blue {
            color: #00BEF9;
        }*/
    .reward-modal .modal-dialog {
    max-width: fit-content;
}

.prizes-rewards-image img {
    width: min(100vw, 100%);
}

.mechanics-modal .modal-dialog {
    max-width: 400px;
}
.mechanics-modal .modal-body {
    padding: 1.25rem 1.75rem;
}
.mechanics-modal__title,
.mechanics-modal__content,
.mechanics-modal__remarks {
    text-align: center;
}
.mechanics-modal__title ,
.mechanics-modal__remarks {
    font-weight: 700;
}
.mechanics-modal__title {
    margin: 1rem 0;
    font-size: 22px;
}
.mechanics-modal__content { 
    font-size: 14px;
    line-height: 180%;
}
.mechanics-modal__remarks { 
    font-size: 1rem;
    margin: 1.75rem 0;
}


.fit-modal .modal-dialog {
    max-width: fit-content;
}
.modal-intrusive-ad .modal-dialog {
    max-width: 960px !important;
}

.modal-intrusive-ad .modal-content {
    background: transparent;
    border: none;
}

.modal-intrusive-ad .modal-body {
    overflow: hidden;
}

.br-10 {
    border-radius: 10px;
}

.modal-close-btn {
    position: absolute;
    inset: .25rem .25rem auto auto;
    color: #fff;
    font-size: 2rem;
}

/* Modal Style - confirmation-modal */
.confirmation-modal .modal-body {
    padding: 2rem;
}

    .confirmation-modal .modal-body > div:first-child {
        position: relative;
    }

        .confirmation-modal .modal-body > div:first-child > button.close {
            position: absolute;
            right: 0;
            opacity: 1;
        }

            .confirmation-modal .modal-body > div:first-child > button.close:hover {
                opacity: .8;
            }

        .confirmation-modal .modal-body > div:first-child > h5 {
            font-size: 1.5rem;
            font-weight: 800;
        }

    .confirmation-modal .modal-body p {
        font-size: 1rem;
        text-align: center;
    }

        .confirmation-modal .modal-body p.xs-p {
            font-size: .75rem;
            color: #7888A2;
        }

        .confirmation-modal .modal-body p.xs-p {
            font-size: 0.875rem;
        }

    .confirmation-modal .modal-body > p {
        max-width: 24.125rem;
        margin: 1.75rem auto .75rem auto;
        line-height: 1.5rem;
    }

    .confirmation-modal .modal-body > p {
        margin: 1.75rem auto .75rem auto;
        line-height: 1.5rem;
    }

/*Modal Size Depend on max-width of main <p> + paddings and margins*/
#investaPioneerConfirmationModal.confirmation-modal .modal-body > p {
    max-width: 27rem;
}

#paymentConfirmationModal.confirmation-modal .modal-body > p {
    max-width: 24.125rem;
}

.confirmation-modal .modal-body > div:not(:first-child):not(.button-c) {
    max-width: 19.75rem;
    background-color: #EBF2FB;
    border: 0.063rem solid #CFDCE8;
    border-radius: .75rem;
    margin: 1rem auto 0 auto;
    padding: .75rem 1.5rem 1rem 1.5rem;
}

    .confirmation-modal .modal-body > div:not(:first-child):not(.button-c) > p:nth-child(2) {
        font-weight: 800;
        color: #13BEF9;
        margin: .5rem 0 .25rem 0;
    }

    .confirmation-modal .modal-body > div:not(:first-child):not(.button-c) > a {
        font-size: 1rem;
        font-weight: 800;
        color: #13BEF9;
        text-decoration: underline !important;
        display: flex;
        justify-content: center;
        text-align: center;
    }

        .confirmation-modal .modal-body > div:not(:first-child):not(.button-c) > a:hover {
            /*color: #00afe6;*/
            text-decoration: none !important;
        }

.confirmation-modal .modal-body > .button-c {
    display: flex;
    justify-content: center;
}

    .confirmation-modal .modal-body > .button-c > button {
        font-size: 1.25rem;
        font-weight: 800;
        color: #fff;
        border-radius: 1.5rem;
        background-color: #00BEF9 !important;
        padding: .5rem 2rem !important;
    }

        .confirmation-modal .modal-body > .button-c > button:hover {
            background-color: #00afe6 !important;
        }
/* ! END Modal Style - Confirmation*/



/*AUTO invest style*/

.auto-invest-nav-tabs {
    border-bottom: 1px solid #EBF2FB !important;
}

    .auto-invest-nav-tabs .nav-link {
        color: #CDD0D4;
        font-weight: 400;
        border-bottom: 2px solid transparent;
    }

        .auto-invest-nav-tabs .nav-link.active {
            border: none;
            /*border-bottom: 3px solid #00afe6;*/
            font-weight: 700;
        }

        .auto-invest-nav-tabs .nav-link:hover {
            border: none;
            border: 1px solid transparent;
            /*border-bottom: 2px solid #00afe6;*/
        }

        .auto-invest-nav-tabs .nav-link.active:hover {
            border: none;
            /*border-bottom: 2px solid #00afe6;*/
        }

    .auto-invest-nav-tabs .nav-item {
        margin-bottom: 0 !important;
    }

    .auto-invest-nav-tabs .nav-link::after {
        display: block;
        content: '';
        width: 50%;
        left: 25%;
        bottom: 0;
        /* height: 1px; */
        border-bottom: solid 3px #00afe6;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        position: absolute;
    }

    .auto-invest-nav-tabs .nav-link:hover::after {
        transform: scaleX(1);
        border-radius: 20px;
    }

    .auto-invest-nav-tabs .nav-link.active::after {
        content: "";
        position: absolute;
        left: 24%;
        bottom: 0;
        height: 1px;
        width: 50%; /* or 100px */
        border-bottom: 3px solid #00afe6;
        transform: scaleX(1);
        border-radius: 20px;
    }

/*select {
    -moz-appearance: none;*/ /* Firefox */
/*-webkit-appearance: none;*/ /* Safari and Chrome */
/*appearance: none;
}

.select::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    position: absolute;
    background:red
}*/

.date-select-wrapper {
    appearance: none;
}

/*end Auto invest style*/

.mobile-main-container {
    max-width: 768px;
    display: flex;
    align-content: center;
    justify-content: center;
}

a:hover {
    text-decoration: none;
}

.mobile-footer {
    background: #fff;
    position: fixed;
    height: 72px;
    width: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #dee2e6 !important;
}

.mobile-view-wrapper {
    max-width: 768px;
}

.mobile-footer a {
    text-decoration: none;
}

.home-wallet {
    background: #e5f9ff;
    border-radius: 10px;
}

.home-port {
    background: url(../../Images/Mobile/portfolio-card.png) no-repeat center center;
    background-size: 100% 100%;
}

.home-feature {
    background: url(../../Images/Mobile/home-featured.png) no-repeat center center;
    height: 212px;
    background-size: 100% 100%;
}

.verify-account-banner {
    background: url(../../Images/Mobile/kyc-verify.png) no-repeat center center;
    background-size: cover;
}

.open-account-banner {
    background: url(../../Images/Mobile/open-account-banner.png) no-repeat center center;
    background-size: cover;
}

.text-cyan {
    color: #00BEF9;
}

.text-prizes {
    color: #9a0a0a !important;
}

.port-chart {
    height: 250px;
}

.btn-base {
    display: inline-block;
    cursor: pointer;
    outline: transparent;
    background: transparent;
    border: none;
    border-radius: 6px;
    transition: all 150ms ease-in-out;
}

.more-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 72px;
    background-color: #FFF;
    padding: 1rem;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.more-links li.separator {
    border-top: 1px#dee2e6 solid;
}

.more-content.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.hide-scroll {
    overflow-y: hidden;
}

.more-card {
    color: #FFF;
    border-radius: 4px;
    background: rgb(1,125,92);
    background: radial-gradient(circle, rgba(1,125,92,1) 0%, rgba(0,0,0,1) 80%);
    padding: 1rem 1.5rem;
    min-height: 150px;
}

.more-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.more-fullname {
    color: #FFF;
    font-weight: 400;
    font-size: .875rem;
}

.more-username {
    font-size: .75rem;
}

.more-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .more-links li {
        display: block;
    }

.more-link {
    display: flex;
    align-items: center;
    color: #000 !important;
    padding: .75rem;
}

.more-link-icon {
    margin-right: .75rem;
    color: #00BEF9 !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5faff;
}

.more-link-icon .fa-question-circle:before {
    color: #00BEF9;
}

@media screen and (max-width: 360px) {
    .use-mouse {
        font-size: 0.75rem;
    }
}

.agreement-panel {
    position: relative;
    width: 100%;
    background-image: url('../../Images/Common/investa-logo-bg.png');
    background-repeat: no-repeat;
    background-size: 55%;
    background-position-x: right;
    background-position-y: top;
}

.agreement-feature-list {
    display: block;
    background-color: #f9fafc;
    border-radius: 10px;
}

.overflow-visible {
    overflow: visible !important;
}