﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;900&display=swap');


body {
    font-family: 'Roboto', sans-serif;
}

.fs-poppins {
    font-family: 'Poppins', sans-serif;
}

.fspro {
    font-family: 'Source Sans Pro', sans-serif;
}

:root {
    --navy-blue: #31456A;
    --light-blue: #00BEF9;
    --gray: #878787;
    --light-gray: #D5D6D9;
    --light-green: #34D9C8;
    --dark-gray: #3E3E3E;
    --light-red: #FA6960;
    --white: #ffffff;
    --roboto: 'Roboto', sans-serif;
    --regular: 400;
    --medium: 500;
    --bold: 700;
}

/*z-index class*/
.zindex-1 {
    z-index: 1;
}

.zindex-0 {
    z-index: -1;
}

/*common css*/
.h50 {
    height: 3.125rem;
}

.h35 {
    height: 2.1875rem;
}

.h40 {
    height: 2.5rem;
}

.mx-100 {
    max-width: 100px;
}

.mx-150 {
    max-width: 150px;
}

.mx-770 {
    max-width: 48.125rem;
}

.w-500 {
    width: 31.25rem;
}

.wp-100 {
    width: 6.25rem;
}

.w-400 {
    width: 25rem;
}

.w-150 {
    width: 9.375rem;
}

.w-550 {
    width: 34.375rem;
}

.wh-24 {
    width: 1.5rem;
    height: 1.5rem;
}

.wh-40 {
    width: 2.5rem;
    height: 2.5rem;
}

.wh-36 {
    width: 2.25rem;
    height: 2.25rem;
}

h-36 {
    height: 2.25rem;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}
.semi-bold {
    font-weight: 600;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700 !important;
}

.underline {
    text-decoration: underline;
    text-decoration-color: inherit;
}

.cursor-pointer {
    cursor: pointer;
}

.title-header {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #31456A;
}

.normal-text {
    font-size: 0.875rem;
    font-family: 'Roboto', sans-serif;
    font-weight: var(--regular);
    letter-spacing: 0.031rem;
}


.input-parent:focus-within {
    /*border-color: #00BEF9 !important;*/
    box-shadow: none !important;
}

.form-control:focus {
    /*border-color: #00BEF9 !important;*/
    box-shadow: none !important;
}

.input-group:focus-within {
    border-color: #00bef9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    z-index: 3;
    border-radius: 12px;
    border: 1px solid #00bef9;
}

.input-group .form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.input-group .form-control.is-invalid + .input-group-append .input-group-text,
.input-group .input-group-text.is-invalid {
    border-color: none !important; /* Bootstrap danger color */
}

/*Border radius*/
.br-50 {
    border-radius: 3.125rem;
}

.br-20 {
    border-radius: 1.25rem;
}

.br-16 {
    border-radius: 1rem;
}

.br-12 {
    border-radius: 0.75rem !important;
}

.br-6 {
    border-radius: 0.375rem;
}

.br-8 {
    border-radius: 0.5rem;
}

.br-4 {
    border-radius: 0.25rem;
}

/*Custome margin*/
.cmb-54 {
    margin-bottom: 3.375rem;
}

.cmb-48 {
    margin-bottom: 3rem;
}

.cmb-40 {
    margin-bottom: 2.5rem;
}

.cmb-36 {
    margin-bottom: 2.25rem;
}

.cmb-24 {
    margin-bottom: 1.5rem;
}

.cmb-20 {
    margin-bottom: 1.25rem;
}

.cmb-16 {
    margin-bottom: 1rem;
}

.cmb-14 {
    margin-bottom: 0.875rem;
}

.cmb-12 {
    margin-bottom: 0.75rem;
}

.cmb-8 {
    margin-bottom: 0.5rem;
}

.cmb-6 {
    margin-bottom: 0.375rem;
}

.cmb-4 {
    margin-bottom: 0.25rem;
}

.cmt-36 {
    margin-top: 2.25rem;
}

.cmt-16 {
    margin-top: 1rem;
}

.cmt-12 {
    margin-top: 0.75rem;
}

.cmr-12 {
    margin-right: 0.75rem;
}

.cmr-36 {
    margin-right: 2.25rem;
}

/*Color*/
.gray {
    color: #878787 !important;
}

.light-gray {
    color: #D5D6D9 !important;
}

.dark-gray {
    color: #3E3E3E !important;
}

.navy-blue {
    color: #31456A !important;
}

.navy-blue-light {
    color: #0B5B9E !important;
}

.white {
    color: #fff !important;
}

.off-white {
    color: #FCFCFC;
}

.orange {
    color: #F58869 !important;
}

.light-blue {
    color: #00BEF9 !important;
}

.blue-light {
    background: #E5FAFF;
    border-radius: 0.375rem;
}

.blue-green {
    color: #678C95;
}

.green {
    color: #26d9c6;
}
.dark-green {
    color: #1BBFAF;
}

.investa-blue {
    color: #00D0FA;
}
.light-green {
    color: #34D9C8;
}

.light-red {
    color: #FA6960;
}

.magenda-red {
    color: #D33C48;
}

.normal-red {
    color: #FF6961;
}

.sky-blue {
    color: #CCF2FE;
}
/*end color*/

/*font-size*/

.fs-10 {
    font-size: 0.625rem;
}
.fs-11 {
    font-size: 0.688rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-13 {
    font-size: 0.813rem;
}

.fs-15 {
    font-size: 0.9rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-17 {
    font-size: 1.063rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-19 {
    font-size: 1.188rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-25 {
    font-size: 1.563rem;
}

.fs-26 {
    font-size: 1.625rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-30 {
    font-size: 1.875rem;
}
/*end font-size*/
.fw-700 {
    font-weight: 700;
}

/*Margin bottom spacing*/
.cmb-72 {
    margin-bottom: 4.5rem;
}
.cmb-48 {
    margin-bottom: 3em;
}

.cmb-36 {
    margin-bottom: 2.25rem;
}

.cmb-24 {
    margin-bottom: 1.5rem;
}

.cmb-20 {
    margin-bottom: 1.25rem;
}

.cmb-16 {
    margin-bottom: 1rem;
}

.cmb-14 {
    margin-bottom: 0.875rem;
}

.cmb-12 {
    margin-bottom: 0.75rem;
}

.cmb-8 {
    margin-bottom: 0.5rem;
}

.cmb-6 {
    margin-bottom: 0.375rem;
}

.cmb-4 {
    margin-bottom: 0.25rem;
}

.cmb-100 {
    margin-bottom: 6.25rem;
}


.cmt-36 {
    margin-top: 2.25rem;
}

.cmt-16 {
    margin-top: 1rem;
}

.cmt-12 {
    margin-top: 0.75rem;
}

.cmr-12 {
    margin-right: 0.75rem;
}

.cmr-36 {
    margin-right: 2.25rem;
}

/*padding customize*/
.cpl-20 {
    padding-left: 1.25rem;
}

.cpr-20 {
    padding-right: 1.25rem;
}

.cpx-16 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.cp-16 {
    padding: 1rem;
}

.cp-20 {
    padding: 1.25rem;
}

.cp-24 {
    padding: 1.5rem;
}

.cpb-16 {
    padding-bottom: 1rem !important;
}

.cpb-100 {
    padding-bottom: 6.25rem;
}

/*gap*/


.gap-2 {
    gap: .5rem;
}


/*Background*/
.bg-baby-blue {
    background: #E0F8FF;
}

.bg-white {
    background: #fff;
}

.bg-off-white {
    background: #F2F3F7;
}

.bg-gradient-blue {
    background: rgb(0,208,250);
    background: linear-gradient(222deg, rgba(0,208,250,1) 0%, rgba(0,168,252,1) 100%);
}


.line-height-12 {
    line-height: 12px;
}

.ls-normal{
    line-height: normal;
}
.ls-100{
    line-height: 100;
}

/*Tooltip*/
.invst-tooltip:hover > .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.invst-tooltip:hover > .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.invst-tooltip > .tooltiptext {
    visibility: hidden;
    width: 210px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background: #fff;
    border-color: #707070;
    box-shadow: 0 3px 10px rgb(120 136 162 / 10%);
    z-index: 500;
    line-height: 1.438rem;
    right: -5rem;
}

#autoshow-tooltiptext {
    width: 210px;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    position: absolute;
    background: #fff;
    border-color: #707070;
    box-shadow: 0 3px 10px rgb(120 136 162 / 10%);
    z-index: 500;
    line-height: 1.438rem;
    right: -5rem;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00BEF9;
    background-color: #00BEF9;
}

.custom-control-input:selected ~ .custom-control-label::before {
    color: #fff;
    border-color: #00BEF9;
    background-color: #00BEF9;
}

.custom-control-label::before {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-label::after {
    top: 0.0rem !important;
    left: -1.8rem !important;
    display: block !important;
    width: 1.875rem !important;
    height: 1.875rem !important;
}

.MF-checkbox input[type="checkbox"]:before {
    display: inline-block;
    font: normal normal normal 0.875rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f096";
    opacity: 1 !important;
    margin-top: -1.563rem;
    appearance: none;
    background: #fff;
}

.MF-checkbox input[type="checkbox"]:checked:before {
    content: "\f00c";
}

.MF-checkbox input[type="checkbox"] {
    font-size: 1.375rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkbox-label {
    color: #878787;
    font-size: 0.9375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 0.25rem;
    padding-left: 0.313rem;
}

.form-radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 1.563rem;
}

.radio-button {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 2.188rem;
    height: 2.188rem;
    cursor: pointer;
}

.form-radio input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.form-radio input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.688rem 1.438rem;
    border:   0.063rem solid #D5D6D9;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.radio-customize {
    position: relative;
    display: inline-block;
    width: 2.188rem;
    height: 2.188rem;
    margin-right: 0.75rem;
    vertical-align: middle;
    background-color: inherit;
    color: #00BEF9;
    border: 0.125rem solid #D5D6D9;
    border-radius: 1.5rem;
}

.radio-button:checked + .radio-customize:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.188rem;
    left: 0.188rem;
    width: 80%;
    height: 80%;
    background-color: #00BEF9;
    border-radius: 1.875rem;
}

.radio-button:selected + .radio-customize:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.188rem;
    left: 0.188rem;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #00BEF9;
    border-radius: 1.875rem;
}

.radio-button:checked + .radio-customize {
    border-color: #00BEF9;
}

.radio-button:selected + .radio-customize {
    border-color: #00BEF9;
}

.radio-customize {
    transform: scale(0.75);
}

    .radio-customize + label {
        color: #3E3E3E;
        font-size: 0.9375rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }


.investa-btn-blue {
    background: #00BEF9;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: 500;
}

    .investa-btn-blue:hover {
        background: #0C91CF;
        color: #fff;
    }

.investa-btn-light-blue {
    background: #E5FAFF;
    color: #20BEF9;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    padding: 0.625rem 1.25rem;
    border-style: none;
}

.investa-btn-regular {
    padding: 0.625rem 1.25rem;
    background: #F2F3F7;
    color: #878787;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    border-style: none;
    font-weight: 500;
}
    .investa-btn-regular:hover {
        background: #D5D6D9 !important;
        color: #3E3E3E !important;
    }

.investa-outlined-blue {
    border: 0.063rem solid #00BEF9;
    color: #00BEF9;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    padding: 0.625rem 1.25rem;
    background: transparent;
    cursor: pointer;
}

    .investa-outlined-blue:hover {
        background: #00BEF9;
        color: white;
    }



.investa-outlined-regular {
    border: 0.063rem solid #D5D6D9;
    color: #3E3E3E;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    padding: 0.625rem 1.25rem;
    background: transparent;
    cursor: pointer;
}

    .investa-outlined-regular:hover {
        color: #3E3E3E !important;
        background: #E6E9EC !important;
    }

.investa-btn-disabled {
    background: #D5D6D9;
    color: #878787;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    padding: 0.625rem 1.25rem;
    font-weight: var(--medium);
    border-style: none;
}

    .investa-btn-disabled:hover {
        cursor: none;
        background: #D5D6D9 !important;
        color: #878787 !important;
    }

    .investa-btn-red {
        background: #FA6960;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        border-radius: 0.375rem;
        text-decoration: none;
        cursor: pointer;
        user-select: none;
        padding: 0.625rem 1.25rem;
        border-style: none;
        font-weight: var(--medium);
    }

    .investa-btn-red:hover {
        color: #fff;
        background: #c82333;
    }

.investa-btn-light-red {
    background: #FFEEF0;
    color: #FA6A60;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: var(--medium);
}

    .investa-btn-light-red:hover {
        color: #fff;
        background: #c82333;
    }

.investa-btn-green {
    background: #34D9C8;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: var(--medium);
}

    .investa-btn-green:hover {
        color: #fff;
        background: #0a9787;
    }

.investa-btn-light-green {
    background: #D7F6F3;
    color: #42B8A4;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: var(--medium);
}

.investa-btn-light-green:hover {
    color: #fff;
    background: #0a9787;
}

.investa-btn-darkgreen {
    background: #1BBFAF;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: var(--medium);
}

    .investa-btn-darkgreen:hover {
        color: #fff;
        background: #0a9787;
    }


.investa-btn-bluegreen {
    background: #00D0FA;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: var(--medium);
}

    .investa-btn-bluegreen:hover {
        color: #fff;
        background: #00a8ca;
    }

.investa-btn-orange {
    background: #FFC94C;
    color: white;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: var(--medium);
}

    .investa-btn-orange:hover {
        color: #fff;
        background: #ebb026;
    }

.investa-btn-dark-orange {
    background: #FEAA46;
    color: white;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: var(--medium);
}

    .investa-btn-dark-orange:hover {
        color: #fff;
        background: #ebb026;
    }

.investa-btn-white {
    background: white;
    color: #00D0FA;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.375rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    border-style: none;
    font-weight: var(--medium);
}

    .investa-btn-white:hover {
        color: #00D0FA;
        background: #dee7ea;
    }

.investa-btn-blue-gradient {
    padding: 0.625rem 1.25rem;
    background: linear-gradient(90deg, #00D0FA,#00A8FC, #00A8FC, #00BEF9);
    color: #fff;
    font-weight: 600;
    background-size: 300%;
    transition: .4s ease;
    cursor: pointer;
}

    .investa-btn-blue-gradient:hover {
        background-position: right;
    }
 
.pointer {
    cursor: pointer;
}

.light-border {
    border:   0.063rem solid #E6E9EC;
}