body p-panel .p-panel {
    background-color: #fff;
    border: 1px solid #dedce5;
    border-radius: 0 !important;
    padding: 20px;

    .p-panel-header {
        border: none;
        border-bottom: 1px solid #dedce5;
        color: #212533;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 12px;
        position: relative;
        text-transform: uppercase;

        .p-panel-icons {
            position: absolute;
            right: 0;
            .p-button,
            .p-button:active,
            .p-button:focus {
                background-color: transparent !important;
                outline: none;
            }
        }
    }

    .p-panel-content {
        box-sizing: border-box;
        height: 100%;
        padding: 0;
    }

    .p-panel-footer {
        border: 0 none;
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 12px;
    }
}
