﻿@charset "UTF-8";
/* Import required scss */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 19, ../bootstrap/scss/_reboot.scss */
*,
.justify-content-center {
    justify-content: center !important;
}
.col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.investment-range {
    text-align: center;
}

.red {
    color: #ed1b24 !important;
}

.range-slider .slider {
    width: calc(100% - 30px);
}

.my-3 {
    margin-bottom: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.result-boxes > div.mutual-fund-box {
    background-color: #00a5dc;
    padding: 3rem 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.result-boxes > div.fixed-deposit-box {
    background-color: #637687;
    padding: 1.25rem 15px;
    font-size: 0.85rem;
}

.result-boxes > div.saving-account-box {
    background-color: #8398a9;
    padding: 0.8rem 15px;
    font-size: 0.7rem;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}


.btn-primary {
    background-color: #ed1b24;
    border: none;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}