@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Lato:wght@100;300;400;700&family=Open+Sans:wght@300;400;600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500&display=swap');

@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');

@import url('https://fonts.googleapis.com/css?family=Mr+Dafoe');

/*-----------------------------------------------------------------------------------
	End Google font
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
	Custom fonts
-----------------------------------------------------------------------------------*/

@font-face {
    font-family: bioSans-Light;
    src: url(fonts/biosans/Flat-it-BioSans-Light.otf);
}

@font-face {
    font-family: Nanum Gothic;
    src: url(fonts/biosans/Flat-it-Nanum Gothic.otf);
}

@font-face {
    font-family: bioSans-Bold;
    src: url(fonts/biosans/Flat-it-BioSansBold.otf);
}

@font-face {
    font-family: San-Francisco-Light;
    src: url(fonts/San-Francisco-Pro/SF-Pro-Display-Light.otf);
}

@font-face {
    font-family: San-Francisco-Regular;
    src: url(fonts/San-Francisco-Pro/SF-Pro-Display-Regular.otf);
}

@font-face {
    font-family: San-Francisco-Bold;
    src: url(fonts/San-Francisco-Pro/SF-Pro-Display-Bold.otf);
}

/*-----------------------------------------------------------------------------------
	End Custom fonts
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------
	Basic
-----------------------------------------------------------------------------------*/


html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 1.65;
    color: #777777;
}

li,
p {
    font-size: 16px;
}

.introduction .intro-title h1 {
    font-weight: 600;
    color: #b71408;
    font-size: 30px;
}
.introduction .intro-content{
    padding-left: 14px;
}
.introduction .intro-content h4{
    color:#000;
    margin-top: 0px;
    font-size: 18px;
}
.introduction .intro-content p{
    margin-bottom: 10px;
    text-align: justify;
    font-size: 14px;
}
.introduction hr.separate {
    border-bottom: 4px solid #b71408;
    width: 40px;
    margin-left: 0;
}

.introduction p {
    margin-bottom: 5px;
}
.component-text.text1{
    text-align: center;
    margin-top: 34px;
}
.component-text.text2{
    padding-left: 14px;
}
.component-text .btn{
    width: 16em;
}
.introduction .component-text p {
    font-size: 15px;
}

.introduction .component-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduction .table-scrored tbody tr td {
    width: 50% !important;
}

.introduction .table-scrored .radios {
    display: flex;
    align-items: center;
}

.introduction .table-scrored .radios label {
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.introduction .table-scrored .radios label input {
    margin-right: 4px;
}

.introduction .table-scrored ol {
    padding-left: 30px;
}

.introduction .table-scrored ol li {
    margin-bottom: 16px;
}

/* Highchart */
.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin-top: -15px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/* 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;
}

/* Finance page css */
.finance-page {
    margin-bottom: 40px;
}

.finance-page .form-group :is(.label, .caption) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.finance-page .form-group p {
    margin: 0;
}

.afinance-page .form-group input.range-value {
    width: 124px;
}

.finance-page .form-group input.input-range {
    width: 100%
}

.highcharts-credits {
    display: none;
}

.wine-color {
    color: #b30c0c;
}

.finance-page .slider__finance {
    border: 1px solid #888;
    padding: 20px;
}

.finance-page .finance-content {
    margin-bottom: 34px;
}

.finance-page .finance-content h1.title {
    font-weight: 600;
    color: #000000;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
}

.finance-page .finance-content h1.title::before {
    content: "";
    position: absolute;
    width: 80px !important;
    left: 0;
    bottom: -10px;
    height: 2px;
    background-color: #ff5252;
}

#navbarSupportedContent .nav-item a {
    cursor: pointer;
}

.finance-page .slider__finance .label {
    margin-bottom: 10px;
}

.finance-page .slider__finance .label input,
.finance-page .slider__finance .label input:focus-visible {
    border: 0;
    border-bottom: 1px solid #aaa;
    outline: none;
}

/* Navbar */
nav .navbar-brand {
    font-weight: 700;
    color: #b30c0c !important;
    font-size: 22px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
}

.finance-page h3.heading {
    position: relative;
    font-weight: 700;
    color: #212121;
    font-size: 28px;
}

.finance-page h3.heading::before {
    content: "";
    position: absolute;
    width: 80px !important;
    left: 0;
    bottom: -20px;
    height: 2px;
    background-color: #ff5252;
}

.finance-page .user-guide {
    margin-top: 20px;
}

.finance-page .user-guide h4 {
    color: #b30c0c;
    font-weight: 600;
    margin: 0;
}

.lable-title strong {
    color: #000000;
    font-weight: 400;
}

/* slider style */





/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        overflow: hidden;
        width: 593px;
        -webkit-appearance: none;
        background-color: #aaa;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 8px;
        -webkit-appearance: none;
        color: #b30c0c;
        margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 10px;
        -webkit-appearance: none;
        height: 10px;
        line-height: 10px;
        cursor: pointer;
        background: #000000;
        box-shadow: -593px 0 0 593px #b30c0c;
    }

}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #b30c0c;
}

input[type="range"]::-moz-range-track {
    background-color: #aaa;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #b30c0c;
}

input[type="range"]::-ms-fill-upper {
    background-color: #aaa;
}

.output-div p{
    font-weight: 300;
    color:#000000;
    font-size: 18px;
}
.buttons-group  .btn,
.buttons-group  .btn:hover{
    background-color: #b30c0c;
    border-color: #b30c0c;
    color:#fff;
    
}
.buttons-group .btn{
    margin-top: 10px;
    width: 10em;
}
::-moz-selection { /* Code for Firefox */
    background-color: #b30c0c;
    color:#fff;
  }
  
  ::selection {
    background-color: #b30c0c;
    color:#fff;
  }

.restart-scorecard .table-scrored ol{
    padding-left: 14px;
}
.restart-scorecard .table-scrored ol li{
    margin-bottom: 14px;
}
.restart-scorecard .table-scrored p,
.restart-scorecard .table-scrored label{
    margin-bottom: 0;
    font-size: 15px;
}
.restart-scorecard .table-scrored label{
    cursor: pointer;
}
.table-data  thead th{
    padding: 8px 10px;
    font-weight: 500;
    border-bottom-width: 2px;
    color: #000;
}
.table-data  tbody td{
    padding: 8px ;
}
.afinance-page .form-group input.disabled{
    opacity: 0.4;
}

.login-background{
    background: url('../img/matthew-osborn-wMRIcT86SWU-unsplash.jpg');
background-size: cover;height: 100%;
}


.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 20px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #b30c0c;
    /*box-shadow: 0px 5px 30px rgb(65 84 241 / 40%);*/
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #333;
}

.about .btn-read-more {
    line-height: 0;
    padding: 20px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #b30c0c;
    /*box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);*/
}

.pricing .btn-read-more {
    line-height: 0;
    padding: 20px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #b30c0c;
    /*box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);*/
}

.align-items-center {
    align-items: center!important;
}

.nav-item .getstarted, .nav-item .getstarted:focus {
    background: #b30c0c;
    /*padding: 8px 20px;*/
    margin-left: 30px;
    border-radius: 4px;
    color: #fff !important;
}

#navbarSupportedContent .nav-item a {
    cursor: pointer;
    padding: 4px 12px;
}

.about h3 {
    color: #333;
}

.about p {
    color: #333;
}

.pricing h3 {
    color: #333;
}

.pricing p {
    color: #333;
}


.btn-primary {
    color: #fff;
    background: #b30c0c;
    border-color: #b30c0c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b30c0d !important;
    border-color: #b30c0d !important;
}

.btn-primary:active {
    color: #fff;
    background-color: #b30c0d !important;
    border-color: #b30c0d !important;
}

.btn-primary:focus {
    box-shadow: none !important;
}
.restart-footer{
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: space-between;
}