﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.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;
}

.child-table {
    width: 100%;
    margin-top: 10px;
}

#loanTable tbody tr td:nth-child(2) {
    color: #322153;
}

#loanTable tbody tr td:nth-child(3) {
    color: #84BD5A;
}

td.details-control {
    text-align: center;
    cursor: pointer;
    width: 20px;
    font-size: 16px;
}

tr.shown td.details-control {
    color: #322153; /* Change arrow color when the row is expanded */
}

/* Add padding or margin for proper spacing */
td.details-control:before {
    content: '\25B6'; /* Right arrow (►) by default */
    font-size: 16px;
    color: #322153; /* Set arrow color */
}

tr.shown td.details-control:before {
    content: '\25BC';  /* Down arrow (▼) when the row is expanded */
}

.text-align-center {
    text-align: center !important;
}


.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #f6f6f6 !important;
}


.emi-title
{
    font-weight: bold;
    padding-bottom: 5px;
    color: #322153;
}

.padding-five{
    padding:5px !important;

}




.multi-column {
    column-count: 3; /* Number of columns */
    column-gap: 10px;
    width: 800px; /* Adjust the width as needed */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Offset to center */
    position: absolute; /* Positioning relative to the parent dropdown */
}

.nav-item.dropdown {
    position: relative; /* Parent should be positioned relative to allow absolute positioning of dropdown */
}

.multi-column .dropdown-item {
    display: inline-block;
    width: 100%;
}

 
@media (max-width: 768px) {
    .multi-column {
        column-count: 1;  
        width: 75vw;
        left: 50%;
        transform: translateX(0%);
        border:none;
    }

        .multi-column .dropdown-item {
            text-align: center;
        }
}


.dropdown-menu {
    width: 300px;
    padding: 10px;
    border: none;
}

@media only screen and (max-width:950px) {
    .dropdown-menu {
        width: 100%;
        margin-left: auto !important;
    }
}


.dropdown-menu2 {
    width: 800px;
    padding: 10px;
    border: none;
    margin-left: -412px !important;
}

@media only screen and (max-width:950px) {
    .dropdown-menu2 {
        width: 100%;
        margin-left: auto !important;
    }
}