
@import url('https://fonts.googleapis.com/css2?family=Tiro+Telugu&display=swap');

@font-face {
    font-family: fahadFont;
    src : url('Circular-Std-Book.ttf');
}

body {
    font-family: 'fahadFont', sans-serif;
    font-weight: 400
}

.form-control, .form-control:focus {
    border-radius: 4px;
    border: 1px solid #515260;
    height: 3rem;
    color: #151515;

}

.form-control:focus {
    border-radius: 4px;
    border: 2px solid #0157FF;
    background-color: #e5eeff;

    box-shadow: none;
    /*box-shadow: 4px 4px 2px #00548A;*/
}

label {
    font-family: 'fahadFont', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

tbody {
    font-size: 18px;
}


.black{
    color: black;
}
/*for input icons*/
.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
    color: #151515;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
}

.input-icon-right > i {
    right: 0;
}

.input-icon-right > i.years {
    right: 24px;
}

.input-icon-right > input {
    padding-left: 10px;
}

h5 strong {
    color: #00548A;
}

.result-details {
    color: grey;
}

#report-card p {
    margin: 0;
    padding-top: 5px;
}

h3, .blue {
    color: #00548A;
    font-weight: bold;
}

.orange {
    font-family: 'Tiro Telugu', sans-serif;
    color: #00548A;
    /*color: #FFA400;*/
}

.green {
    color: #006642;
}
.red{
    color: red;
}

.bold {
    font-weight: 400;
    font-size: 14px;
    /*float: left;*/
    text-align: left;
}
.font-bold{
    font-weight: bold;
}
.table-bordered td{
    border: none;
    border-bottom: 1px solid #515260;
}

.tooltip > .tooltip-inner{
    text-align: left;
    font-family: 'fahadFont', sans-serif;
    padding: 10px;
}

#chart-2 {
    max-height: 650px;
    margin: 55px auto;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #fff;
    border-bottom: 3px solid #00548A;
    border-radius: 0;
    font-weight: bold;
}
a {
    color: black !important;
    text-decoration: none;
    background-color: transparent;
}

#advance {
    cursor: pointer;
}
/* 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;
}

@media all and (max-width: 768px) {
    .table td {
        font-size: 12px;
    }

    .table th {
        font-size: 13px;
    }
}