.TaxDetailsESSidecar-Alert-Expiration .Alert-text {
    font-size: 14px;
}

.TaxFormInfo {
    .TaxFormInfoTopSection {
        .SuiteSection-header-content {
            display: flow;
        }
        .Alert {
            &-title,
            &-text {
                font-size: 14px;
            }
        }
        &-right {
            display: flex;
            button:last-child {
                margin-left: 10px;
            }
        }
        .saveFormButton {
            margin-left: 15px;
        }
        .TaxFormInfoSubsection {
            &-inner {
                display: 'flex';
                flex-direction: 'column';
                gap: '10px';
                width: '100%';
            }
            &Notes {
                margin-top: 15px;
                margin-bottom: 5px;
                color: var(--gray-600);
                .form-label {
                    cursor: pointer;
                }
                &-notesGlyph {
                    color: var(--gray-600);
                    cursor: pointer;
                    margin-left: 6px;
                }
            }
        }
        .TaxFormInfoHeaderSection {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
        }
        .Glyph.Warning {
            fill: var(--warning);
        }
    }

    .SkeletonLoader {
        margin-top: 20px;
    }

    &Completed {
        .PageCol {
            &-div {
                margin-top: 20px;
            }
            .SuiteBadge {
                margin-left: 4px;
                height: 18px;
                padding: 2px 4px;
                font-size: 12px;
                display: flex;
                background-color: var(--light-blue-200);
            }
        }
    }
    .glyphs-warning {
        color: var(--glyphs-warning);
    }
    .TaxInfoHistory {
        h4 {
            font-weight: 500;
            font-size: 15px;
        }
    }
}

.FullscreenModal {
    &-body-content {
        .title {
            text-align: center;
            font-size: 32px;
            margin-bottom: 60px;
        }
    }

    .card {
        cursor: pointer;
        min-width: 307px;
        min-height: 91px;
        margin-bottom: 40px;
        &-header {
            display: flex;
            justify-content: space-between;
            border-bottom: none;
            .CircleGlyphIcon {
                color: var(--midnight-2);
            }
        }
    }
    .body-content {
        display: contents;
        max-width: 670px;
        &-div {
            display: grid;
            justify-content: center;
            margin: 0 auto;
        }
        .PageGrid {
            grid-template-columns: repeat(6, 1fr);
        }
    }
}

.TaxFormModal {
    .FullscreenModal-body-content {
        display: flex;
        flex-direction: column;
        padding-bottom: 60px;

        .TaxFormFields {
            max-width: 600px;
            width: 100%;
            align-self: center;
        }
    }
}

.ReactModal__Content--after-open.TaxDetailsESSidecar {
    width: 486px;
}

.TaxDetailsESSidecar-LoadingSpinner-Wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
