#main-wrapper,
#main-wrapper h4, .container-lg, .container-md, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif !important;
}

form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

.body-wrapper {
    min-height: auto;
    background: none;
    margin-top: 0px;
}

.min-vh-75 {
    min-height: 75vh;
    height: 75vh;
}

.container-md {
    max-width: 780px;
}

canvas {
    touch-action: none;
}

.btn-remove-heir, .btn-remove-child{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.heir-group:nth-child(odd), .child-group:nth-child(odd){
    background-color: #f7f7f7;
}

.inquirer-as-child{
    background-color: #e7e7e7 !important;
}

.heir-as-child{
    background-color: #e7e7e7 !important;
}

.card{
    max-height: 660px;
}

#inheritance_constellation_wrapper{
    display: flex;
    padding: 0px 0px;
    margin: 0px 0px;
}

#inheritance_constellation_wrapper .canvas-container{
    width: 100% !important;
}

.chart-overlay{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.001);
}

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

.bg-primary{
    background-color: #003770 !important;
}

.btn-primary:hover{
    background-color: #002c59;
    border-color: #002c59;
}

.bg-secondary{
    background-color: #5983a5;
}

.btn-secondary{
    background-color: #5983a5;
    border-color: #5983a5;
}

.btn-secondary:hover{
    background-color: #42677f;
    border-color: #42677f;
}

.popover .popover-body{
    color: #293438 !important;
}

.alert.bg-light-subtle{
    color: #293438 !important;
}

.quota-alert{
    font-weight:600;
    font-size: 16px;
}

