﻿.ui-widget-overlay {
    background: RGBA(36, 36, 36, 0.9) !important;
    opacity: 0.8 !important;
}

.ui-dialog {
    border-radius: 4px;
    border: none;
    box-shadow: 0 2px 3px 0 RGBA(0, 0, 0, 0.21);
    background-color: white;
    padding: 0;
}

.ui-dialog-titlebar {
    background-color: white;
    border: none;
    border-bottom: 1px solid RGBA(204, 204, 204, 0.5);
    color: #002C5F;
    padding: 10px !important;
    font-size: 18px;
}

    .ui-dialog-titlebar > .ui-button {
        outline: none;
        outline-width: 0px !important;
    }

.ui-dialog-content {
    padding: 0 !important;
}

.ui-button {
    background-color: white;
    border: none;
}

    .ui-button:hover, .ui-button:focus {
        background-color: white;
        border: none;
    }

.ui-icon {
}

.ui-icon-closethick {
    text-indent: 0;
}

    .ui-icon-closethick::after {
        text-indent: 0;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f00d";
        color: #002C5F;
    }