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

.error {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.validation-text {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
    line-height: 1;
    font-size: 0.8rem;
    font-weight: 400;
}

.negative-number {
    color: #dc3545;
}

.negative-number:focus {
    color: #dc3545;
}

@media print {
    .container, .container-sm {
        max-width: 100%;
    }
}
.unset-style {
     all: unset;
}

#searchBtn {
    align-content: end;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 31px;
}

.select-lg .select2-container .select2-selection--single {
    height: 37px;
}

.select-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    position: absolute;
    top: 65%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #495057;
}

.select2-selection__clear {
    margin-right: 12px;
    bottom: 2px;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.fee-item-style
{
    font-size: small;
}

.warning-sign
{
    float: right;
    padding-right: 5px;
    padding-top: 3px;
    color: red;
}

.padding-top-10{
    padding-top: 10px;
}

.primary-row:not(:has(+ .income-item-description-container)) {
    border-bottom: 1px solid #0D6EFD
}

.primary-row:has(+ .income-item-description-container) td {
    border-bottom: none;
}

.income-item-description-container {
    border-top: none; border-bottom: 1px solid #0D6EFD 
}

.display-none {
    display: none;
}