@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi'),
        url('/fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    font-family: 'Satoshi', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 600px;
    color: #0f172a;
    line-height: 1.45;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", "Helvetica Neue", monospace;
    font-size: 0.95em;
}

* {
    box-sizing: border-box
}

.inner_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.noscroll {
    overflow: hidden
}

.dummy_container {
    border: 2px solid #000
}

.img_container {
    align-items: center;
    background: #fff;
    border: 3px solid #959595;
    display: flex;
    flex-direction: column;
    height: 136px;
    justify-content: center;
    margin: 0 auto;
    width: 148px
}

#image_icon {
    cursor: pointer;
    width: 50%
}

.img_container p {
    color: #898989;
    font-family: satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 500
}

.chart_img {
    height: 100%;
    width: 100%;
    display: none;
}

.question_heading {
    font-family: satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.question_box {
    margin-bottom: 20px
}

.input_box {
    background: #f7f7f9;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    height: auto;
    min-height: 98px;
    width: 100%;
    max-width: 480px;
    padding: 1rem;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
}

button {
    background: #fb1c4c;
    border: none;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    height: 44px;
    width: auto;
    padding: 0 16px;
    transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
    box-shadow: 0 8px 20px rgba(251, 28, 76, 0.12);
}

button:hover {
    transform: translateY(-2px);
    opacity: 0.98;
}

.hide {
    display: none
}

.show {
    display: block
}

.dropdown {
    width: 100% !important
}

.dropdown_container {
    margin-bottom: 20px;
    margin-top: -30px;
}

.dropdown_container p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: .5rem
}

.ant-select-selector {
    background-color: #fff !important;
    border: 2px solid #565656 !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    font-size: 16px !important;
    height: 50px !important;
    width: 100%;
}

.card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    padding: 1rem;
}

.ant-select-selection-item {
    color: #000;
    font-weight: 600 !important;
    padding-left: 15px !important;
    padding-top: 6px !important
}

.ant-select-selector input {
    color: #fff !important;
    font-size: 16px !important;
    height: 100% !important;
    padding-left: 15px !important
}

.ant-select-arrow {
    color: #000 !important;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

/* input { */
/* width: 50%; */
/* } */

@media screen and (max-width:400px) {
    .dropdown {
        width: 100% !important
    }
}

.risk_calculator {
    padding: 0px;
    margin: 0 auto;
    width: 1000px;
    height: 800px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar a img {
    width: 140px
}

.ad_container {
    align-items: center;
    background-color: #d6153e;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 4%;
    padding: 1% 1% 1.5%;
    width: 40%
}

.ad_container p {
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
    width: 95%
}

.ad_container button {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    width: 120px
}

.calculator_heading {
    font-size: 24px;
    font-weight: 800;
    display: none;
}

.inner_flex_container {
    display: block;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 99.5%
}

.flex {
    flex: 1 1;
    margin-top: 10px
}

.left_flexbox {
    margin-right: 0px
}

.left_flexbox.flex {
    display: flex;
    flex-wrap: wrap;
}

.right_flexbox {
    display: none;
    /* changed from 'none' to 'flex' */
    flex-wrap: wrap;
    /* allows wrapping to the next line */
    gap: 21px;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
    border-radius: 30px;
    background: #FCFCFC;
    overflow: hidden;
}

.right_flexbox h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    flex-basis: 100%;
}


.right_flexbox>div {
    flex: 1 1 121px !important;
    min-width: 121px;
    margin-right: 30px;
}

.right_flexbox>div>p:first-of-type {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.right_flexbox>div>p:nth-of-type(2) {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.right_flexbox button {
    flex-basis: 50%;
    background-color: #fb1c4c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
    padding: 20px;
    height: 50px;
}

.calculate-button {
    display: block;
    /* allows margin auto centering */
    background-color: #fb1c4c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
    /* centers horizontally */
    padding: 20px 30px;
    /* extra padding for balance */
    height: 50px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
}

.calculate-button1 {
    display: block;
    /* allows margin auto centering */
    background-color: #fb1c4c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
    /* centers horizontally */
    padding: 20px 30px;
    /* extra padding for balance */
    height: 50px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
}

.outer_overall_flexbox {
    display: flex
}

.main_content_container {
    flex: 8 1
}

.right_advert_flexbox {
    flex: 2 1;
    display: none;
}

.exness_ad {
    align-items: center;
    background-image: linear-gradient(180deg, rgba(26, 26, 26, .52), rgba(39, 2, 32, .73)), url(../media/ad-background2.821e4bac28043121e182.jpeg);
    background-size: cover;
    border-radius: 4px;
    box-shadow: 4px 6px 6px 0 hsla(0, 0%, 9%, .22);
    display: none;
    flex-direction: column;
    height: 306px;
    justify-content: center;
    padding: 8%;
    width: 100%
}

.exness_ad p {
    color: #cacaca;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.exness_ad a,
.exness_ad p {
    font-style: normal;
    line-height: normal
}

.exness_ad a {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5%;
    padding: 10px;
    text-decoration: none
}

.exness_ad a:hover {
    border: 2px solid #ff0
}

.exness_mobile {
    display: none
}

@media screen and (min-width:768px) {
    .text_input {
        margin-bottom: 30px;
        margin-right: 0px;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .risk_calculator {
        padding: 0px;
        margin: 0;
        width: 100%;
    }

    .ad_container {
        padding-bottom: 6%;
        width: 90%
    }

    .inner_flex_container {
        display: block;
        flex: 0 0
    }

    .right_flexbox {
        display: none;
        flex-wrap: wrap !important;
        /* allows wrapping to the next line */
        gap: 16px;
        /* space between items */
        align-items: flex-start;
        /* aligns items neatly */
        width: 100%;
        padding: 40px;
        border-radius: 30px;
        background: #FCFCFC;
    }

    .outer_overall_flexbox {
        display: block
    }

    .exness_ad,
    .right_advert_flexbox {
        margin-top: 10%;
        display: none;
    }

    .exness_ad {
        width: 80%
    }

    .exness_mobile {
        display: block
    }

    .exness_desktop {
        display: none
    }

    .instrument-select_component {
        position: relative;
        width: 100%;
    }

    .instrument-select_component p {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: .5rem
    }

    .instrument-select_component input {
        border: 2px solid #565656 !important;
        border-top-right-radius: 20px !important;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        font-size: 16px !important;
        height: 50px !important;
        margin-bottom: .4rem;
        padding-left: 1.3rem;
        /* display: block; */
        width: 80%;
    }
}

@media screen and (min-width:1500px) {
    .risk_calculator {
        margin: 0 auto;
        width: 1015px
    }
}

.text_input {
    margin-bottom: 30px;
    margin-right: 10px;
    width: 487px;
}

.text_input p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: .5rem
}

input {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.input {
    border: 2px solid gray;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 50px;
    padding-left: 6%
}

.button_container {
    padding-top: 30px;
    width: fit-content;
    margin: 0 auto;
}

.button_container button {
    background-color: #fb1c4c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

@media screen and (max-width:768px) {
    .button_container button {
        width: 75%
    }

    .text_input {
        margin-bottom: 30px;
        width: 100%;
    }
}

.instrument-select_component {
    position: relative;
    width: 487px;
    margin-right: 10px;
}

.instrument-select_component p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: .5rem
}

.instrument-select_component input {
    border: 2px solid #565656 !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    font-size: 16px !important;
    height: 50px !important;
    margin-bottom: .4rem;
    padding-left: 1.3rem;
    display: block;
    width: 100%;
}

.instrument-select_component .instrument_modal {
    background-color: #fff;
    box-shadow: -2px 1px 12px 1px hsla(0, 0%, 67%, .69);
    -webkit-box-shadow: -2px 1px 12px 1px hsla(0, 0%, 67%, .69);
    -moz-box-shadow: -2px 1px 12px 1px hsla(0, 0%, 67%, .69);
    box-sizing: border-box;
    display: none;
    min-width: 300px;
    padding: 1.5rem;
    position: absolute;
    width: 400px;
    z-index: 999
}

@media screen and (max-width:400px) {
    .instrument-select_component .instrument_modal {
        margin-left: -15px;
        width: 350px
    }

    .instrument-select_component .instrument_modal .tags_container {
        justify-content: center
    }
}

.instrument-select_component .instrument_modal .tags_container {
    box-sizing: border-box;
    display: flex
}

.instrument-select_component .instrument_modal .tags_container .tag {
    background-color: #404140;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 1%;
    padding: .3rem .6rem
}

.instrument-select_component .instrument_modal .tags_container #tag_active,
.instrument-select_component .instrument_modal .tags_container .tag:hover {
    background-color: #d3d3d3;
    color: #000
}

.instrument-select_component .instrument_modal .instruments_inner_container {
    height: 400px;
    margin-top: 1.2rem;
    overflow-y: scroll
}

.instrument-select_component .instrument_modal .instruments_inner_container::-webkit-scrollbar {
    width: 6px
}

.instrument-select_component .instrument_modal .instruments_inner_container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px
}

.instrument-select_component .instrument_modal .instruments_inner_container::-webkit-scrollbar-thumb:hover {
    background: #555
}

.instrument-select_component .instrument_modal .instruments_inner_container .instrument {
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 14px;
    margin-top: -4px;
    padding: .3rem 0 .8rem .3rem
}

.instrument-select_component .instrument_modal .instruments_inner_container .instrument:hover {
    background-color: #b5b5b5
}

.instrument-select_component #show_modal {
    display: block
}

.recommendation-container {
    margin-top: 2rem;
    display: none;
}

.recommendation-container .inner-container {
    background-color: #545454;
    box-sizing: border-box;
    height: 257px;
    min-width: 320px;
    width: 60%
}

.recommendation-container .inner-container .top-container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 50px
}

.recommendation-container .inner-container .top-container p {
    border: 2px solid #545454;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 2rem;
    width: 100%
}

.recommendation-container .inner-container .top-container #active,
.recommendation-container .inner-container .top-container p:hover {
    background-color: #333;
    border-color: #fb1c4c
}

.recommendation-container .inner-container hr {
    border-top: 2px solid #fff;
    margin-top: 0
}

.recommendation-container .inner-container .recommendation-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.3rem;
    margin-top: 6%;
    padding: 2%;
    text-align: center
}

@media screen and (max-width:400px) {
    .dropdown_container p {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: .5rem
    }

    .text_input p {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: .5rem
    }

    .recommendation-container .inner-container .recommendation-text {
        padding: 5%
    }

    .text_input {
        margin-bottom: 20px;
        margin-right: 0px;
        width: 100%;
    }

    .instrument-select_component {
        position: relative;
        width: 100vw;
    }

    .instrument-select_component p {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: .5rem
    }

    .instrument-select_component input {
        border: 2px solid #565656 !important;
        border-top-right-radius: 20px !important;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        font-size: 16px !important;
        height: 50px !important;
        margin-bottom: .4rem;
        padding-left: 1.3rem;
        display: block;
        width: 100%;
    }

    .right_flexbox {
        display: none;
        flex-wrap: wrap !important;
        /* allows wrapping to the next line */
        gap: 21px;
        /* space between items */
        align-items: flex-start;
        /* aligns items neatly */
        width: 100%;
        padding: 0px;
        border-radius: 0px;
        background: transparent;
        margin-top: -10px;
    }

    .right_flexbox h2 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 500;
        flex-basis: 100%;
    }

    .right_flexbox>div {
        flex: 1 1 130px !important;
        min-width: 130px !important;
    }

    .right_flexbox>div>p:first-of-type {
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .right_flexbox>div>p:nth-of-type(2) {
        font-size: 16px !important;
        font-weight: 900 !important;
    }

    .right_flexbox button {
        flex-basis: 100%;
        background-color: #fb1c4c;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        font-size: 12px;
        font-weight: 700;
        width: fit-content;
        padding: 20px;
        height: 50px;
    }

    .button_container {
        padding-top: 30px;
        width: fit-content;
        margin: 0px;
    }

    .button_container button {
        background-color: #fb1c4c;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        font-size: 12px;
        font-weight: 700;
        height: 60px;
        margin: 0 auto;
        width: 100%;
        padding: 20px;
    }
}

.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
    background: none;
    border: 0;
    cursor: pointer;
    filter: alpha(opacity=40);
    font-size: 32px;
    opacity: .4;
    position: absolute;
    top: 20px;
    transition: all .25s ease-in;
    z-index: 2
}

.carousel .control-arrow:focus,
.carousel .control-arrow:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    content: "";
    display: inline-block;
    margin: 0 5px
}

.carousel .control-disabled.control-arrow {
    cursor: inherit;
    display: none;
    filter: alpha(opacity=0);
    opacity: 0
}

.carousel .control-prev.control-arrow {
    left: 0
}

.carousel .control-prev.control-arrow:before {
    border-right: 8px solid #fff
}

.carousel .control-next.control-arrow {
    right: 0
}

.carousel .control-next.control-arrow:before {
    border-left: 8px solid #fff
}

.carousel-root {
    outline: none
}

.carousel {
    position: relative;
    width: 100%
}

.carousel * {
    box-sizing: border-box
}

.carousel img {
    display: inline-block;
    pointer-events: none;
    width: 100%
}

.carousel .carousel {
    position: relative
}

.carousel .control-arrow {
    background: none;
    border: 0;
    font-size: 18px;
    margin-top: -13px;
    outline: 0;
    top: 50%
}

.carousel .thumbs-wrapper {
    margin: 20px;
    overflow: hidden
}

.carousel .thumbs {
    list-style: none;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .15s ease-in;
    white-space: nowrap
}

.carousel .thumb {
    border: 3px solid #fff;
    display: inline-block;
    margin-right: 6px;
    overflow: hidden;
    padding: 2px;
    transition: border .15s ease-in;
    white-space: nowrap
}

.carousel .thumb:focus {
    border: 3px solid #ccc;
    outline: none
}

.carousel .thumb.selected,
.carousel .thumb:hover {
    border: 3px solid #333
}

.carousel .thumb img {
    vertical-align: top
}

.carousel.carousel-slider {
    margin: 0;
    overflow: hidden;
    position: relative
}

.carousel.carousel-slider .control-arrow {
    bottom: 0;
    color: #fff;
    font-size: 26px;
    margin-top: 0;
    padding: 5px;
    top: 0
}

.carousel.carousel-slider .control-arrow:hover {
    background: rgba(0, 0, 0, .2)
}

.carousel .slider-wrapper {
    margin: auto;
    overflow: hidden;
    transition: height .15s ease-in;
    width: 100%
}

.carousel .slider-wrapper.axis-horizontal .slider {
    -ms-box-orient: horizontal;
    display: -moz-flex;
    display: flex
}

.carousel .slider-wrapper.axis-horizontal .slider .slide {
    flex-direction: column;
    flex-flow: column
}

.carousel .slider-wrapper.axis-vertical {
    -ms-box-orient: horizontal;
    display: -moz-flex;
    display: flex
}

.carousel .slider-wrapper.axis-vertical .slider {
    flex-direction: column
}

.carousel .slider {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.carousel .slider.animated {
    transition: all .35s ease-in-out
}

.carousel .slide {
    margin: 0;
    min-width: 100%;
    position: relative;
    text-align: center
}

.carousel .slide img {
    border: 0;
    vertical-align: top;
    width: 100%
}

.carousel .slide iframe {
    border: 0;
    display: inline-block;
    margin: 0 40px 40px;
    width: calc(100% - 80px)
}

.carousel .slide .legend {
    background: #000;
    border-radius: 10px;
    bottom: 40px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    margin-left: -45%;
    opacity: .25;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: all .5s ease-in-out;
    transition: opacity .35s ease-in-out;
    width: 90%
}

.carousel .control-dots {
    bottom: 0;
    margin: 10px 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1
}

@media (min-width:960px) {
    .carousel .control-dots {
        bottom: 0
    }
}

.carousel .control-dots .dot {
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .9);
    cursor: pointer;
    display: inline-block;
    filter: alpha(opacity=30);
    height: 8px;
    margin: 0 8px;
    opacity: .3;
    transition: opacity .25s ease-in;
    width: 8px
}

.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.carousel .carousel-status {
    color: #fff;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
    top: 0
}

.carousel:hover .slide .legend {
    opacity: 1
}

/*# sourceMappingURL=main.25fdd113.css.map*/