.ui-dialog {
    padding: 0;
}

.ui-widget-header {
    background: #337a7a;
    border: 1px solid #337a7a;
    color: #faf5f5;
}

.ui-dialog .ui-dialog-titlebar-max, .ui-dialog .ui-dialog-titlebar-close {
    min-height: 26px;
    min-width: 34px;
    top: unset;
    margin: unset;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
}

.ui-dialog-titlebar-max {
    position: absolute;
    right: 2.9em;
    padding: 1px;
}

.ui-dialog-titlebar-close ::after {
    content: 'x'
}

.toast-error {
    background-color: #c50202;
}

.toast-success {
    background-color: #006666;
    color: #fff;
}

.toast-message {
    color: #fff;
}

.loading div img {
    width: 48px;
    position: absolute;
    top: 279px;
    right: 50%;
    z-index: 999;
}

.btn-custom-color {
    background-color: #006666;
    color: white;
}

    .btn-custom-color:hover {
        background-color: #006666;
        color: white;
    }
