.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px !important;
}

.spacer {
    height: 15px;
    background-color: transparent;
}

.round_input_table .form-control {
    line-height: 0.55;
}

.round_input_table td, .round_input_table th {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}

.border-right-dark {
    border-right: 1px solid black;
}

.border-left-grey {
    border-left: 1px solid #ebebeb;
}

.border-bottom-dark-double {
    border-bottom: 4px double black !important;
}

.border-bottom-dark {
    border-bottom: 1px solid black;
}

.border-top-dark {
    border-top: 1px solid black;
}

.border-top-dark-double {
    border-top: 4px double black !important;
}

.border-top-grey-double {
    border-top: 4px double #d7d7d7 !important;
}

.table-section-name th, .col-light-grey {
    background-color: #fafafa;
}

.table-main-header th, .col-grey {
    background-color: #f5f5f5;
}

.col-dark-grey {
    background-color: #d9d9d9 !important;
}

.pre-investors td, .col-sky-blue, .convertible td {
    background-color: #ddebf7;
}

.equity-a td {
    background-color: #c8ffec;
}

.equity-b-col, .equity-b td {
    background-color: #b6f4ff;
}

.equity-c-col, .equity-c td {
    background-color: #f9deff;
}

.equity-d-col, .equity-d td {
    background-color: #ffc6d9;
}

.series-a-investors td, .col-green {
    background-color: #c8ffec;
}

.post-money-valuation, .col-corporate-color {
    background-color: #00FB92;
}

.col-yellow {
    background-color: #fff1cc;
}

.cursor-pointer {
    cursor: pointer;
}

.fw-bold {
    font-weight: bold !important;
}

.table td, .table th {
    /* border-top: unset; */
    /* font-weight: unset; */
}

.nav-item :not(.active) .active-arrow-icon {
    display: none;
}

.nav-item .active .active-arrow-icon {
    display: inline;
}